summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
...
* fix Missing 404 swagger response docs for /admin/users/{username} (#26086)caicandong2023-07-241-0/+2
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-241-7/+26
* Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076)delvh2023-07-237-116/+107
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-2213-44/+44
* Support copy protected branch from template repository (#25889)Lunny Xiao2023-07-211-10/+11
* Actions Artifacts support uploading multiple files and directories (#24874)FuXiaoHei2023-07-213-272/+377
* Remove redundant "RouteMethods" method (#26024)wxiaoguang2023-07-211-1/+1
* Refactor "Content" for file uploading (#25851)wxiaoguang2023-07-181-22/+39
* Add support for different Maven POM encoding (#25873)KN4CK3R2023-07-141-1/+7
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-107-31/+31
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-13/+9
* Test if container blob is accessible before mounting (#22759)KN4CK3R2023-07-091-7/+15
* Fix `ref` for workflows triggered by `pull_request_target` (#25743)Zettat1232023-07-071-3/+13
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-2/+2
* Less naked returns (#25713)65432023-07-072-11/+11
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0427-49/+49
* Add direct serving of package content (#25543)KN4CK3R2023-07-0322-186/+111
* Fix bug of branches API with tests (#25578)Lunny Xiao2023-07-011-2/+35
* Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581)Jason Song2023-06-301-1/+1
* Add API for changing Avatars (#25369)JakobDev2023-06-295-0/+240
* Sync branches into databases (#22743)Lunny Xiao2023-06-293-22/+72
* Use correct response code in push mirror creation response in v1_json.tmpl (#...Georg Dangl2023-06-281-1/+1
* Fix bugs related to notification endpoints (#25548)Zettat1232023-06-283-4/+4
* Support `pull_request_target` event (#25229)Zettat1232023-06-261-2/+13
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-2211-38/+43
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-201-0/+24
* Fix incorrect actions ref_name (#25358)Daniel Wolf2023-06-191-1/+1
* Refactor web package and context package (#25298)wxiaoguang2023-06-187-68/+17
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-141-2/+2
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-132-21/+53
* Fix compatible for webhook ref type (#25195)Lunny Xiao2023-06-131-2/+2
* 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