0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 10:05:10 +01:00
gitea/routers/web/user
JakobDev efecbbaca1
Fix NPE when editing OAuth2 applications (#27078)
Fixes #27072

It looks like there are some cases where `ContextUser` is not set here

---------

Co-authored-by: techknowlogick <matti@mdranta.net>
2023-09-16 09:13:26 +00:00
..
setting Fix NPE when editing OAuth2 applications (#27078) 2023-09-16 09:13:26 +00:00
avatar.go
code.go Show the repo count in code tab on both user profile and org page. (#27048) 2023-09-13 18:47:35 +08:00
home_test.go Move web/api context related testing function into a separate package (#26859) 2023-09-01 11:26:07 +00:00
home.go Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
main_test.go
notification.go
package.go Show always repo count in header (#26842) 2023-09-06 08:49:36 +00:00
profile.go
search.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
stop_watch.go
task.go