summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-083-4/+4
* Use import of OCI structs (#22765)KN4CK3R2023-02-062-41/+59
* Add Chef package registry (#22554)KN4CK3R2023-02-064-1/+696
* Add Cargo package registry (#21888)KN4CK3R2023-02-053-1/+297
* Add Conda package registry (#22262)KN4CK3R2023-02-013-1/+345
* Implement actions (#21937)Jason Song2023-01-317-4/+585
* Check quota limits for container uploads (#22450)KN4CK3R2023-01-293-7/+48
* Support system hook API (#14537)Lunny Xiao2023-01-283-0/+219
* Add API endpoint to get latest release (#21267)JakobDev2023-01-262-0/+42
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-3/+3
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-194/+228
* Fix container blob mount (#22226)KN4CK3R2023-01-162-55/+83
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-27/+101
* Prevent panic on looking at api "git" endpoints for empty repos (#22457)zeripath2023-01-151-1/+1
* Improve utils of slices (#22379)Jason Song2023-01-111-17/+17
* Use context parameter in models/git (#22367)Jason Song2023-01-093-4/+4
* Remove old HookEventType (#22358)Jason Song2023-01-061-35/+35
* Restructure `webhook` module (#22256)delvh2023-01-013-18/+19
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-316-7/+36
* Add `sync_on_commit` option for push mirrors api (#22271)Chongyi Zheng2022-12-301-4/+5
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-2959-59/+59
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-284-17/+31
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-1/+1
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-0/+30
* Remove ReverseProxy authentication from the API (#22219)zeripath2022-12-271-9/+3
* Allow empty assignees on pull request edit (#22150)KN4CK3R2022-12-211-0/+5
* Normalize NuGet package version on upload (#22186)KN4CK3R2022-12-202-20/+4
* Fix condition for is_internal (#22095)KN4CK3R2022-12-141-2/+3
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-106-23/+23
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-095-4/+798
* Update go dev dependencies (#22064)silverwind2022-12-081-2/+4
* Fix ListBranches to handle empty case (#21921)Lunny Xiao2022-12-041-26/+34
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0318-41/+43
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-282-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27124-248/+124
* Workaround for container registry push/pull errors (#21862)KN4CK3R2022-11-253-4/+68
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-2414-24/+107
* Replace yaml.v2 with yaml.v3 (#21832)Jason Song2022-11-211-1/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1923-111/+113
* Fix setting HTTP headers after write (#21833)KN4CK3R2022-11-181-2/+6
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-124-6/+6
* Add some documentation to packages (#21648)zeripath2022-11-122-1/+7
* Load GitRepo in API before deleting issue (#21720)Jason Song2022-11-121-1/+1
* Add configuration for CORS allowed headers (#21747)Drew Noel2022-11-111-1/+1
* Add package registry quota limits (#21584)KN4CK3R2022-11-0911-55/+105
* Remove semver compatible flag and change pypi to an array of test cases (#21708)Wayne Starr2022-11-082-4/+47
* Allow local package identifiers for PyPI packages (#21690)KN4CK3R2022-11-071-2/+9
* Add Webhook authorization header (#20926)oliverpool2022-11-033-10/+69