gitea/modules/context
JakobDev f384b13f1c
Implement Issue Config ()
Closes 

This PR adds the possibility to disable blank Issues, when the Repo has
templates. This can be done by creating the file
`.gitea/issue_config.yaml` with the content `blank_issues_enabled` in
the Repo.
..
access_log.go Parse external request id from request headers, and print it in access log ()
api.go Set `X-Gitea-Debug` header once ()
api_org.go Implement FSFE REUSE for golang files ()
api_test.go Implement FSFE REUSE for golang files ()
auth.go Implement FSFE REUSE for golang files ()
captcha.go Add new captcha: cloudflare turnstile ()
context.go Improve template error reporting ()
csrf.go Update gitea-vet to check FSFE REUSE ()
form.go Implement FSFE REUSE for golang files ()
org.go Add missing tabs to org projects page ()
package.go Rename almost all Ctx functions ()
pagination.go Make branches list page operations remember current page ()
permission.go Implement FSFE REUSE for golang files ()
private.go Implement FSFE REUSE for golang files ()
repo.go Implement Issue Config ()
response.go Implement FSFE REUSE for golang files ()
utils.go Implement FSFE REUSE for golang files ()
xsrf.go Update gitea-vet to check FSFE REUSE ()
xsrf_test.go Update gitea-vet to check FSFE REUSE ()