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/routers/web/auth
Lunny Xiao e7cb8da2a8
Always enable caches (#28527)
Nowadays, cache will be used on almost everywhere of Gitea and it cannot
be disabled, otherwise some features will become unaviable.

Then I think we can just remove the option for cache enable. That means
cache cannot be disabled.
But of course, we can still use cache configuration to set how should
Gitea use the cache.
1 year ago
..
2fa.go Enhanced auth token / remember me (#27606) 1 year ago
auth.go Always enable caches (#28527) 1 year ago
linkaccount.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
oauth.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
oauth_test.go Bump github.com/golang-jwt/jwt to v5 (#25975) 2 years ago
openid.go Enhanced auth token / remember me (#27606) 1 year ago
password.go Always enable caches (#28527) 1 year ago
webauthn.go Enhanced auth token / remember me (#27606) 1 year ago