Josh
Josh
> Open android app > Click on newly created folder > You will be prompted to setup passphrase again This could have been an Android client issue. It sounds like...
Fair enough. > 3 years later someone replies, this must be a joke. Nextcloud is a large open source project spread across hundreds of repositories. Limited resources and many of...
This was originally reported in #45 and implemented server side in nextcloud/server#8298. Also RFC was updated in nextcloud/end_to_end_encryption_rfc#15 based on nextcloud/end_to_end_encryption_rfc#13 to better standardize naming across clients to ease parsing....
Are you by chance also utilizing Server-side Encryption at the same time as E2EE? That might trigger this behavior (and also isn't a supported configuration).
Many changes have taken place since this report, many surrounding matters like this - both here and at the client level. Since the OP is unreachable and this hasn't seen...
This particular issue hasn't seen traffic in several years and many things have changed across the clients (and a bit in the server-side app covered by this repository). Is anyone...
If a file is in a folder that is client-side encrypted (E2EE) than it bypasses the trashbin: https://github.com/nextcloud/end_to_end_encryption/blob/7135af69a4a44be5f90ddeeba7ea20fd90893dbc/lib/AppInfo/Application.php#L92-L100 That's by design from all indications. Part of the confusion I see...
> I setup my Nextcloud server. Setup a couple of users, notably the admin, and then went to apps. I downloaded E2E and my Desktop client is asking for a...
Summary of key errors from OP's (@jospoortvliet) report (i.e. what *this* Issue is about): ``` /apps/mail/api/messages?mailboxId=2728&limit=20:1 Failed to load resource: the server responded with a status of 409 (Conflict) /apps/mail/api/messages?mailboxId=2728&filter=is:pi-starred&limit=20:1...
Related: #638