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 91fa0eb9d7
Avoid warning for system setting when start up (#23054)
Partially fix #23050

After #22294 merged, it always has a warning log like `cannot get
context cache` when starting up. This should not affect any real life
but it's annoying. This PR will fix the problem. That means when
starting up, getting the system settings will not try from the cache but
will read from the database directly.

---------

Co-authored-by: Lauris BH <lauris@nix.lv>
2 years ago
..
avatar.go Avoid warning for system setting when start up (#23054) 2 years ago
badge.go
email_address.go Use ErrInvalidArgument in packages (#22268) 2 years ago
email_address_test.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
error.go
external_login_user.go
follow.go
follow_test.go
list.go
main_test.go
must_change_password.go Add command to bulk set must-change-password (#22823) 2 years ago
openid.go Use ErrInvalidArgument in packages (#22268) 2 years ago
openid_test.go
redirect.go
redirect_test.go
search.go
setting.go Fix bug on user setting (#22539) 2 years ago
setting_keys.go
setting_test.go
user.go Provide the ability to set password hash algorithm parameters (#22942) 2 years ago
user_system.go Implement actions (#21937) 2 years ago
user_test.go Provide the ability to set password hash algorithm parameters (#22942) 2 years ago
user_update.go