Add github compatible tarball download API endpoints (#32572)
Fix #29654 Fix #32481
This commit is contained in:
parent
44909f6e2c
commit
703be6bf30
7 changed files with 152 additions and 31 deletions
|
@ -1377,6 +1377,8 @@ func Routes() *web.Router {
|
|||
m.Post("", bind(api.UpdateRepoAvatarOption{}), repo.UpdateAvatar)
|
||||
m.Delete("", repo.DeleteAvatar)
|
||||
}, reqAdmin(), reqToken())
|
||||
|
||||
m.Get("/{ball_type:tarball|zipball|bundle}/*", reqRepoReader(unit.TypeCode), repo.DownloadArchive)
|
||||
}, repoAssignment(), checkTokenPublicOnly())
|
||||
}, tokenRequiresScopes(auth_model.AccessTokenScopeCategoryRepository))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue