forgejo/services/user
Antonin Delpeuch 2f0f42272c fix: re-uploading the same avatar doesn't delete it (#12823)
Fixes #12822.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12823
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-05-30 13:25:36 +02:00
..
TestDeleteUser feat: add foreign keys to the action_runner_token table (#10756) 2026-01-12 21:59:40 +01:00
TestDeleteUserCleansUpBranchProtectionRules fix: replace bad pagination to cleanup branch protection rules on user delete (#9833) 2025-10-24 08:49:53 +02:00
TestPurgeUser Do not rewrite ssh keys files when deleting a user without one (#6097) 2024-12-05 21:32:09 +00:00
TestReplaceInactivePrimaryEmail chore: add delete old auth token unit test 2025-08-30 09:54:38 +02:00
avatar.go fix: re-uploading the same avatar doesn't delete it (#12823) 2026-05-30 13:25:36 +02:00
avatar_test.go fix: re-uploading the same avatar doesn't delete it (#12823) 2026-05-30 13:25:36 +02:00
block.go feat: cancel all pull requests runs when blocking a user 2025-11-06 11:07:39 +01:00
block_test.go fix: decrease watch count when blocking user (#10882) 2026-01-26 22:58:22 +01:00
delete.go refactor: replace ActionRunnerToken.OwnerID & RepoID with optional.Option[int64] (#11601) 2026-03-10 03:19:16 +01:00
email.go feat: Add admin individual user email management endpoints (#9594) 2025-10-28 15:52:37 +01:00
email_test.go chore: ensure consistent import aliasing for services and models (#10253) 2025-11-30 17:00:57 +01:00
update.go refactor: replace Value() from Option[T] with Get() & ValueOrZeroValue() (#11218) 2026-02-10 16:41:21 +01:00
update_test.go refactor: replace Value() from Option[T] with Get() & ValueOrZeroValue() (#11218) 2026-02-10 16:41:21 +01:00
user.go fix: reflect allowed username change in profile setting (#11171) 2026-02-06 17:47:30 +01:00
user_test.go chore: fix typos throughout the codebase (#10753) 2026-01-26 22:57:33 +01:00