summaryrefslogtreecommitdiff
path: root/app/services/users/build_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Use gitlab-default_value_with Rails 5Rémy Coutable2018-11-151-1/+1
* Fix a bug where internal email pattern wasn't respected52940-fix-internal-email-pattern-not-respectedRémy Coutable2018-11-131-4/+4
* allow users api to set public_emailAlexis Reigel2018-10-011-1/+2
* add missing allowed attributesAlexis Reigel2018-10-011-1/+3
* remove obsolete allowed attributeAlexis Reigel2018-09-261-1/+0
* Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-301-0/+12
* Add an option to have a private profile on GitLabJX Terry2018-07-241-1/+2
* Enable more frozen string in app/services/**/*.rbgfyoung2018-07-181-0/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-4/+2
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
* update code based on feedbackJames Lopez2017-06-231-1/+0
* Fix logic in Users::CreateService broken by the fix for OAuth usersRémy Coutable2017-04-261-8/+15
* Ensures that OAuth/LDAP/SAML users don't need to be confirmedRémy Coutable2017-04-261-4/+4
* Fix OAuth, LDAP and SAML SSO when regular sign-ups are disableddm-fix-oauth-user-creationDouwe Maan2017-04-241-2/+2
* Implement Users::BuildServicegeoandri2017-04-131-0/+100