summaryrefslogtreecommitdiff
path: root/app/services/users/create_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable more frozen string in app/services/**/*.rbgfyoung2018-07-181-0/+2
* Fire system hooks when a user is created via LDAP or OAuthsh-system-hooks-ldap-usersStan Hu2017-08-251-5/+3
* update code based on feedbackJames Lopez2017-06-231-1/+0
* 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-92/+3
* Remove the User#is_admin? methodblackst0ne2017-04-091-3/+3
* Inlude the password_automatically_check param as permitted config in the user...fix-password-required-checkDJ Mountney2017-04-041-0/+2
* Fix production admin fixture to use the new `Users::CreateService`Rémy Coutable2017-03-301-1/+1
* Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+110