aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-062-4/+5
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-315-6/+6
* Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l...Lunny Xiao2024-12-301-10/+4
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-261-1/+13
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao2024-12-252-39/+30
* Clarify path param naming (#32969)wxiaoguang2024-12-2448-150/+151
* Refactor request context (#32956)wxiaoguang2024-12-246-22/+10
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-2010-61/+57
* Move delete deploy keys into service layer (#32201)Lunny Xiao2024-12-181-1/+1
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-183-8/+7
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-152-4/+4
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-122-83/+79
* Implement update branch API (#32433)Kemal Zebari2024-12-123-0/+74
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-111-33/+2
* Fix internal server error when updating labels without write permission (#32776)yp053272024-12-101-5/+5
* Fix delete branch perm checking (#32654)Lunny Xiao2024-12-042-44/+44
* 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
* 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-311-2/+2
* 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
* 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-085-51/+97
* 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 incorrect `/tokens` api (#32085)KN4CK3R2024-09-201-0/+5