0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-20 21:06:00 -05:00
forgejo/models/user
Earl Warren 08175152e0
feat: do not regenerate an existing random avatar
Leave aside the refactoring part of
https://github.com/go-gitea/gitea/pull/33433, keep the improvement.

Also get a test from https://github.com/go-gitea/gitea/pull/31365
while we're at it.

(cherry picked from commit 4ffc54f59a7723eb5aef21955129bdd329ee1d4f)
2025-02-02 12:01:58 +01:00
..
fixtures
avatar.go feat: do not regenerate an existing random avatar 2025-02-02 12:01:58 +01:00
avatar_test.go feat: do not regenerate an existing random avatar 2025-02-02 12:01:58 +01:00
badge.go
block.go
block_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
email_address.go fix: Allow Organisations to remove the Email Address (#5517) 2024-11-20 12:31:34 +00:00
email_address_test.go fix: Allow Organisations to remove the Email Address (#5517) 2024-11-20 12:31:34 +00:00
error.go chore: remove deadcode in models/user 2025-01-29 18:37:14 +01:00
external_login_user.go fix: Revert "allow synchronizing user status from OAuth2 login providers (#31572)" 2024-12-12 05:59:06 +01:00
federated_user.go
federated_user_test.go
follow.go
follow_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
list.go
main_test.go
must_change_password.go
openid.go
openid_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
redirect.go feat: add configurable cooldown to claim usernames (#6422) 2025-01-24 04:16:56 +00:00
redirect_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
search.go fix: check for webauthn in 2fa user search (#6726) 2025-01-29 18:55:14 +00:00
setting.go
setting_keys.go
setting_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
user.go chore: remove deadcode in models/user 2025-01-29 18:37:14 +01:00
user_repository.go
user_system.go activitypub: Implement an instance-wide actor 2024-08-05 10:50:26 +02:00
user_test.go chore: remove deadcode in models/user (#6728) 2025-01-29 21:25:32 +00:00
user_update.go