aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...wxiaoguang2024-05-191-0/+2
* Fix bug on avatar (#31008)Lunny Xiao2024-05-192-0/+4
* Simplify mirror repository API logic (#30963)wxiaoguang2024-05-171-9/+3
* Protected tag is no internal server error (#30962)KN4CK3R2024-05-143-8/+17
* Support using label names when changing issue labels (#30943)Zettat1232024-05-131-1/+28
* Remove deprecated stuff for runners (#30930)Jason Song2024-05-102-19/+0
* Fix misspelling of mergable (#30896)yp053272024-05-081-2/+2
* Refactor AppURL usage (#30885)wxiaoguang2024-05-073-10/+13
* Don't only list code-enabled repositories when using repository API (#30817)Kemal Zebari2024-05-031-3/+1
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-032-40/+33
* Ignore useless error message "broken pipe" (#30801)wxiaoguang2024-05-031-3/+1
* refactor: merge ListActionTasks func to action.go file (#30811)Bo-Yi Wu2024-05-022-80/+66
* Catch and handle unallowed file type errors in issue attachment API (#30791)Kemal Zebari2024-05-022-2/+17
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-013-0/+90
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-292-6/+6
* Add support for npm bundleDependencies (#30751)Micash2024-04-291-0/+1