summaryrefslogtreecommitdiff
path: root/app/services/users
Commit message (Expand)AuthorAgeFilesLines
* 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