@@ -4,6 +4,63 @@ This changelog goes through the changes that have been made in each release
44without substantial changes to our git log; to see the highlights of what has
55been added to each release, please refer to the [ blog] ( https://blog.gitea.com ) .
66
7+ ## [ 1.22.4] ( https://github.com/go-gitea/gitea/releases/tag/1.22.4 ) - 2024-11-14
8+
9+ * SECURITY
10+ * Fix basic auth with webauthn (#32531 ) (#32536 )
11+ * Refactor internal routers (partial backport, auth token const time comparing) (#32473 ) (#32479 )
12+ * PERFORMANCE
13+ * Remove transaction for archive download (#32186 ) (#32520 )
14+ * BUGFIXES
15+ * Fix ` missing signature key ` error when pulling Docker images with ` SERVE_DIRECT ` enabled (#32365 ) (#32397 )
16+ * Fix get reviewers fails when selecting user without pull request permissions unit (#32415 ) (#32616 )
17+ * Fix adding index files to tmp directory (#32360 ) (#32593 )
18+ * Fix PR creation on forked repositories via API (#31863 ) (#32591 )
19+ * Fix missing menu tabs in organization project view page (#32313 ) (#32592 )
20+ * Support HTTP POST requests to ` /userinfo ` , aligning to OpenID Core specification (#32578 ) (#32594 )
21+ * Fix debian package clean up cron job (#32351 ) (#32590 )
22+ * Fix GetInactiveUsers (#32540 ) (#32588 )
23+ * Allow the actions user to login via the jwt token (#32527 ) (#32580 )
24+ * Fix submodule parsing (#32571 ) (#32577 )
25+ * Refactor find forks and fix possible bugs that weaken permissions check (#32528 ) (#32547 )
26+ * Fix some places that don't respect org full name setting (#32243 ) (#32550 )
27+ * Refactor push mirror find and add check for updating push mirror (#32539 ) (#32549 )
28+ * Fix basic auth with webauthn (#32531 ) (#32536 )
29+ * Fix artifact v4 upload above 8MB (#31664 ) (#32523 )
30+ * Fix oauth2 error handle not return immediately (#32514 ) (#32516 )
31+ * Fix action not triggered when commit message is too long (#32498 ) (#32507 )
32+ * Fix ` GetRepoLink ` nil pointer dereference on dashboard feed page when repo is deleted with actions enabled (#32501 ) (#32502 )
33+ * Fix ` missing signature key ` error when pulling Docker images with ` SERVE_DIRECT ` enabled (#32397 ) (#32397 )
34+ * Fix the permission check for user search API and limit the number of returned users for ` /user/search ` (#32310 )
35+ * Fix SearchIssues swagger docs (#32208 ) (#32298 )
36+ * Fix dropdown content overflow (#31610 ) (#32250 )
37+ * Disable Oauth check if oauth disabled (#32368 ) (#32480 )
38+ * Respect renamed dependencies of Cargo registry (#32430 ) (#32478 )
39+ * Fix mermaid diagram height when initially hidden (#32457 ) (#32464 )
40+ * Fix broken releases when re-pushing tags (#32435 ) (#32449 )
41+ * Only provide the commit summary for Discord webhook push events (#32432 ) (#32447 )
42+ * Only query team tables if repository is under org when getting assignees (#32414 ) (#32426 )
43+ * Fix created_unix for mirroring (#32342 ) (#32406 )
44+ * Respect UI.ExploreDefaultSort setting again (#32357 ) (#32385 )
45+ * Fix broken image when editing comment with non-image attachments (#32319 ) (#32345 )
46+ * Fix disable 2fa bug (#32320 ) (#32330 )
47+ * Always update expiration time when creating an artifact (#32281 ) (#32285 )
48+ * Fix null errors on conversation holder (#32258 ) (#32266 ) (#32282 )
49+ * Only rename a user when they should receive a different name (#32247 ) (#32249 )
50+ * Fix checkbox bug on private/archive filter (#32236 ) (#32240 )
51+ * Add a doctor check to disable the "Actions" unit for mirrors (#32424 ) (#32497 )
52+ * Quick fix milestone deadline 9999 (#32423 )
53+ * Make ` show stats ` work when only one file changed (#32244 ) (#32268 )
54+ * Make ` owner/repo/pulls ` handlers use "PR reader" permission (#32254 ) (#32265 )
55+ * Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246 ) (#32252 )
56+ * MISC
57+ * Remove unnecessary code: ` GetPushMirrorsByRepoID ` called on all repo pages (#32560 ) (#32567 )
58+ * Improve some sanitizer rules (#32534 )
59+ * Update nix development environment vor v1.22.x (#32495 )
60+ * Add warn log when deleting inactive users (#32318 ) (#32321 )
61+ * Update github.com/go-enry/go-enry to v2.9.1 (#32295 ) (#32296 )
62+ * Warn users when they try to use a non-root-url to sign in/up (#32272 ) (#32273 )
63+
764## [ 1.22.3] ( https://github.com/go-gitea/gitea/releases/tag/1.22.3 ) - 2024-10-08
865
966* SECURITY
0 commit comments