gitea/models/user
wxiaoguang 52925e9c7c
Fix duplicate sub-path for avatars (#31365) (#31368)
Backport #31365, only backport necessary changes.
2024-06-15 03:44:44 +00:00
..
avatar.go Fix duplicate sub-path for avatars (#31365) (#31368) 2024-06-15 03:44:44 +00:00
avatar_test.go Fix duplicate sub-path for avatars (#31365) (#31368) 2024-06-15 03:44:44 +00:00
badge.go Add admin API route for managing user's badges (#23106) 2024-03-01 03:23:28 -05:00
block.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
email_address.go Refactor sha1 and time-limited code (#31023) (#31030) 2024-05-21 00:58:21 +08:00
email_address_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
error.go Remove unused `KeyID`. (#29167) 2024-02-14 12:50:10 -05:00
external_login_user.go
follow.go Add user blocking (#29028) 2024-03-04 08:16:03 +00:00
follow_test.go
list.go
main_test.go
must_change_password.go
openid.go
openid_test.go
redirect.go
redirect_test.go
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2024-02-29 18:52:49 +00:00
setting.go
setting_keys.go
setting_test.go
user.go Refactor sha1 and time-limited code (#31023) (#31030) 2024-05-21 00:58:21 +08:00
user_system.go
user_test.go Improve oauth2 client "preferred username field" logic and the error handling (#30622) 2024-04-25 11:22:32 +00:00
user_update.go