summaryrefslogtreecommitdiff
path: root/spec/controllers/registrations_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-17/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-8/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-5/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-25/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-0/+32
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-1/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-9/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-0/+92
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+5
* Merge branch 'sh-fix-captcha-state-pollution-spec' into 'master'Mayra Cabrera2019-09-061-7/+1
|\
| * Fix order-dependent spec failures with reCAPTCHAsh-fix-captcha-state-pollution-specStan Hu2019-09-061-7/+1
* | Fix global state in registrations_controller_specfix-captcha-spec-stateYorick Peterse2019-09-051-5/+7
|/
* Standardize remote_ip and path keys for auth.log and api_json.logStan Hu2019-08-201-2/+2
* Merge branch '47003-user-onboarding-replace-current-email-confirmation-flow-w...Grzegorz Bizon2019-08-161-4/+27
|\
| * Don't redirect to the Almost there pageAlex Buijs2019-08-081-4/+27
* | Add logging and counter for invisible captcha46548-open-source-alternative-to-recaptcha-for-gitlab-com-registrationAlex Buijs2019-08-141-19/+45
* | Add invisible captchaAlex Buijs2019-08-101-0/+60
|/
* New RecaptchaExperimentHelper modulesAsh McKenzie2019-06-251-1/+16
* Add :registrations_recaptcha feature flagLuke Bennett2019-05-161-2/+17
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
* Introduce ApplicationSettingImplementation yayLin Jen-Shin2019-03-191-3/+3
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-11/+11
* Fix typos in libGeorge Tsiolis2018-11-151-1/+1
* Users can accept terms during registrationBob Van Landuyt2018-06-081-0/+21
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+2
* Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-4/+60
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+1
* Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-0/+16
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+9
* Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-1/+1
* Properly handle failed reCAPTCHA on user registrationDrew Blessing2017-01-031-15/+45
* Assert against `ActionMailer::Base.deliveries` relatively.Timothy Andrew2016-07-051-2/+1
* Update tests for the current_application_settings request store changesDJ Mountney2016-05-271-2/+2
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Change landing page when skipping confirmation email and add documentationFelipe Artur2016-05-161-1/+1
* Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur2016-05-161-6/+6
* Toggle email signup confirmation in admin settingsFelipe Artur2016-05-161-0/+33