0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-07 20:34:29 +01:00
gitea/routers/web/repo
JakobDev 3cae50e841
Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813)
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: Giteabot <teabot@gitea.io>
2023-08-31 15:36:25 +00:00
..
actions Make web context initialize correctly for different cases (#26726) 2023-08-25 19:07:42 +08:00
setting Use docs.gitea.com instead of docs.gitea.io (#26739) 2023-08-27 11:59:12 +00:00
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go Remove ref name in PR commits page (#25876) 2023-08-24 01:31:54 +00:00
compare.go Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) 2023-08-29 12:07:15 +03:00
download.go
editor_test.go
editor.go
find.go
helper_test.go Make web context initialize correctly for different cases (#26726) 2023-08-25 19:07:42 +08:00
helper.go Make web context initialize correctly for different cases (#26726) 2023-08-25 19:07:42 +08:00
http_test.go
http.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813) 2023-08-31 15:36:25 +00:00
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go
projects.go
pull_review.go
pull.go Make web context initialize correctly for different cases (#26726) 2023-08-25 19:07:42 +08:00
release_test.go
release.go Make web context initialize correctly for different cases (#26726) 2023-08-25 19:07:42 +08:00
render.go
repo.go Add link to job details and tooltip to commit status in repo list in dashboard (#26326) 2023-08-21 15:26:10 +08:00
search.go
topic.go
treelist.go
view_test.go
view.go
wiki_test.go
wiki.go