forgejo/models/user
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084)
For those simple objects, it's unnecessary to write the find and count
methods again and again.
2023-11-24 03:49:41 +00:00
..
avatar.go Replace -1 with GhostUserID (#27703) 2023-10-20 14:43:08 +00:00
badge.go
email_address.go
email_address_test.go
error.go
external_login_user.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
follow.go
follow_test.go
list.go
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
must_change_password.go
openid.go
openid_test.go
redirect.go
redirect_test.go
search.go
setting.go
setting_keys.go
setting_test.go
user.go Replace -1 with GhostUserID (#27703) 2023-10-20 14:43:08 +00:00
user_system.go Replace -1 with GhostUserID (#27703) 2023-10-20 14:43:08 +00:00
user_test.go
user_update.go