forgejo/services/user
Gusted d629314def
[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)
2023-09-18 15:56:34 +02:00
..
avatar.go Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
block.go [MODERATION] User blocking 2023-09-18 15:56:34 +02:00
block_test.go [MODERATION] User blocking 2023-09-18 15:56:34 +02:00
delete.go [MODERATION] Purge issues on user deletion 2023-09-18 15:56:34 +02:00
user.go Next round of db.DefaultContext refactor (#27089) 2023-09-16 14:39:12 +00:00
user_test.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00