aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* bump to go 1.23 (#31855)techknowlogick2024-09-101-1/+1
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-091-1/+1
* Remove SHA1 for support for ssh rsa signing (#31857)Wim2024-09-071-1/+1
* Return 404 instead of error when commit not exist (#31977)Adam Majer2024-09-061-1/+1
* Fix nuget/conan/container packages upload bugs (#31967)Lunny Xiao2024-09-055-10/+66
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880)yp053272024-09-022-10/+38
* Fix RPM resource leak (#31794)KN4CK3R2024-08-081-4/+5
* Add signature support for the RPM module (#27069)Exploding Dragon2024-08-061-1/+15
* Set owner id to zero when GetRegistrationToken for repo (#31725)Jason Song2024-07-291-1/+1
* fix(api): owner ID should be zero when created repo secret (#31715)Bo-Yi Wu2024-07-291-4/+2
* Fix API endpoint for registration-token (#31722)Jason Song2024-07-291-1/+1
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+2
* Add return type to GetRawFileOrLFS and GetRawFile (#31680)Adam Majer2024-07-251-1/+7
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-191-9/+11
* Allow force push to protected branches (#28086)Henry Goodman2024-07-051-6/+76
* Refactor names (#31405)wxiaoguang2024-06-1986-415/+415
* Improve rubygems package registry (#31357)wxiaoguang2024-06-172-6/+134
* Fix missing images in editor preview due to wrong links (#31299)Brecht Van Lommel2024-06-171-39/+61
* Rename repo_model.SearchOrderByMap to repo_model.OrderByMap (#31359)65432024-06-151-1/+1
* Fix duplicate sub-path for avatars (#31365)wxiaoguang2024-06-151-1/+1
* Add tag protection via rest api #17862 (#31295)mzroot2024-06-144-0/+379
* [Refactor] Unify repo search order by logic (#30876)65432024-06-131-1/+1
* Reduce memory usage for chunked artifact uploads to MinIO (#31325)Rowan Bohde2024-06-121-2/+2
* Enable `unparam` linter (#31277)silverwind2024-06-116-27/+23
* Remove sub-path from container registry realm (#31293)wxiaoguang2024-06-091-3/+3
* Fix NuGet Package API for $filter with Id equality (#31188)Thomas Desveaux2024-06-041-19/+29
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-311-16/+32
* Azure blob storage support (#30995)Lunny Xiao2024-05-304-5/+5
* Add an immutable tarball link to archive download headers for Nix (#31139)Jörg Thalheim2024-05-281-0/+6
* Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-05-281-0/+1
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-275-5/+15
* Fix "force private" logic (#31012)wxiaoguang2024-05-202-3/+3