summaryrefslogtreecommitdiff
path: root/app/services/users/destroy_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Hard delete users' associated records deleted from AbuseReportssh-add-option-to-hard-deleteStan Hu2017-04-161-1/+1
* Implement review comments from @DouweM for !10467.28695-move-all-associated-records-to-ghost-userTimothy Andrew2017-04-061-3/+1
* Move a user's merge requests to the ghost user.Timothy Andrew2017-04-061-18/+3
* Fix race condition where a namespace would be deleted before a project was de...Stan Hu2017-04-021-2/+2
* 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