summaryrefslogtreecommitdiff
path: root/app/services/emails
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-202-0/+5
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-193-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+2
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-132-0/+4
|
* Reduce remaining diff with EE in app/servicesRémy Coutable2019-02-142-7/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add ability to skip user email confirmation with APIStan Hu2018-09-102-1/+8
| | | | | | | | This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-164-0/+8
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* Merge branch 'master' into ↵Douwe Maan2017-10-052-3/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
| * refactor emails servicerefactor-servicesJames Lopez2017-09-281-2/+2
| |
| * refactor users update serviceJames Lopez2017-09-281-1/+1
| |
| * update initializersJames Lopez2017-09-281-1/+2
| |
| * refactor services to match EE signatureJames Lopez2017-09-281-2/+2
| |
* | spacing and small optimisationsAlexandra2017-10-014-9/+8
| |
* | fixes for rubocopBrett Walker2017-09-231-1/+1
| |
* | when a primary email is replaced and added to the secondary emails list,Brett Walker2017-09-231-2/+2
| | | | | | | | make sure it stays confirmed
* | optimized the email servicesBrett Walker2017-09-233-5/+5
| |
* | add verified/unverified labels to profile emails.Brett Walker2017-09-231-0/+7
|/ | | | added "Resend confirmation email" for unverified emails
* fix bug in emails destroy serviceJames Lopez2017-06-232-3/+2
|
* refactor update user service not to do auth checksJames Lopez2017-06-231-2/+2
|
* more refactoring based on feedbackJames Lopez2017-06-233-12/+2
|
* refactor emails serviceJames Lopez2017-06-231-1/+11
|
* update missing email actionsJames Lopez2017-06-231-1/+1
|
* fix specsJames Lopez2017-06-232-2/+2
|
* update to use emails destroy serviceJames Lopez2017-06-231-1/+1
|
* add create and destroy services for emailsJames Lopez2017-06-233-0/+33