summaryrefslogtreecommitdiff
path: root/app/controllers/registrations_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-8/+18
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-131-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-12/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-311-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-8/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-7/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-5/+49
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-071-1/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Back porting changes to trigger user create event on Trial sign upAishwarya Subramanian2019-09-061-0/+1
* Merge branch '47003-user-onboarding-replace-current-email-confirmation-flow-w...Grzegorz Bizon2019-08-161-2/+10
|\
| * Incorporate feedback fixes47003-user-onboarding-replace-current-email-confirmation-flow-with-a-soft-email-confirmation-flowAlex Buijs2019-08-121-1/+9
| * Don't redirect to the Almost there pageAlex Buijs2019-08-081-2/+2
* | Add logging and counter for invisible captcha46548-open-source-alternative-to-recaptcha-for-gitlab-com-registrationAlex Buijs2019-08-141-7/+1
* | Add invisible captchaAlex Buijs2019-08-101-0/+7
|/
* Rewrite `if:` argument in before_action and alike when `only:` is also usedGeorge Thomas2019-07-181-2/+1
* New RecaptchaExperimentHelper modulesAsh McKenzie2019-06-251-10/+20
* Add :registrations_recaptcha feature flagLuke Bennett2019-05-161-9/+16
* Externalize strings in flash messagesMartin Wortschack2019-04-081-1/+1
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Users can accept terms during registrationBob Van Landuyt2018-06-081-1/+26
* Resolve "Opening Project with invite but without accepting leads to 404 error...🙈 jacopo beschi 🙉2018-05-171-1/+3
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+6
* Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-7/+22
* # This is a combination of 1 commit.Brian Neel2017-09-271-1/+3
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
* Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+1
* Implement Users::BuildServicegeoandri2017-04-131-1/+1
* Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-2/+2
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-8/+3
* Merge branch 'rename_delete_services' into 'master'Rémy Coutable2017-02-081-1/+1
|\
| * Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
* | Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-2/+2
|/
* Merge branch 'recaptcha_500' into 'master' Rémy Coutable2017-01-041-8/+8
|\
| * Properly handle failed reCAPTCHA on user registrationDrew Blessing2017-01-031-8/+8
* | Add email and password confirmation fields to registration formDrew Blessing2017-01-031-1/+1
|/
* Merge branch 'destroy-session' into 'security' Robert Speicher2016-12-081-1/+4
* Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-061-1/+1
* current_user.confirmed_at.present? => current_user.confirmed?issue_14684_2Felipe Artur2016-05-201-1/+1
* Change landing page when skipping confirmation email and add documentationFelipe Artur2016-05-161-2/+2
* Merge branch 'rs-unique-signup-fields' into 'master' Douwe Maan2016-05-041-0/+7
|\