aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Remove ReverseProxy authentication from the API (#22219) (#22252)Lunny Xiao2022-12-301-9/+3
* Use complete SHA to create and query commit status (#22244) (#22258)Jason Song2022-12-282-1/+29
* Allow empty assignees on pull request edit (#22150) (#22213)KN4CK3R2022-12-221-0/+5
* Normalize NuGet package version on upload (#22186) (#22201)KN4CK3R2022-12-211-19/+3
* Workaround for container registry push/pull errors (#21862) (#22069)KN4CK3R2022-12-103-4/+65
* Fix ListBranches to handle empty case (#21921) (#22025)Lunny Xiao2022-12-041-26/+34
* Fix setting HTTP headers after write (#21833) (#21874)KN4CK3R2022-11-201-2/+6
* Load GitRepo in API before deleting issue (#21720) (#21795)Jason Song2022-11-121-1/+1
* Remove semver compatible flag and change pypi to an array of test cases (#217...Wayne Starr2022-11-092-4/+47
* Allow for resolution of NPM registry paths that match upstream (#21568) (#21723)Wayne Starr2022-11-092-0/+45
* Allow local package identifiers for PyPI packages (#21690) (#21726)Wayne Starr2022-11-091-2/+9
* Fix package access for admins and inactive users (#21580) (#21592)KN4CK3R2022-10-281-0/+2
* support binary deploy in npm packages (#21589)eleith2022-10-251-0/+1
* Case-insensitive NuGet symbol file GUID (#21409) (#21575)Hubert Wawrzyńczyk2022-10-242-2/+2
* Display total commit count in hook message (#21400) (#21481)KN4CK3R2022-10-171-9/+10
* Enforce grouped NuGet search results (#21442) (#21480)KN4CK3R2022-10-171-13/+6
* Set SemverCompatible to false for Conan packages (#21275) (#21366)KN4CK3R2022-10-101-2/+1
* Make NuGet service index publicly accessible (#21242) (#21277)KN4CK3R2022-10-081-23/+25
* Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239)wxiaoguang2022-09-225-60/+53
* Allow uppercase ASCII alphabet in PyPI package names (#21095) (#21217)KN4CK3R2022-09-201-1/+1
* Fix hard-coded timeout and error panic in API archive download endpoint (#209...zeripath2022-09-061-2/+49
* Fill the specified ref in webhook test payload (#20961) (#21055)Jason Song2022-09-041-4/+12
* Add more checks in migration code (#21011) (#21050)zeripath2022-09-042-4/+2
* Add Dev, Peer and Optional dependencies to npm PackageMetadataVersion (#21017...José Carlos2022-09-031-9/+12
* Return 404 NotFound if requested attachment does not exist (#20886) (#20941)zeripath2022-08-251-0/+20
* Allow multiple metadata files for Maven packages (#20674) (#20916)KN4CK3R2022-08-231-2/+3
* Pad GPG Key ID with preceding zeroes (#20878) (#20885)zeripath2022-08-221-0/+7
* Fix owners cannot create organization repos bug (#20841) (#20854)zeripath2022-08-181-1/+1
* Add support for NuGet API keys (#20721) (#20734)KN4CK3R2022-08-102-0/+46
* Keep download count on Container tag overwrite (#20728) (#20735)KN4CK3R2022-08-091-0/+3
* Send correct NuGet status codes (#20647) (#20677)KN4CK3R2022-08-051-3/+5
* Add Docker /v2/_catalog endpoint (#20469) (#20556)65432022-07-307-6/+60
* packages/generic: Do not restrict package versions to SemVer (#20414) (#20531)65432022-07-291-8/+6
* Dismiss prior pull reviews if done via web in review dismiss (#20197) (#20407)65432022-07-191-4/+4
* Add missing return for when topic isn't found (#20351) (#20395)zeripath2022-07-181-0/+1
* Set target on create release with existing tag (#20381) (#20382)Gusted2022-07-151-0/+1
* Add write check for creating Commit status (#20332) (#20333)Gusted2022-07-121-1/+1
* Only show Followers that current user can access (#20220) (#20252)zeripath2022-07-061-4/+4
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-07-011-1/+1
* fix permission check for delete tag (#19985)a10121127962022-06-163-0/+27
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1315-246/+246
* fix: some typos (#19956)yutotnh2022-06-131-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-123-20/+22
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-064-14/+15
* Implement http signatures support for the API (#17565)Wim2022-06-051-0/+1
* Add API to serve blob or LFS file content (#19689)qwerty2872022-06-042-0/+143
* improvement some release related code (#19867)Lunny Xiao2022-06-032-11/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2034-104/+104
* ContainerRegistry - removed Basic Auth header (#19735)KN4CK3R2022-05-171-1/+0
* Fix nodeinfo caching and prevent NPE if cache non-existent (#19721)zeripath2022-05-161-7/+11