forgejo/modules/context
JakobDev f384b13f1c
Implement Issue Config (#20956)
Closes #20955

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.
2023-03-28 14:22:07 -04:00
..
access_log.go Parse external request id from request headers, and print it in access log (#22906) 2023-03-10 09:54:32 -06:00
api.go Set X-Gitea-Debug header once (#23361) 2023-03-08 15:40:04 -05:00
api_org.go
api_test.go
auth.go
captcha.go Add new captcha: cloudflare turnstile (#22369) 2023-02-05 15:29:03 +08:00
context.go Improve template error reporting (#23396) 2023-03-20 15:56:48 -05:00
csrf.go
form.go
org.go Add missing tabs to org projects page (#22705) 2023-03-10 09:18:20 -06:00
package.go Rename almost all Ctx functions (#22071) 2022-12-10 10:46:31 +08:00
pagination.go Make branches list page operations remember current page (#23420) 2023-03-14 13:11:38 +08:00
permission.go
private.go
repo.go Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
response.go
utils.go
xsrf.go
xsrf_test.go