summaryrefslogtreecommitdiff
path: root/app/services/users
Commit message (Expand)AuthorAgeFilesLines
* Fix current feature related specsTiago Botelho2017-06-281-1/+1
* update code based on feedbackJames Lopez2017-06-233-5/+2
* refactor update user service not to do auth checksJames Lopez2017-06-231-12/+5
* fix specsJames Lopez2017-06-231-1/+1
* more refactoringJames Lopez2017-06-231-2/+4
* more refactoring based on feedbackJames Lopez2017-06-231-3/+3
* added service in the rest of controllers and classesJames Lopez2017-06-231-3/+3
* update notification settings, fix api specsJames Lopez2017-06-231-1/+1
* refactor profiles controller and update serviceJames Lopez2017-06-231-1/+1
* update profiles controller to use new serviceJames Lopez2017-06-231-3/+3
* use update service on ldap call and updated specs and serviceJames Lopez2017-06-231-4/+20
* ported EE user service to CEJames Lopez2017-06-231-0/+24
* Reduce wait timings for Sidekiq jobsreduce-sidekiq-wait-timingsYorick Peterse2017-06-191-1/+1
* Merge branch 'sh-fix-typo-user-activity-service' into 'master'Rémy Coutable2017-06-061-1/+1
|\
| * Fix typo in user activity debug log messagesh-fix-typo-user-activity-serviceStan Hu2017-06-031-1/+1
* | Refactor the DeleteUserWorkerNick Thomas2017-06-051-1/+16
|/
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-33/+7
* 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-242-4/+4
* Move records to the ghost user in a transaction.Timothy Andrew2017-04-241-11/+23
* Merge branch 'usage-ping-port' into 'master' Sean McGivern2017-04-191-0/+22
|\
| * Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-1/+1
| * Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-5/+1
| * Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+26
* | Hard delete users' associated records deleted from AbuseReportssh-add-option-to-hard-deleteStan Hu2017-04-161-1/+1
|/
* Implement Users::BuildServicegeoandri2017-04-132-92/+103
* Remove the User#is_admin? methodblackst0ne2017-04-091-3/+3
* Merge branch '28695-move-all-associated-records-to-ghost-user' into 'master' Douwe Maan2017-04-062-18/+60
|\
| * Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-062-3/+60
| * Move a user's merge requests to the ghost user.Timothy Andrew2017-04-061-18/+3
* | Inlude the password_automatically_check param as permitted config in the user...fix-password-required-checkDJ Mountney2017-04-041-0/+2
|/
* Fix race condition where a namespace would be deleted before a project was de...Stan Hu2017-04-021-2/+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
* Use Enumerable#index_by where possibledm-use-index-byDouwe Maan2017-03-161-3/+1
* Fix access to projects shared with a nested groupdm-nested-group-shared-projectsDouwe Maan2017-02-281-2/+14
* Don't allow deleting a ghost user.Timothy Andrew2017-02-241-1/+1
* Implement final review comments from @DouweM and @rymaiTimothy Andrew2017-02-241-4/+9
* Implement review comments from @DouweM and @nick.thomas.Timothy Andrew2017-02-241-2/+2
* Deleting a user shouldn't delete associated issues.Timothy Andrew2017-02-241-0/+14
* Add user deletion permission check in `Users::DestroyService`sh-delete-user-permission-checkStan Hu2017-02-201-0/+4
* Fix inconsistent naming for services that delete thingsdixpac2017-02-081-0/+33
* Merge branch 'dz-nested-groups-access-improvements' into 'master' Dmitriy Zaporozhets2017-01-251-1/+2
|\
| * Add User#nested_groups and User#nested_projects methodsDmitriy Zaporozhets2017-01-251-1/+2
* | Synchronize all project authorization refreshingrefresh-authorizations-tighter-leaseYorick Peterse2017-01-161-21/+20
|/
* Remove the project_authorizations.id columnremove-project-authorizations-id-columnYorick Peterse2017-01-081-2/+2
* Cache project authorizations even when user has access to zero projects26126-cache-even-when-no-projectsAdam Niedzielski2016-12-281-1/+1
* Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-0/+128