aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind8 days2-4/+4
* Fix missing outputs for jobs with matrix (#32823)Zettat1239 days3-16/+86
* Make API "compare" accept commit IDs (#32801)wxiaoguang11 days2-83/+79
* Implement update branch API (#32433)Kemal Zebari11 days3-0/+74
* Add standard-compliant route to serve outdated R packages (#32783)Sebastian T. T.11 days1-0/+1
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao12 days1-33/+2
* Fix internal server error when updating labels without write permission (#32776)yp0532712 days1-5/+5
* Add Arch package registry (#32692)KN4CK3R2024-12-042-0/+350
* Fix delete branch perm checking (#32654)Lunny Xiao2024-12-042-44/+44
* Add Swift login endpoint (#32693)KN4CK3R2024-12-032-43/+59
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-294-4/+8
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-273-11/+9
* Add priority to protected branch (#32286)65432024-11-273-4/+56
* Improve oauth2 scope token handling (#32633)wxiaoguang2024-11-261-1/+1
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-253-3/+67
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-261-17/+31
* Refactor markup render system (#32612)wxiaoguang2024-11-241-3/+5
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-221-1/+9
* Refactor markup render system (#32589)wxiaoguang2024-11-221-3/+1
* Remove duplicate empty repo check in delete branch API (#32569)Kemal Zebari2024-11-201-5/+0
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-181-3/+12
* Refactor render system (#32492)wxiaoguang2024-11-142-13/+12
* Harden runner updateTask and updateLog api (#32462)ChristopherHX2024-11-111-1/+7
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-111-9/+13
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-092-55/+67
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-071-2/+4
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-072-15/+12
* Include file extension checks in attachment API (#32151)Kemal Zebari2024-11-063-9/+30
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-052-17/+9
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-051-4/+4
* Fix git error handling (#32401)wxiaoguang2024-11-021-5/+2
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-10-315-6/+8
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-302-2/+0
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+5
* Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore...Zettat1232024-10-221-2/+10
* API: enhance SearchIssues swagger docs (#32208)65432024-10-191-19/+32
* Use per package global lock for container uploads instead of memory lock (#31...Lunny Xiao2024-10-111-8/+18
* Move admin routers from /admin to /-/admin (#32189)Lunny Xiao2024-10-102-4/+4
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-086-51/+111
* Allow filtering PRs by poster in the ListPullRequests API (#32209)65432024-10-071-9/+33
* Add support for searching users by email (#30908)yp053272024-10-041-5/+6
* Fix PR creation on forked repositories (#31863)Job2024-10-041-3/+14
* Support repo license (#24872)yp053272024-10-014-0/+70
* Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-011-1/+0
* Fix bug in getting merged pull request by commit (#32079)Zettat1232024-09-242-3/+5
* Fix artifact v4 upload above 8MB (#31664)ChristopherHX2024-09-222-40/+156
* Fix wrong last modify time (#32102)Lunny Xiao2024-09-211-1/+3
* Fix upload maven pacakge parallelly (#31851)Lunny Xiao2024-09-211-0/+13
* Fix incorrect `/tokens` api (#32085)KN4CK3R2024-09-201-0/+5
* Check if the `due_date` is nil when editing issues (#32035)Zettat1232024-09-141-4/+10