@@ -7,10 +7,12 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
77## [ 1.22.4] ( https://github.com/go-gitea/gitea/releases/tag/1.22.4 )  - 2024-11-14 
88
99*  SECURITY
10+   *  Fix basic auth with webauthn (#32531  ) (#32536  )
1011  *  Refactor internal routers (partial backport, auth token const time comparing) (#32473  ) (#32479  )
1112*  PERFORMANCE
1213  *  Remove transaction for archive download (#32186  ) (#32520  )
1314*  BUGFIXES
15+   *  Fix ` missing signature key `  error when pulling Docker images with ` SERVE_DIRECT `  enabled (#32365  ) (#32397  )
1416  *  Fix get reviewers fails when selecting user without pull request permissions unit (#32415  ) (#32616  )
1517  *  Fix adding index files to tmp directory (#32360  ) (#32593  )
1618  *  Fix PR creation on forked repositories via API (#31863  ) (#32591  )
@@ -32,7 +34,6 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
3234  *  Fix the permission check for user search API and limit the number of returned users for ` /user/search `  (#32310  )
3335  *  Fix SearchIssues swagger docs (#32208  ) (#32298  )
3436  *  Fix dropdown content overflow (#31610  ) (#32250  )
35-   *  Fix nil panic if repo doesn't exist (#32501  ) (#32502  )
3637  *  Disable Oauth check if oauth disabled (#32368  ) (#32480  )
3738  *  Respect renamed dependencies of Cargo registry (#32430  ) (#32478  )
3839  *  Fix mermaid diagram height when initially hidden (#32457  ) (#32464  )
@@ -56,6 +57,9 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
5657  *  Remove unnecessary code: ` GetPushMirrorsByRepoID `  called on all repo pages (#32560  ) (#32567  )
5758  *  Improve some sanitizer rules (#32534  )
5859  *  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  )
5963
6064## [ 1.22.3] ( https://github.com/go-gitea/gitea/releases/tag/1.22.3 )  - 2024-10-08 
6165
0 commit comments