aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* fix swagger documentation for multiple files API endpoint (#25110)v1.20.0-rc0Denys Konovalov2023-06-071-2/+2
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-041-305/+372
* Followup to pinned Issues (#24945)JakobDev2023-05-301-4/+12
* API endpoint for changing/creating/deleting multiple files (#24887)Denys Konovalov2023-05-294-28/+178
* Fix ref type error (#24941)Lunny Xiao2023-05-261-2/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-8/+2
* Add the ability to pin Issues (#24406)JakobDev2023-05-253-0/+317
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-19/+21
* Add API for Label templates (#24602)JakobDev2023-05-233-0/+76
* Add IsErrRepoFilesAlreadyExist check when fork repo (#24678)yp053272023-05-221-1/+3
* Add CRAN package registry (#22331)KN4CK3R2023-05-223-1/+287
* Refactor rename user and rename organization (#24052)Lunny Xiao2023-05-211-7/+7
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-211-8/+8
* Return `404` in the API if the requested webhooks were not found (#24823)Yevhen Pavlov2023-05-211-2/+7
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-2116-115/+108
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Implement actions artifacts (#22738)FuXiaoHei2023-05-191-0/+587
* Add Go package registry (#24687)KN4CK3R2023-05-143-1/+286
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)Yarden Shoham2023-05-131-1/+1
* Add Alpine package registry (#23714)KN4CK3R2023-05-123-1/+268
* Improve updating Actions tasks (#24600)Jason Song2023-05-101-22/+1
* Filter get single commit (#24613)Matthew Walowski2023-05-101-16/+17
* Create a branch directly from commit on the create branch API (#22956)来自村里的小螃蟹2023-05-091-4/+28
* Make repository response support HTTP range request (#24592)wxiaoguang2023-05-091-12/+7
* Filters for GetAllCommits (#24568)Matthew Walowski2023-05-093-4/+20
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-092-7/+12
* Split "modules/context.go" to separate files (#24569)wxiaoguang2023-05-081-1/+1
* Pass 'not' to commit count (#24473)Matthew Walowski2023-05-082-5/+29
* Require at least one unit to be enabled (#24189)Lunny Xiao2023-05-061-3/+5
* Add RPM registry (#23380)KN4CK3R2023-05-054-2/+281
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-042-3/+2
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-3/+4
* Implement Cargo HTTP index (#24452)KN4CK3R2023-05-032-0/+36
* Fix api error message if fork exists (#24487)Otto Richter (fnetX)2023-05-021-1/+1
* Add Debian package registry (#24426)KN4CK3R2023-05-0220-33/+362
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-301-1/+1
* Add ability to specify '--not' from GetAllCommits (#24409)Matthew Walowski2023-04-291-1/+6
* Revert "Add Debian package registry" (#24412)Yarden Shoham2023-04-2820-362/+33
* Add Debian package registry (#22854)KN4CK3R2023-04-2820-33/+362
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-2/+2
* Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356)ChristopherHX2023-04-281-5/+20
* Add API for gitignore templates (#22783)JakobDev2023-04-273-0/+72
* Require repo scope for PATs for private repos and basic authentication (#24362)John Olheiser2023-04-261-0/+27
* Add API for License templates (#23009)JakobDev2023-04-263-0/+92
* Fix typo in API route (#24310)silverwind2023-04-241-1/+1
* Move code from module to service (#24287)KN4CK3R2023-04-231-1/+1
* Support upload `outputs` and use `needs` context on Actions (#24230)Jason Song2023-04-222-1/+81
* Fix access token issue on some public endpoints (#24194)harryzcy2023-04-211-6/+6
* Refactor web route (#24080)wxiaoguang2023-04-202-4/+4
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-2/+2