forgejo/routers/web
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
..
admin More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
auth More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
devtest
events
explore Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
feed
healthcheck
misc
org More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
repo More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
shared More refactoring of db.DefaultContext (#27083) 2023-09-15 06:13:19 +00:00
user Fix NPE when editing OAuth2 applications (#27078) 2023-09-16 09:13:26 +00:00
auth.go
auth_windows.go
base.go
goget.go
home.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
metrics.go
nodeinfo.go
swagger_json.go Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
web.go Extract auth middleware from service (#27028) 2023-09-12 08:15:16 +02:00
webfinger.go