gitea/routers/web/repo
zeripath 9d9ad1b59f
Only view milestones from current repo (#18414) (#18418)
Backport #18414

The endpoint /{username}/{reponame}/milestone/{id} is not currently restricted to
the repo. This PR restricts the milestones to those within the repo.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-01-26 22:09:35 +00:00
..
activity.go
attachment.go
blame.go Stop double encoding blame commit messages (#17498) (#17500) 2021-10-31 17:46:51 +08:00
branch.go Fixed commit count (#17698) (#17790) 2021-11-26 00:21:56 +01:00
commit.go Fixed commit count (#17698) (#17790) 2021-11-26 00:21:56 +01:00
compare.go Fix CSV render error (#17406) (#17431) 2021-10-25 18:31:15 +01:00
download.go
editor_test.go
editor.go
http_test.go
http.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Only view milestones from current repo (#18414) (#18418) 2022-01-26 22:09:35 +00:00
lfs.go
main_test.go
middlewares.go
migrate.go Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) 2022-01-02 02:39:23 +00:00
milestone.go Only view milestones from current repo (#18414) (#18418) 2022-01-26 22:09:35 +00:00
projects_test.go
projects.go
pull_review.go
pull.go
release_test.go
release.go
repo.go Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) 2022-01-02 02:39:23 +00:00
search.go
setting_protected_branch.go
setting.go Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) 2022-01-02 02:39:23 +00:00
settings_test.go
tag.go
topic.go
view.go Correctly handle failed migrations (#17575) (#18099) 2021-12-25 15:45:51 +00:00
webhook.go
wiki_test.go
wiki.go