gitea/routers/web
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
..
admin Handle OpenID discovery URL errors a little nicer when creating/editing sources (#23397) 2023-03-10 01:14:43 -05:00
auth
events
explore Remove useless comment in #23114 (#23173) 2023-02-27 13:24:33 +01:00
feed
healthcheck Refactor `setting.Database.UseXXX` to methods (#23354) 2023-03-07 18:51:06 +08:00
misc Editor preview support for external renderers (#23333) 2023-03-24 14:12:23 +08:00
org Fix cancel button in the page of project edit not work (#23655) 2023-03-24 16:37:56 +08:00
repo Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
shared Add missing tabs to org projects page (#22705) 2023-03-10 09:18:20 -06:00
user Fix profile page email display, respect settings (#23747) 2023-03-27 17:27:32 -04:00
auth.go
auth_windows.go
base.go Introduce path Clean/Join helper functions (#23495) 2023-03-21 16:02:49 -04:00
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Editor preview support for external renderers (#23333) 2023-03-24 14:12:23 +08:00
webfinger.go