aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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-021-9/+12
* Go 1.19 format (#20758)John Olheiser2022-08-306-61/+53
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-291-2/+49
* Add support for Vagrant packages (#20930)KN4CK3R2022-08-293-1/+254
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-284-9/+9
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-2512-18/+18
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2520-103/+107
* Return 404 NotFound if requested attachment does not exist (#20886)zeripath2022-08-241-0/+20
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+7
* Fix owners cannot create organization repos bug (#20841)Lunny Xiao2022-08-181-1/+1
* Remove follow from commits by file (#20765)zeripath2022-08-141-2/+2
* refactor webhook *NewPost (#20729)oliverpool2022-08-111-3/+3
* Add support for NuGet API keys (#20721)KN4CK3R2022-08-092-0/+46
* Keep download count on Container tag overwrite (#20728)KN4CK3R2022-08-091-0/+3
* Add support for `npm unpublish` (#20688)KN4CK3R2022-08-092-2/+73
* Allow multiple files in generic packages (#20661)KN4CK3R2022-08-092-40/+68
* Add support for Pub packages (#20560)KN4CK3R2022-08-074-2/+292
* Allow multiple metadata files for Maven packages (#20674)KN4CK3R2022-08-051-2/+3
* Send correct NuGet status codes (#20647)KN4CK3R2022-08-031-3/+5
* Use correct page size for link header pagination (#20546)Norwin2022-08-021-1/+1
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-304-0/+352
* Add latest commit's SHA to content response (#20398)Gusted2022-07-301-11/+2
* packages/generic: Do not restrict package versions to SemVer (#20414)Gergely Nagy2022-07-291-8/+6
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-287-6/+60
* Hide internal package versions (#20492)KN4CK3R2022-07-276-15/+29
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-252-9/+23
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-4/+10
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-4/+4
* Set target on create release with existing tag (#20381)Gusted2022-07-151-0/+1
* Add option to purge users (#18064)zeripath2022-07-141-1/+1
* Add missing return for when topic isn't found (#20351)Gusted2022-07-131-0/+1
* Fix various typos (#20338)luzpaz2022-07-123-4/+4
* Add write check for creating Commit status (#20332)Gusted2022-07-121-1/+1
* Add spectral linter for Swagger (#20321)silverwind2022-07-112-4/+1
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-2/+2
* Only show Followers that current user can access (#20220)zeripath2022-07-051-4/+4
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-207-9/+9
* User keypairs and HTTP signatures for ActivityPub federation using go-ap (#19...Anthony Wang2022-06-194-0/+231
* 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