aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Add standard-compliant route to serve outdated R packages (#32783) (#32789)Giteabot2024-12-111-0/+1
* Fix internal server error when updating labels without write permission (#327...Giteabot2024-12-101-5/+5
* Make wiki pages visit fast (#32732) (#32745)Giteabot2024-12-071-10/+21
* Add Swift login endpoint (#32693) (#32701)KN4CK3R2024-12-062-43/+59
* Fix delete branch perm checking (#32654) (#32707)Giteabot2024-12-043-75/+76
* Fix get reviewers' bug (#32415) (#32616)Lunny Xiao2024-11-232-5/+12
* Fix PR creation on forked repositories (#31863) (#32591)Lunny Xiao2024-11-221-3/+14
* Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specificat...Lunny Xiao2024-11-211-1/+1
* Refactor find forks and fix possible bugs that weak permissions check (#32528...Lunny Xiao2024-11-192-15/+24
* Refactor push mirror find and add check for updating push mirror (#32539) (#3...Lunny Xiao2024-11-181-36/+15
* Fix artifact v4 upload above 8MB (#31664) (#32523)Giteabot2024-11-162-40/+156
* Fix oauth2 error handle not return immediately (#32514) (#32516)Giteabot2024-11-151-0/+2
* Refactor internal routers (partial backport, auth token const time comparing)...wxiaoguang2024-11-131-8/+10
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-11-0110-11/+13
* Respect UI.ExploreDefaultSort setting again (#32357) (#32385)65432024-10-312-2/+4
* Fix disable 2fa bug (#32320) (#32330)Lunny Xiao2024-10-251-3/+6
* Fix the permission check for user search API and limit the number of returned...Zettat1232024-10-233-25/+20
* API: enhance SearchIssues swagger docs (#32208) (#32298)65432024-10-211-19/+32
* Make `owner/repo/pulls` handlers use "PR reader" permission (#32254) (#32265)wxiaoguang2024-10-151-26/+29
* Fix bug when a token is given public only (#32204) (#32218)Lunny Xiao2024-10-096-51/+111
* Fix javascript error when an anonymous user visiting migration page (#32144) ...Lunny Xiao2024-10-043-54/+45
* Fix the logic of finding the latest pull review commit ID (#32139) (#32165)Giteabot2024-10-011-1/+0
* Fix bug in getting merged pull request by commit (#32079) (#32117)Zettat1232024-09-252-3/+5
* Allow set branch protection in an empty repository (#32095) (#32119)Giteabot2024-09-241-1/+1
* Fix Bug in Issue/pulls list (#32081) (#32115)Giteabot2024-09-241-0/+1
* Fix rename branch permission bug (#32066) (#32108)Giteabot2024-09-221-2/+1
* Fix wrong last modify time (#32102) (#32104)Giteabot2024-09-222-2/+5
* Fix incorrect `/tokens` api (#32085) (#32092)Giteabot2024-09-221-0/+5
* Refactor CSRF protector (#32057) (#32069)wxiaoguang2024-09-181-0/+2
* Handle invalid target when creating releases using API (#31841) (#32043)Giteabot2024-09-171-0/+3
* Check if the `due_date` is nil when editing issues (#32035) (#32042)Giteabot2024-09-151-4/+10
* Fix container parallel upload bugs (#32022)Lunny Xiao2024-09-122-9/+31
* Fix nuget/conan/container packages upload bugs (#31967) (#31982)Giteabot2024-09-055-10/+66
* Add lock for parallel maven upload (#31954)Lunny Xiao2024-09-031-0/+6
* Fix sort order for organization home and user profile page (#31921) (#31922)yp053272024-09-022-0/+8
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880...Giteabot2024-09-012-10/+38
* Fix search team (#31923) (#31942)Giteabot2024-08-301-1/+6
* Don't return 500 if mirror url contains special chars (#31859) (#31895)Lunny Xiao2024-08-221-2/+4
* add CfTurnstileSitekey context data to all captcha templates (#31874) (#31876)Giteabot2024-08-202-0/+4
* Fix raw wiki links (#31825) (#31845)Giteabot2024-08-172-10/+68
* Avoid returning without written ctx when posting PR (#31843) (#31848)Giteabot2024-08-161-4/+10
* Add missing repository type filter parameters to pager (#31832) (#31837)Giteabot2024-08-164-0/+61
* Show lock owner instead of repo owner on LFS setting page (#31788) (#31817)Giteabot2024-08-111-0/+5
* fix(api): owner ID should be zero when created repo secret (#31715) (#31811)Bo-Yi Wu2024-08-101-4/+2
* Fix protected branch files detection on pre_receive hook (#31778) (#31796)Giteabot2024-08-081-2/+2
* Fix wiki revision pagination (#31760) (#31772)Giteabot2024-08-041-0/+1
* Fix the display of project type for deleted projects (#31732) (#31734)Giteabot2024-07-301-1/+1
* Set owner id to zero when GetRegistrationToken for repo (#31725) (#31729)Giteabot2024-07-301-1/+1
* Fix API endpoint for registration-token (#31722) (#31728)Giteabot2024-07-291-1/+1
* Add permission check when creating PR (#31033) (#31720)yp053272024-07-292-0/+12