aboutsummaryrefslogtreecommitdiffstats
path: root/services/user/delete.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+2
| | | | | | | | | | - On user deletion, delete action runners that the user has created. - Add a database consistency check to remove action runners that have nonexistent belonging owner. - Resolves https://codeberg.org/forgejo/forgejo/issues/1720 (cherry picked from commit 009ca7223dab054f7f760b7ccae69e745eebfabb) Co-authored-by: Gusted <postmaster@gusted.xyz>
* Move delete user to service (#22478)Lunny Xiao2023-02-131-0/+191
Move delete user to service Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: Jason Song <i@wolfogre.com>