gitea/routers/repo
David Svantesson f46176a418 Fix PR/issue redirects when having external tracker (#9339)
* Make sure only issues are redirected to external tracker

* Ensure correct redirects for pulls after dependency or watch.

* NewIssuePost is always issues so no need to redirect with type.
2019-12-14 01:53:32 +01:00
..
activity.go
attachment.go
blame.go
branch.go Move PushUpdateOptions from models to repofiles (#9124) 2019-11-29 10:21:05 +08:00
commit.go
compare.go
download.go
editor.go
editor_test.go
http.go Graceful: Cancel Process on monitor pages & HammerTime (#9213) 2019-11-30 16:40:22 +02:00
issue.go Fix PR/issue redirects when having external tracker (#9339) 2019-12-14 01:53:32 +01:00
issue_dependency.go Fix PR/issue redirects when having external tracker (#9339) 2019-12-14 01:53:32 +01:00
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_timetrack.go
issue_watch.go Fix PR/issue redirects when having external tracker (#9339) 2019-12-14 01:53:32 +01:00
lfs.go Make repository management section handle lfs locks (#8726) 2019-12-12 21:18:07 +08:00
main_test.go
middlewares.go
milestone.go
pull.go Remove SavePatch and generate patches on the fly (#9302) 2019-12-13 23:21:06 +01:00
pull_review.go
release.go
release_test.go
repo.go
search.go
setting.go Move transfer repository and rename repository on a service package and start action notification (#8573) 2019-11-15 16:06:11 +08:00
setting_protected_branch.go Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055) 2019-12-03 20:08:56 -05:00
settings_test.go
topic.go
view.go
webhook.go
wiki.go
wiki_test.go