0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-23 07:06:29 +01:00
gitea/routers/web
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
..
admin User details page (#26713) 2023-08-31 11:21:18 +02:00
auth Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
devtest
events
explore remove unnecessary explore org template (#26459) 2023-08-11 16:07:04 -04:00
feed
healthcheck Remove db.DefaultContext in routers/ and cmd/ (#26076) 2023-07-23 23:47:27 -04:00
misc
org Make "link-action" backend code respond correct JSON content (#26680) 2023-08-23 17:36:57 +08:00
repo Redirect from {repo}/issues/new to {repo}/issues/new/choose when blank issues are disabled (#26813) 2023-08-31 15:36:25 +00:00
shared Fix typo of RunerOwnerID (#26508) 2023-08-15 23:10:40 +00:00
user Use Set[Type] instead of map[Type]bool/struct{}. (#26804) 2023-08-30 06:55:25 +00:00
auth_windows.go
auth.go
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
web.go User details page (#26713) 2023-08-31 11:21:18 +02:00
webfinger.go