aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo
Commit message (Expand)AuthorAgeFilesLines
* Refactor repository transfer (#33211)Lunny Xiao4 days1-36/+19
* Support choose email when creating a commit via web UI (#33432)wxiaoguang4 days2-20/+20
* Fix system admin cannot fork or get private fork with API (#33401)Lunny Xiao6 days1-7/+9
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang11 days2-3/+3
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-1/+9
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-132-12/+5
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-101-0/+45
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-102-11/+4
* 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-2431-106/+106
* Refactor request context (#32956)wxiaoguang2024-12-246-22/+10
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-209-55/+49
* 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-182-5/+4
* 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-121-0/+71
* 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-291-1/+2
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-271-2/+1
* Add priority to protected branch (#32286)65432024-11-271-4/+52
* Add github compatible tarball download API endpoints (#32572)Lunny Xiao2024-11-252-3/+65
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-221-1/+9
* 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
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-092-55/+67
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-071-14/+11
* 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-301-1/+0
* Make admins adhere to branch protection rules (#32248)Tim2024-10-231-0/+5
* API: enhance SearchIssues swagger docs (#32208)65432024-10-191-19/+32
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-082-2/+7
* Allow filtering PRs by poster in the ListPullRequests API (#32209)65432024-10-071-9/+33
* Fix PR creation on forked repositories (#31863)Job2024-10-041-3/+14
* Support repo license (#24872)yp053272024-10-012-0/+62
* 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-241-3/+3
* Check if the `due_date` is nil when editing issues (#32035)Zettat1232024-09-141-4/+10
* Handle invalid target when creating releases using API (#31841)Kemal Zebari2024-09-121-0/+3
* Support migration from AWS CodeCommit (#31981)Zettat1232024-09-111-0/+4