You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
activity.go Refactor routers directory (#15800) 4 years ago
attachment.go Read expected buffer size (#17409) (#17430) 3 years ago
blame.go Stop double encoding blame commit messages (#17498) (#17500) 3 years ago
branch.go Fixed commit count (#17698) (#17790) 3 years ago
commit.go Fixed commit count (#17698) (#17790) 3 years ago
compare.go Fix CSV render error (#17406) (#17431) 3 years ago
download.go Refactor routers directory (#15800) 4 years ago
editor.go Read expected buffer size (#17409) (#17430) 3 years ago
editor_test.go Refactor routers directory (#15800) 4 years ago
http.go Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
http_test.go Fix http path bug (#16117) 4 years ago
issue.go Only view milestones from current repo (#18414) (#18418) 3 years ago
issue_dependency.go Refactor routers directory (#15800) 4 years ago
issue_label.go Refactor routers directory (#15800) 4 years ago
issue_label_test.go Refactor routers directory (#15800) 4 years ago
issue_lock.go Refactor routers directory (#15800) 4 years ago
issue_stopwatch.go Refactor routers directory (#15800) 4 years ago
issue_test.go Refactor routers directory (#15800) 4 years ago
issue_timetrack.go Refactor routers directory (#15800) 4 years ago
issue_watch.go Refactor routers directory (#15800) 4 years ago
lfs.go Read expected buffer size (#17409) (#17430) 3 years ago
main_test.go Refactor routers directory (#15800) 4 years ago
middlewares.go Refactor routers directory (#15800) 4 years ago
migrate.go Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) 3 years ago
milestone.go Only view milestones from current repo (#18414) (#18418) 3 years ago
projects.go In Render tolerate not being passed a context (#16842) (#16858) 4 years ago
projects_test.go Refactor routers directory (#15800) 4 years ago
pull.go Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223) (#17227) 3 years ago
pull_review.go Add attachments for PR reviews (#16075) 4 years ago
release.go In Render tolerate not being passed a context (#16842) (#16858) 4 years ago
release_test.go Refactor routers directory (#15800) 4 years ago
repo.go Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) 3 years ago
search.go Refactor routers directory (#15800) 4 years ago
setting.go Use correct translation key for error messages due to max repo limits (#18135 & #18153) (#18152) 3 years ago
setting_protected_branch.go Refactor routers directory (#15800) 4 years ago
settings_test.go Refactor routers directory (#15800) 4 years ago
tag.go Add tag protection (#15629) 4 years ago
topic.go Refactor routers directory (#15800) 4 years ago
view.go Correctly handle failed migrations (#17575) (#18099) 3 years ago
webhook.go Implemented head_commit for webhooks (#16282) 4 years ago
wiki.go Ensure wiki repos are all closed (#16886) (#16888) 4 years ago
wiki_test.go Add TestPrepareWikiFileName (#16487) (#16498) 4 years ago