forgejo/services/user
Earl Warren cf2d8b57ae
test(avatar): deleting a user avatar is idempotent
If the avatar file in storage does not exist, it is not an error and
the database can be updated.

See 1be797faba Fix bug on avatar

(cherry picked from commit d2c4d833f4)
2024-06-05 16:02:24 +02:00
..
avatar.go Fix bug on avatar (#31008) 2024-06-05 08:04:10 +02:00
avatar_test.go test(avatar): deleting a user avatar is idempotent 2024-06-05 16:02:24 +02:00
block.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
block_test.go [MODERATION] User blocking 2024-02-05 15:56:45 +01:00
delete.go Check the token's owner and repository when registering a runner (#30406) 2024-04-16 11:43:08 +02:00
email.go Skip email domain check when admins edit user emails (#29609) 2024-03-11 23:36:58 +07:00
email_test.go Skip email domain check when admins edit user emails (#29609) 2024-03-11 23:36:58 +07:00
update.go [v7.0/forgejo] Add optional pronoun field in user settings (#3076) 2024-04-06 13:23:43 +00:00
update_test.go Unify user update methods (#28733) 2024-02-04 13:29:09 +00:00
user.go [BUG] Don't delete inactive emails explicitly 2024-03-29 15:14:09 +01:00
user_test.go [BUG] Don't delete inactive emails explicitly 2024-03-29 15:14:09 +01:00