summaryrefslogtreecommitdiff
path: root/app/controllers/registrations_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+6
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-4/+8
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-69/+19
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-31/+21
* Add latest changes from gitlab-org/security/gitlab@13-4-stable-eeGitLab Bot2020-09-301-1/+9
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-12/+19
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-5/+9
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+6
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+4
* 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