Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- All notable changes to this project will be documented in this file so they will be shown in the Nextcloud app store "changes"-section -->

## v2.0.0-rc.4 - 2025-12-18
## v2.0.0-rc.5 - 2026-01-12
### Added
* Setup end-to-end encryption in the web interface.
When end-to-end encryption is enabled in the browser (see personal settings - security),
Expand All @@ -26,6 +26,9 @@
Using the files sidebar just like with regular files,
though shares always have all permissions enabled as per requirements of end-to-end encryption.
* Allow to create read only shares with users.
* Its possible to create public shares of end-to-end encrypted folders,
those shares will have their own encryption keys and which have to be shared with the recipient
using a secure second channel.

### Fixed
* Fixed locking to allow leaving encrypted root folders properly.
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
This app provides all the necessary APIs to implement End-to-End encryption on the client side.
Additionally it implements Secure FileDrop and makes sure that End-to-End encrypted files are neither accessible via the web interface nor other WebDAV clients.
]]></description>
<version>2.0.0-rc.4</version>
<version>2.0.0-rc.5</version>
<licence>agpl</licence>
<author>Nextcloud GmbH</author>
<namespace>EndToEndEncryption</namespace>
Expand Down
Loading
Loading