aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* Fix 500 on PR files API (#21602)qwerty2872022-10-261-1/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-245-6/+6
* Fix package access for admins and inactive users (#21580)KN4CK3R2022-10-241-0/+2
* Allow for resolution of NPM registry paths that match upstream (#21568)Wayne Starr2022-10-242-0/+45
* Record OAuth client type at registration (#21316)M Hickford2022-10-241-7/+9
* Add link to user profile in markdown mention only if user exists (#21533)Yarden Shoham2022-10-231-0/+7
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-212-2/+1
* Enforce grouped NuGet search results (#21442)KN4CK3R2022-10-171-13/+6
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-135-48/+600
* Case-insensitive NuGet symbol file GUID (#21409)Hubert WawrzyƄczyk2022-10-122-2/+2
* Add generic set type (#21408)KN4CK3R2022-10-121-19/+18
* npm package registry support for `bin` (#21372)eleith2022-10-081-0/+1
* Add GET and DELETE endpoints for Docker blob uploads (#21367)KN4CK3R2022-10-072-3/+54
* Make external issue tracker regexp configurable via API (#21338)Andrew Imeson2022-10-071-3/+4
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-071-2/+1