aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-292-6/+6
* Add support for npm bundleDependencies (#30751)Micash2024-04-291-0/+1
* Fix nil dereference on error (#30740)Chongyi Zheng2024-04-281-3/+4
* Prevent allow/reject reviews on merged/closed PRs (#30686)Kemal Zebari2024-04-271-2/+11
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-274-5/+5
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-266-284/+327
* Fix compare api swagger (#30648)Lunny Xiao2024-04-231-1/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-2218-31/+23
* fix(api): refactor branch and tag existence checks (#30618)Bo-Yi Wu2024-04-221-5/+4
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-202-3/+3
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-5/+1
* Support nuspec manifest download for nuget packages (#28921)Michael Kriese2024-04-171-2/+30
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-4/+4
* Fix empty field `login_name` in API response JSON when creating user (#30511)yp053272024-04-161-3/+3
* feat(api): implement branch/commit comparison API (#30349)Bo-Yi Wu2024-04-163-0/+107
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-131-4/+2
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-111-0/+14
* Fix missed doer (#30231)Lunny Xiao2024-04-085-18/+18
* Clean up log messages (#30313)wxiaoguang2024-04-071-2/+0
* Remove scheduled action tasks if the repo is archived (#30224)Zettat1232024-04-011-0/+10
* Add setting to disable user features when user login type is not plain (#29615)Jack Hay2024-03-292-4/+5
* Refactor topic Find functions and add more tests for pagination (#30127)Lunny Xiao2024-03-291-3/+4
* Add API for `Variables` (#29520)sillyguodong2024-03-286-0/+884
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-281-6/+11
* Relax generic package filename restrictions (#30135)wxiaoguang2024-03-272-5/+89
* Remove repetitive words (#30091)crazeteam2024-03-261-1/+1
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-211-2/+7
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-212-13/+8
* Upgrade Go 1.22 and upgrade dependency (#29869)wxiaoguang2024-03-174-10/+6
* Fix PR creation via api between branches of same repo with head field namespa...norohind2024-03-171-0/+2
* Fix lint-swagger warning (#29787)sillyguodong2024-03-142-3/+7
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-12/+12
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-4/+0
* remove repetitive words (#29695)pengqiseven2024-03-112-2/+2
* Add a warning for disallowed email domains (#29658)Zettat1232024-03-111-0/+9
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-2/+2
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-68/+12
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-061-2/+2
* Skip email domain check when admins edit user emails (#29609)Zettat1232024-03-051-1/+1
* Skip email domain check when admin users adds user manually (#29522)Zettat1232024-03-051-1/+1
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-1/+1
* Add user blocking (#29028)KN4CK3R2024-03-0417-51/+452
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-041-0/+11
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-3/+23
* Fix 500 when pushing release to an empty repo (#29554)Nanguan Lin2024-03-031-0/+5
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+2
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-10/+29
* remove util.OptionalBool and related functions (#29513)65432024-03-0214-51/+58
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-025-23/+1726
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+11