0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-01 01:06:55 -05:00
forgejo/routers/web/repo
Giteabot 2cfabb68ff
Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813) (#26847)
Backport #26813 by @JakobDev

You can currently visit `{repo}/issues/new` and create a blank issue,
even if it's disabled. This PR fixes this,

Fixes https://codeberg.org/forgejo/forgejo/issues/1356

Co-authored-by: JakobDev <jakobdev@gmx.de>
2023-09-01 15:14:54 +00:00
..
actions Ignore runs-on with expressions when warning no matched runners (#25917) (#25933) 2023-07-18 06:40:28 +00:00
setting
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go Fix pull request check list is limited (#26179) (#26245) 2023-07-31 08:56:46 +00:00
compare.go Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790) 2023-08-29 18:06:05 +08:00
download.go
editor.go Sync repo's IsEmpty status correctly (#26517) (#26560) 2023-08-17 05:12:14 +00:00
editor_test.go
find.go
helper.go
helper_test.go
http.go
http_test.go
issue.go Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813) (#26847) 2023-09-01 15:14:54 +00:00
issue_content_history.go Check ctx.Written() for GetActionIssue (#25698) (#25711) 2023-07-06 21:04:26 +02:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go Check ctx.Written() for GetActionIssue (#25698) (#25711) 2023-07-06 21:04:26 +02:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go Fix incorrect milestone count when provide a keyword (#25880) (#25904) 2023-07-17 11:12:59 +02:00
packages.go
patch.go
projects.go Fix empty project displayed in issue sidebar (#25802) (#25854) 2023-07-12 19:07:03 +02:00
projects_test.go
pull.go Fix pull request check list is limited (#26179) (#26245) 2023-07-31 08:56:46 +00:00
pull_review.go Check ctx.Written() for GetActionIssue (#25698) (#25711) 2023-07-06 21:04:26 +02:00
release.go Fix incorrect release count (#25879) (#25887) 2023-07-14 09:32:43 +00:00
release_test.go
render.go
repo.go
search.go
setting.go
setting_protected_branch.go
settings_test.go
tag.go
topic.go
treelist.go
view.go Fix pull request check list is limited (#26179) (#26245) 2023-07-31 08:56:46 +00:00
view_test.go
webhook.go Use docs.gitea.com instead of docs.gitea.io (#26769) 2023-08-28 19:58:16 +08:00
wiki.go Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392) (#26405) 2023-08-09 07:31:44 +00:00
wiki_test.go