0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-04 13:19:17 +01: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
context.go Prevent endless loop if templates missing (#14752) 2021-02-20 12:26:57 +08:00
csrf.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
form.go
org.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
pagination.go [Feature] add precise search type for Elastic Search (#12869) 2021-01-27 12:00:35 +02:00
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 Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
xsrf.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
xsrf_test.go