0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-07 01:45:54 +02:00
gitea/modules/context
zeripath 65c940f66c
Prevent endless loop if templates missing (#14752)
Since the chi upgrade if the templates are missing an endless loop will occur if
status/500.tmpl is missing.

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2021-02-20 12:26:57 +08:00
..
access_log.go Fix access log (#14475) 2021-01-27 18:46:35 +01:00
api.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
api_org.go
api_test.go
auth.go
captcha.go Fix captcha (#14488) 2021-01-27 22:56:54 +08:00
context.go Prevent endless loop if templates missing (#14752) 2021-02-20 12:26:57 +08:00
csrf.go
form.go
org.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
pagination.go
permission.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
private.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
repo.go [API] Add pagination to ListBranches (#14524) 2021-02-03 20:06:13 +01:00
response.go Fix access log (#14475) 2021-01-27 18:46:35 +01:00
secret.go
xsrf.go
xsrf_test.go