Releases: cryptomator/hub
Releases · cryptomator/hub
1.0.1
1.0.0
First public release of Cryptomator Hub, identical to RC1 but tested with newer Keycloak versions.
Full Changelog: 1.0.0-rc1...1.0.0
1.0.0 RC 1
What's Changed
- #164 Vault can be administrated when the local time is different than the server time
- #170 Separate Hub and Cryptomator OIDC client to reduce the scopes of access
- #149 #154 Validate REST input parameters
- #163 #166 #168 Fix unlock screens
- #159 #160 Always show all vaults as admin, even if doesn't have one itself
- UI and code cleanups
Full Changelog: 1.0.0-beta6...1.0.0-rc1
Required tasks after updating from version 1.0.0-betaX to 1.0.0-rc1
- In Keycloak, remove
http://127.0.0.1
from theValid redirect URIs
in thecryptomatorhub
client. - In Keycloak, create a new
cryptomator
(this is the id)OpenID Connect
client withStandard flow
enabled and addhttp://127.0.0.1
toValid redirect URIs
. - Regenerate the Kubernetes or Docker Compose deployment file using the Setup Wizard.
- For each vault already downloaded, re-download the vault template and overwrite the
vault.cryptomator
file at the destination with the newly downloadedvault.cryptomator
of the template.
1.0.0 Beta 6
What's Changed
- #106 #158 Added "all vaults" filter for admin and added search in vault list
- #107 #156 Add link to keycloak instance in frontend for admin
- #128 Added vault name validation
- #148 Updated Heroicons to v2
- #150 Generate identicons if no profile picture is set
- #151 #152 Added support for deploying Hub in a (sub)path
- #155 Fixed admin user needing realm management roles
Full Changelog: 1.0.0-beta5...1.0.0-beta6
1.0.0 Beta 5
What's Changed
- #144 If preferred, deploy Hub under a sub-resource of an existing domain
- #139 Search for users/groups against Hub and not Keycloak
- #142 Add required "user" role to the generated
realm.json
- #143 If required, add a trailing slash to the connect-src CSP
Full Changelog: 1.0.0-beta4...1.0.0-beta5
1.0.0 Beta 4
What's Changed
- #133 Require IAT, NBF and EXP claims in ClientJWT and Return HTTP status code 403 if IAT or NBF is in the future
- #135 Updating user and associated data at login except group memberships
- #123 Close dropdown in navbar after clicking on item
- #107 Add link to keycloak instance in frontend for admin
Full Changelog: 1.0.0-beta3...1.0.0-beta4
1.0.0 Beta 3
What's Changed
- #93 Keycloak login screen now appears in Cryptomator's corporate design
- #102 bot user
syncer
no longer showing up in user list - #126 billing section and version check are now in a new admin section
- #125 fixed version shown in settings
- #127 fixed redirect URI that is called after login of a device
- #128 fixed missing viewport definition in Keycloak login screen
Full Changelog: 1.0.0-beta2...1.0.0-beta3
1.0.0 Beta 2
What's Changed
- #119 Added Update Check
- #115 fixed missing glyph in dropdowns
- Various small fixes for testing Hub in localhost
Full Changelog: 1.0.0-beta1...1.0.0-beta2
1.0.0 Beta 1
First public beta of Cryptomator Hub