forgejo/services/user
Gusted 32893dbab1
[MODERATION] Purge issues on user deletion
- Forgejo has the option to delete users, in which all data except
issues and comments are removed, this makes sense in some cases where
users need to be removed cleanly but without removing their existing bug
reports or comments to an discussion. In the case of spammers, admins
have the option to enable purging, where comments are removed.
- Add issues to the list of things to be removed if purge is checked.
- No unit testing, as this gigantic function doesn't have one to begin
with.
- Add integration test.
- Resolves https://codeberg.org/forgejo/forgejo/issues/1268

(cherry picked from commit 3ed381c758)
(cherry picked from commit 44d00650ce)
(cherry picked from commit 7f4da82779)
(cherry picked from commit d629314def)

Conflicts:
	models/fixtures/issue.yml
	https://codeberg.org/forgejo/forgejo/pulls/1508
(cherry picked from commit 794dcc218f)
(cherry picked from commit c433f2ecb6)
(cherry picked from commit bb23683f4b)
(cherry picked from commit 634c5604d4)
(cherry picked from commit 219073f5c5)
2023-10-30 14:31:54 +01:00
..
avatar.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
block.go [MODERATION] User blocking 2023-10-30 14:31:54 +01:00
block_test.go [MODERATION] User blocking 2023-10-30 14:31:54 +01:00
delete.go [MODERATION] Purge issues on user deletion 2023-10-30 14:31:54 +01:00
user.go Delete repos of org when purge delete user (#27273) 2023-10-19 13:16:11 +00:00
user_test.go Replace more db.DefaultContext (#27628) 2023-10-15 17:46:06 +02:00