0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-05 05:18:21 +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.go Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
home_test.go Move web/api context related testing function into a separate package (#26859) 2023-09-01 11:26:07 +00:00
main_test.go
notification.go Use more IssueList instead of []*Issue (#26369) 2023-08-07 19:26:40 +00:00
package.go Show always repo count in header (#26842) 2023-09-06 08:49:36 +00:00
profile.go Count only visible repos on profile (#25928) 2023-08-11 13:08:05 -04:00
search.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
stop_watch.go
task.go