Skip to content

Releases: nextcloud/end_to_end_encryption

v1.6.2

08 Sep 14:03
v1.6.2
3d5962c
Compare
Choose a tag to compare
  • Updating description in appstore

v1.6.1

18 Aug 08:24
v1.6.1
610c169
Compare
Choose a tag to compare

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

18 Aug 08:23
v1.5.2
8ed212f
Compare
Choose a tag to compare

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

17 Jul 06:42
v1.5.2-beta1
91b8093
Compare
Choose a tag to compare
v1.5.2-beta1 Pre-release
Pre-release

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:

  1. To delete all active locks, execute the following command on the SQL server:
DELETE FROM oc_e2e_encryption_lock;
  1. 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

25 May 10:52
v1.5.0
d1a6458
Compare
Choose a tag to compare

Changes:

  • #125 Sabre/DAV 4.0 Compatibility
  • #46 Block marking a folder as encrypted if it is shared
  • #76 Do not allow marking a non empty folder encrypted/unencrypted
  • #132 Fix issue with log spamming in debug mode
  • #69 Error enabling app when using PostgreSQL

v1.3.0

22 Jan 18:46
4879bbd
Compare
Choose a tag to compare
Merge branch 'stable17' of github.com:nextcloud/end_to_end_encryption…

v1.2.0

22 Jan 19:13
9d26aed
Compare
Choose a tag to compare
16 version

Signed-off-by: Roeland Jago Douma <[email protected]>

v1.4.0

22 Jan 09:29
18652ab
Compare
Choose a tag to compare
Merge pull request #118 from nextcloud/update-stable18-target-versions

Update stable18 target versions

Version 1.1.0

30 Nov 13:12
v1.1.0
3b27a7b
Compare
Choose a tag to compare

Nextcloud 15 compatible

Bugfix release

13 Mar 10:46
466fa21
Compare
Choose a tag to compare

Fix bug in combination with PostgreSQL