0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-21 06:16:09 +01:00
gitea/routers/web/repo
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
..
actions Add commit info in action page (#23210) 2023-03-27 18:34:09 +08:00
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go
compare.go
download.go
editor_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
editor.go
find.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
http_test.go
http.go Use context parameter in services/repository (#23186) 2023-02-28 16:17:51 -06:00
issue_content_history.go Move helpers to be prefixed with gt- (#22879) 2023-02-13 17:59:59 +00:00
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go Fix improper HTMLURL usages in Go code (#22839) 2023-02-11 14:34:11 +08:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go Fix improper HTMLURL usages in Go code (#22839) 2023-02-11 14:34:11 +08:00
issue_watch.go
issue.go
lfs.go
main_test.go
middlewares.go
migrate.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
milestone.go
packages.go
patch.go
projects_test.go
projects.go
pull_review.go
pull.go
release_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
release.go
render.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo.go
runners.go
search.go
setting_protected_branch.go
setting_secrets.go
setting.go Use context parameter in services/repository (#23186) 2023-02-28 16:17:51 -06:00
settings_test.go
tag.go
topic.go
treelist.go
view_test.go
view.go
webhook.go
wiki_test.go
wiki.go