summaryrefslogtreecommitdiffstats
path: root/routers/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-221-0/+7
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-212-2/+1
* Enforce grouped NuGet search results (#21442)KN4CK3R2022-10-161-13/+6
* Display total commit count in hook message (#21400)KN4CK3R2022-10-161-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
* Add `stat` to `ToCommit` function for speed (#21337)Gennady Kovshenin2022-10-063-4/+11
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-293-0/+159
* Better repo API unit checks (#21130)John Olheiser2022-09-281-8/+23
* Make NuGet service index publicly accessible (#21242)KN4CK3R2022-09-241-26/+28
* NPM Package Registry search API endpoint (#20280)Jack Vine2022-09-243-0/+70
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-191-1/+5
* Allow uppercase ASCII alphabet in PyPI package names (#21095)KN4CK3R2022-09-071-1/+1
* Webhook for Wiki changes (#20219)Aaron F2022-09-042-0/+7
* Add more checks in migration code (#21011)zeripath2022-09-042-4/+2
* Fill the specified ref in webhook test payload (#20961)Jason Song2022-09-041-4/+12
* fix: PackageMetadataVersion deps (#21017)José Carlos2022-09-031-9/+12
* Go 1.19 format (#20758)John Olheiser2022-08-316-61/+53