-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/uvf
# Conflicts: # frontend/package-lock.json # frontend/package.json # frontend/src/common/jwe.ts # frontend/src/components/AdminSettings.vue # frontend/src/components/GrantPermissionDialog.vue # frontend/src/components/UserProfile.vue # frontend/test/common/crypto.spec.ts # frontend/test/common/jwe.spec.ts
- Loading branch information
Showing
59 changed files
with
3,072 additions
and
3,702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased](https://github.com/cryptomator/hub/compare/1.3.4...HEAD) | ||
|
||
### Added | ||
|
||
- This CHANGELOG file | ||
- WoT: Users will now have an ECDH as well as ECDSA key (#282) | ||
- WoT: Users can now mutually verify their identity, hardening Hub against injection of malicious public keys (#281) | ||
- Permission to create new vaults can now be controlled via the `create-vaults` role in Keycloak (#206) | ||
|
||
### Changed | ||
|
||
- Updated Keycloak to 25.0.6 | ||
- Updated to Java 21 (#272) | ||
- Updated to Quarkus 3.8.x LTS (#272) | ||
- Bumped build time dependencies | ||
- Migrated remaining commonjs modules in frontend build to ESM (#291) | ||
- Memoize infrequently changing data, reducing XHR roundtrips | ||
- Switched to JWK thumbprint format in user profile | ||
- Switched to Repository Pattern (#273) | ||
|
||
### Fixed | ||
|
||
- Fixed incorrect ARIA roles improving accessibility | ||
- Fixed incorrect `Content-Type` header for `/api/vaults/{vaultId}/access-token` (#284) | ||
|
||
### Security | ||
|
||
- CVE-2023-45133: Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code | ||
- CVE-2024-4068: Uncontrolled resource consumption in braces | ||
- CVE-2024-39338: Server-Side Request Forgery in axios | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.