-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add opt-in option to work with E2EE encrypted files in Web Interface #49649
Comments
Some prior work on this: nextcloud/end_to_end_encryption#497 |
Initial version released as v1.17-beta.1 |
|
Thinking out load: we could move the logic into a browser extension, this would remove the thirdparty server admin threat. |
Sorry just seen this now.
For markdown files and the text app this is feasible, for actual office files not since with Collabora the file is rendered on the server, so we need to have it available there. |
What about other online editors, which use client side rendering? |
The problem:
Currently, working with E2EE only works with clients. There should be an opt-in feature (disabled by default) to be able to work with encrypted files on the web interface as well
First step: read only
Since this would be a bit of work to implement, we should start with the following (avoiding anything that involves writing metadata as a first step):
The text was updated successfully, but these errors were encountered: