1
1
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 03:06:04 +00:00
gitea/routers/web/user/setting
zeripath ccc11c1e77
Prevent NPE when cache service is disabled (#19703) (#19783)
Backport #19703

The cache service can be disabled - at which point ctx.Cache will be nil
and the use of it will cause an NPE.

The main part of this PR is that the cache is used for restricting
resending of activation mails and without this we cache we cannot
restrict this. Whilst this code could be re-considered to use the db and
probably should be, I think we can simply disable this code in the case
that the cache is disabled.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lauris BH <lauris@nix.lv>
2022-05-25 19:49:59 +08:00
..
security Webauthn nits (#18284) 2022-01-15 17:52:56 +01:00
account_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
account.go Prevent NPE when cache service is disabled (#19703) (#19783) 2022-05-25 19:49:59 +08:00
adopt.go Move repository model into models/repo (#17933) 2021-12-10 09:27:50 +08:00
applications.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
keys.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
main_test.go Decouple unit test code from business code (#17623) 2021-11-12 22:36:47 +08:00
oauth2.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
profile.go Some repository refactors (#17950) 2021-12-12 23:48:20 +08:00