]> source.dussan.org Git - gitea.git/commit
Only view milestones from current repo (#18414) (#18417)
authorzeripath <art27@cantab.net>
Wed, 26 Jan 2022 22:09:07 +0000 (22:09 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 22:09:07 +0000 (22:09 +0000)
commitcada7202aa0e5766eb770f7d5c95e8483386adf1
tree3ae727540403daba475042496c307fea1523f10d
parent0b331e2213e7b1efcc817dcd6be4d5e98a2c7b82
Only view milestones from current repo (#18414) (#18417)

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>
models/issue_milestone.go
routers/web/repo/issue.go
routers/web/repo/milestone.go