mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
implemented #1721: see users who forked/starred/watched a repository
This commit is contained in:
@@ -514,6 +514,9 @@ func runWeb(ctx *cli.Context) {
|
||||
m.Get("/labels/", repo.RetrieveLabels, repo.Labels)
|
||||
m.Get("/milestones", repo.Milestones)
|
||||
m.Get("/branches", repo.Branches)
|
||||
m.Get("/stars/?:index", middleware.RepoRef(), repo.Stars)
|
||||
m.Get("/watchers/?:index", middleware.RepoRef(), repo.Watchers)
|
||||
m.Get("/forks", middleware.RepoRef(), repo.Forks)
|
||||
m.Get("/archive/*", repo.Download)
|
||||
|
||||
m.Group("/pulls/:index", func() {
|
||||
|
Reference in New Issue
Block a user