summaryrefslogtreecommitdiff
path: root/app/services/emails
Commit message (Collapse)AuthorAgeFilesLines
* 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