Skip to content

Releases: cryptomator/hub

1.0.0

02 Nov 18:54
1.0.0
7a76a01
Compare
Choose a tag to compare

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

21 Oct 13:43
1.0.0-rc1
3f453af
Compare
Choose a tag to compare
1.0.0 RC 1 Pre-release
Pre-release

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

  1. In Keycloak, remove http://127.0.0.1 from the Valid redirect URIs in the cryptomatorhub client.
  2. In Keycloak, create a new cryptomator (this is the id) OpenID Connect client with Standard flow enabled and add http://127.0.0.1 to Valid redirect URIs.
  3. Regenerate the Kubernetes or Docker Compose deployment file using the Setup Wizard.
  4. For each vault already downloaded, re-download the vault template and overwrite the vault.cryptomator file at the destination with the newly downloaded vault.cryptomator of the template.

1.0.0 Beta 6

29 Sep 14:01
1.0.0-beta6
afa49c2
Compare
Choose a tag to compare
1.0.0 Beta 6 Pre-release
Pre-release

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

14 Sep 11:21
1.0.0-beta5
2b7034f
Compare
Choose a tag to compare
1.0.0 Beta 5 Pre-release
Pre-release

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

06 Sep 14:21
1.0.0-beta4
f424894
Compare
Choose a tag to compare
1.0.0 Beta 4 Pre-release
Pre-release

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

22 Aug 11:09
a7ae673
Compare
Choose a tag to compare
1.0.0 Beta 3 Pre-release
Pre-release

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

16 Aug 09:27
1.0.0-beta2
e7a903c
Compare
Choose a tag to compare
1.0.0 Beta 2 Pre-release
Pre-release

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

01 Aug 09:39
1.0.0-beta1
f0d5f7e
Compare
Choose a tag to compare
1.0.0 Beta 1 Pre-release
Pre-release

First public beta of Cryptomator Hub