aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-5/+3
* Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759)js6pak2023-08-291-8/+5
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-293-17/+87
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-9/+7
* Add auth-required to config.json for Cargo http registry (#26729)merlleu2023-08-281-1/+3
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-283-58/+24
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-2/+1
* PATCH branch-protection updates check list even when checks are disabled (#26...Infinoid2023-08-241-1/+2
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-243-0/+97
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-224-4/+58
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-153-0/+88
* Allow to archive labels (#26478)puni98692023-08-142-1/+3
* Fix NuGet search endpoints (#25613)KN4CK3R2023-08-142-7/+15
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-4/+4
* fix artifact merging chunks path with correct slash on Windows (#26400)FuXiaoHei2023-08-081-1/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-312-150/+176
* Fix handling of plenty Nuget package versions (#26075)KN4CK3R2023-07-264-32/+94
* Remove "misc" scope check from public API endpoints (#26134)wxiaoguang2023-07-261-2/+2
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-1/+11
* Fix handling of Debian files with trailing slash (#26087)KN4CK3R2023-07-241-1/+1
* 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