@@ -9,7 +9,24 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
99* SECURITY
1010 * Refactor internal routers (partial backport, auth token const time comparing) (#32473 ) (#32479 )
1111* BUGFIXES
12- * Fix ` missing signature key ` error when pulling Docker images with ` SERVE_DIRECT ` enabled (#32365 ) (#32397 )
12+ * Fix get reviewers fails when selecting user without pull request permissions unit (#32415 ) (#32616 )
13+ * Fix adding index files to tmp directory (#32360 ) (#32593 )
14+ * Fix PR creation on forked repositories via API (#31863 ) (#32591 )
15+ * Fix missing menu tabs in organization project view page (#32313 ) (#32592 )
16+ * Support HTTP POST requests to ` /userinfo ` , aligning to OpenID Core specification (#32578 ) (#32594 )
17+ * Fix debian package clean up cron job (#32351 ) (#32590 )
18+ * Fix GetInactiveUsers (#32540 ) (#32588 )
19+ * Allow the actions user to login via the jwt token (#32527 ) (#32580 )
20+ * Fix submodule parsing (#32571 ) (#32577 )
21+ * Refactor find forks and fix possible bugs that weaken permissions check (#32528 ) (#32547 )
22+ * Fix some places that don't respect org full name setting (#32243 ) (#32550 )
23+ * Refactor push mirror find and add check for updating push mirror (#32539 ) (#32549 )
24+ * Fix basic auth with webauthn (#32531 ) (#32536 )
25+ * Fix artifact v4 upload above 8MB (#31664 ) (#32523 )
26+ * Fix oauth2 error handle not return immediately (#32514 ) (#32516 )
27+ * Fix action not triggered when commit message is too long (#32498 ) (#32507 )
28+ * Fix ` GetRepoLink ` nil pointer dereference on dashboard feed page when repo is deleted with actions enabled (#32501 ) (#32502 )
29+ * Fix ` missing signature key ` error when pulling Docker images with ` SERVE_DIRECT ` enabled (#32397 ) (#32397 )
1330 * Fix the permission check for user search API and limit the number of returned users for ` /user/search ` (#32310 )
1431 * Fix SearchIssues swagger docs (#32208 ) (#32298 )
1532 * Fix dropdown content overflow (#31610 ) (#32250 )
0 commit comments