0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-12 04:09:41 +02:00
gitea/modules/context
wxiaoguang 5d77691d42
Improve template system and panic recovery (#24461)
Partially for #24457

Major changes:

1. The old `signedUserNameStringPointerKey` is quite hacky, use
`ctx.Data[SignedUser]` instead
2. Move duplicate code from `Contexter` to `CommonTemplateContextData`
3. Remove incorrect copying&pasting code `ctx.Data["Err_Password"] =
true` in API handlers
4. Use one unique `RenderPanicErrorPage` for panic error page rendering
5. Move `stripSlashesMiddleware` to be the first middleware
6. Install global panic recovery handler, it works for both `install`
and `web`
7. Make `500.tmpl` only depend minimal template functions/variables,
avoid triggering new panics

Screenshot:

<details>

![image](https://user-images.githubusercontent.com/2114189/235444895-cecbabb8-e7dc-4360-a31c-b982d11946a7.png)

</details>
2023-05-04 14:36:34 +08:00
..
access_log.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
api.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
api_org.go
api_test.go
captcha.go
context.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
context_test.go Refactor "route" related code, fix Safari cookie bug (#24330) 2023-04-27 02:06:45 -04:00
csrf.go Refactor cookie (#24107) 2023-04-13 15:45:33 -04:00
form.go
org.go
package.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
pagination.go
permission.go Require repo scope for PATs for private repos and basic authentication (#24362) 2023-04-26 19:24:03 -05:00
private.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
repo.go Refactor setting.Other and remove unused SHOW_FOOTER_BRANDING (#24270) 2023-04-22 19:38:25 -04:00
response.go
utils.go
xsrf.go
xsrf_test.go