1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00
gitea/routers
Gusted ee234aff61
Fix NPE /repos/issues/search when not signed in (#19154) (#19155)
- Backport #19154

  - Don't panic when on `/repos/issues/search?{created,assigned,mentioned,review_requested}=true` when client didn't pass any authentication.
  - Resolves #19115
2022-03-20 22:42:31 +01:00
..
api/v1 Fix NPE /repos/issues/search when not signed in (#19154) (#19155) 2022-03-20 22:42:31 +01:00
common Instead of using routerCtx just escape the url before routing (#18086) 2021-12-25 00:50:49 +08:00
install Refactor HTTP request context (#17979) 2021-12-15 14:59:57 +08:00
private Do not send notification emails to inactive users (#19131) (#19139) 2022-03-19 18:33:32 +00:00
utils A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
web Fix wrong scopes caused by empty scope input (#19029) (#19145) 2022-03-21 03:13:18 +08:00
init.go Handle email address not exist (#19089) (#19121) 2022-03-19 11:35:23 +00:00