Releases: nextcloud/end_to_end_encryption
Releases · nextcloud/end_to_end_encryption
v1.6.2
- Updating description in appstore
v1.6.1
This version of the E2E app requires:
- Desktop client 3.0.0 or newer
- iOS App 3.0.5 or newer
- Android App 3.13.0 or newer
v1.5.2
This version of the E2E app requires:
- Desktop client 3.0.0 or newer
- iOS App 3.0.5 or newer
- Android App 3.13.0 or newer
v1.5.2-beta1
Nextcloud's End-To-End-Encryption system is currently a tech-preview. Do not use it in production. Only use it with test data.
This version of the end_to_end_encryption app contains breaking changes. It requires the admin to manually reset the app. See below for instructions.
This version of the end_to_end_encryption app requires the latest pre-release versions of the Nextcloud Clients:
- Desktop Client 2.7.0beta3 (to be released shortly)
- Android Client 3.13.0RC (to be released shortly)
- iOS Client 3.0.2 (currently in TestFlight)
How to reset this app:
- To delete all active locks, execute the following command on the SQL server:
DELETE FROM oc_e2e_encryption_lock;
- To delete existing metadata files, existing public and private keys.
- Locate the data folder
- Open
appdata_{instanceId}/end_to_end_encryption
- Delete
./meta-data
,./public-keys
,./private-keys
. - Run
php occ files:scan-app-data
in the Nextcloud folder.
v1.5.1
v1.3.0
v1.2.0
16 version Signed-off-by: Roeland Jago Douma <[email protected]>
v1.4.0
Version 1.1.0
Nextcloud 15 compatible
Bugfix release
Fix bug in combination with PostgreSQL