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
2019-02-14Reduce remaining diff with EE in app/servicesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-09-11Add ability to skip user email confirmation with APIStan Hu
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
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
For directories application_settings --> labels. Partially addresses #47424.
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-28update initializersJames Lopez
2017-09-23optimized the email servicesBrett Walker
2017-06-23fix bug in emails destroy serviceJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23add create and destroy services for emailsJames Lopez