summaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Fix get reviewers' bug (#32415) (#32616)Lunny Xiao2024-11-231-1/+9
* Fix PR creation on forked repositories (#31863) (#32591)Lunny Xiao2024-11-221-3/+14
* Refactor find forks and fix possible bugs that weak permissions check (#32528...Lunny Xiao2024-11-191-3/+12
* Fix artifact v4 upload above 8MB (#31664) (#32523)Giteabot2024-11-162-40/+156
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-11-015-6/+8
* Fix the permission check for user search API and limit the number of returned...Zettat1232024-10-231-2/+10
* API: enhance SearchIssues swagger docs (#32208) (#32298)65432024-10-211-19/+32
* Fix bug when a token is given public only (#32204) (#32218)Lunny Xiao2024-10-096-51/+111
* Fix the logic of finding the latest pull review commit ID (#32139) (#32165)Giteabot2024-10-011-1/+0
* Fix bug in getting merged pull request by commit (#32079) (#32117)Zettat1232024-09-252-3/+5
* Fix wrong last modify time (#32102) (#32104)Giteabot2024-09-221-1/+3
* Fix incorrect `/tokens` api (#32085) (#32092)Giteabot2024-09-221-0/+5
* Handle invalid target when creating releases using API (#31841) (#32043)Giteabot2024-09-171-0/+3
* Check if the `due_date` is nil when editing issues (#32035) (#32042)Giteabot2024-09-151-4/+10
* Fix container parallel upload bugs (#32022)Lunny Xiao2024-09-122-9/+31
* Fix nuget/conan/container packages upload bugs (#31967) (#31982)Giteabot2024-09-055-10/+66
* Add lock for parallel maven upload (#31954)Lunny Xiao2024-09-031-0/+6
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880...Giteabot2024-09-012-10/+38
* fix(api): owner ID should be zero when created repo secret (#31715) (#31811)Bo-Yi Wu2024-08-101-4/+2
* Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729)Giteabot2024-07-301-1/+1
* Fix API endpoint for registration-token (#31722) (#31728)Giteabot2024-07-291-1/+1
* Add permission check when creating PR (#31033) (#31720)yp053272024-07-291-0/+2
* Fix missing images in editor preview due to wrong links (#31299) (#31393)wxiaoguang2024-06-171-39/+61
* Fix duplicate sub-path for avatars (#31365) (#31368)wxiaoguang2024-06-151-1/+1
* Reduce memory usage for chunked artifact uploads to MinIO (#31325) (#31338)Giteabot2024-06-121-2/+2
* Remove sub-path from container registry realm (#31293) (#31300)Giteabot2024-06-101-3/+3
* Fix NuGet Package API for $filter with Id equality (#31188) (#31242)Thomas Desveaux2024-06-041-19/+29
* Add an immutable tarball link to archive download headers for Nix (#31139) (#...Giteabot2024-05-291-0/+6
* Add missed return after `ctx.ServerError` (#31130) (#31133)Giteabot2024-05-281-0/+1
* Fix bug on avatar (#31008) (#31019)Giteabot2024-05-202-0/+4
* Fix "force private" logic (#31012) (#31021)Giteabot2024-05-202-3/+3
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...Giteabot2024-05-191-0/+2
* Simplify mirror repository API logic (#30963) (#31009)Giteabot2024-05-181-9/+3
* Protected tag is no internal server error (#30962) (#30970)Giteabot2024-05-143-8/+17
* Support using label names when changing issue labels (#30943) (#30958)Giteabot2024-05-131-1/+28
* Remove deprecated stuff for runners (#30930) (#30931)Giteabot2024-05-102-19/+0
* Fix misspelling of mergable (#30896) (#30905)Giteabot2024-05-081-2/+2
* Refactor AppURL usage (#30885) (#30891)wxiaoguang2024-05-083-10/+13
* Fix no edit history after editing issue's title and content (#30814) (#30845)Giteabot2024-05-032-40/+33
* Don't only list code-enabled repositories when using repository API (#30817) ...Giteabot2024-05-031-3/+1
* Ignore useless error message "broken pipe" (#30801) (#30842)Giteabot2024-05-031-3/+1
* Catch and handle unallowed file type errors in issue attachment API (#30791) ...Giteabot2024-05-032-2/+17
* Fix nil dereference on error (#30740) (#30746)wxiaoguang2024-04-291-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