summaryrefslogtreecommitdiff
path: root/app/services/users/build_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-80/+107
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-5/+17
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+0
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+2
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-2/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-171-3/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-0/+8
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Updating CE repo to include new EE users API changesMichael Leopard2019-06-191-5/+5
* Add saml provider to user build service9201-create-a-user-via-scim-ceJames Lopez2019-04-051-1/+5
* 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