You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/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.
1 year ago
..
avatar.go Replace -1 with GhostUserID (#27703) 1 year ago
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) 1 year ago
follow.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
follow_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
list.go
main_test.go make writing main test easier (#27270) 1 year ago
must_change_password.go
openid.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
openid_test.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
redirect.go Another round of `db.DefaultContext` refactor (#27103) 1 year ago
redirect_test.go Another round of `db.DefaultContext` refactor (#27103) 1 year ago
search.go
setting.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
setting_keys.go
setting_test.go More refactoring of `db.DefaultContext` (#27083) 1 year ago
user.go Replace -1 with GhostUserID (#27703) 1 year ago
user_system.go Replace -1 with GhostUserID (#27703) 1 year ago
user_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
user_update.go