Git with a cup of tea, painless self-hosted git service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wxiaoguang a008486f5c
Refactor DeleteInactiveUsers, fix bug and add tests (#30206)
2 years ago
..
avatar.go Replace -1 with GhostUserID (#27703) 2 years ago
badge.go Add admin API route for managing user's badges (#23106) 2 years ago
block.go Add user blocking (#29028) 2 years ago
email_address.go Refactor DeleteInactiveUsers, fix bug and add tests (#30206) 2 years ago
email_address_test.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2 years ago
error.go Remove unused `KeyID`. (#29167) 2 years ago
external_login_user.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 2 years ago
follow.go Add user blocking (#29028) 2 years ago
follow_test.go Next round of `db.DefaultContext` refactor (#27089) 2 years ago
list.go
main_test.go make writing main test easier (#27270) 2 years ago
must_change_password.go
openid.go More refactoring of `db.DefaultContext` (#27083) 2 years ago
openid_test.go More refactoring of `db.DefaultContext` (#27083) 2 years ago
redirect.go Another round of `db.DefaultContext` refactor (#27103) 2 years ago
redirect_test.go Another round of `db.DefaultContext` refactor (#27103) 2 years ago
search.go migrate some more "OptionalBool" to "Option[bool]" (#29479) 2 years ago
setting.go More refactoring of `db.DefaultContext` (#27083) 2 years ago
setting_keys.go
setting_test.go More refactoring of `db.DefaultContext` (#27083) 2 years ago
user.go Add setting to disable user features when user login type is not plain (#29615) 2 years ago
user_system.go Replace -1 with GhostUserID (#27703) 2 years ago
user_test.go Add setting to disable user features when user login type is not plain (#29615) 2 years ago
user_update.go