Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-05Merge branch 'master' into ↵Douwe Maan
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
2017-10-01spacing and small optimisationsAlexandra
2017-09-28refactor emails serviceJames Lopez
2017-09-28refactor users update serviceJames Lopez
2017-09-28update initializersJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-23fixes for rubocopBrett Walker
2017-09-23when a primary email is replaced and added to the secondary emails list,Brett Walker
make sure it stays confirmed
2017-09-23optimized the email servicesBrett Walker
2017-09-23add verified/unverified labels to profile emails.Brett Walker
added "Resend confirmation email" for unverified emails
2017-06-23fix bug in emails destroy serviceJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23refactor emails serviceJames Lopez
2017-06-23update missing email actionsJames Lopez
2017-06-23fix specsJames Lopez
2017-06-23update to use emails destroy serviceJames Lopez
2017-06-23add create and destroy services for emailsJames Lopez