-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Deletion of files in e2e folders no longer possible as of v3.24 #11387
Comments
News? |
you have released a new update describing in the properties the possibility of deleting files in the e2e folders, but this is not true, the delete item still does not exit 3.24.2 (March 31, 2023)
Minimum: NC 16 Server, Android 6.0 Marshmallow |
you posted an update to your app saying it fixed the delete menu problem in e2e folders. which is not true to date it is still not possible to delete an encrypted file in the e2e folder via the android application, because you have updated the app saying to solve it when it is not true? |
no news for the resolution of this BUG Important? the IOS version is not affected by this problem. Is it possible to have a precise idea of why the delete item does not appear in the e2e folders on android? |
@tobiasKaminsky Are you by any chance aware of this problem is there a fix? |
@tobiasKaminsky Hi Tobias, I noticed that it's been more than a month that the android version of nextcloud app does not receive updates, nor is this important bug mentioned e2e in the impossibility of android to delete files or folders e2e, it works with ios version. but the project is stopped? few collaborators? also predictions of future release 3.25.1 scheduled for 11/7/23 no hint what's up? |
any news to resolve this very important bug for e2e folders? |
@tigernero79 Does this report mean that your other report (#11155) can be closed? |
it means that the error of not being able to delete files or folders if you imitate e2ee unfortunately still remains even with nextcloud 28.0.1 and app 1.14, but even worse, application 1.14 with nextcloud 28.0 and 28.01 is no longer even recognized. in practice, even being the desktop/android and iOS application, it is not active. but what happens to us? e2ee as managed is rubbish. both bugs must be kept active |
The problem that the delete file or folder item does not appear in the drop-down menu on Android was there even before the second bug appeared. if you notice the error it dates back a long time and persists. the second bug is current and does not allow recognition that e2e is active on all platforms. but do you communicate with each other? with Nextcloud 28 and the latest e2e 1.14 app on the server side, although e2e is enabled in both the desktop PC and Android and iOS versions, it appears not to be active. as for the bug where there is no option to delete e2e files or folders in Android, this was the case until the application completely messed up everything. clear? |
This behavior is due to commit 1d62ee7 , in particular the snippet (there are analogous ones for Move/Copy and Rename):
Reverting this commit, I can add/remove files and subfolders inside the main encrypted folder with no issue. However I notice that I cannot remove the root encrypted folder without making it empty and removing encryption first (I get a "server unavailable" error if I do not follow these steps). Maybe that is why the checks above were introduced in the first place? @tobiasKaminsky , would it be possible to limit those checks to the root encrypted folder only and re-allow the Delete, Move/Copy, and Rename? If it's nontrivial I'd be happy to volunteer to try to find a solution. |
It is easy to filter out the "Delete" option only for the root encrypted directory, using for example something like
I've tested the above and it works appropriately, both for files and (nested) folders. However, the Move/Copy and Rename operations are not yet implemented for encrypted files (see app/src/main/java/com/owncloud/android/operations). The server throws the error Is this something that's already in your pipeline? Otherwise I'd be happy to give it a go (the Desktop client has these capabilities, as well as recursive deletion for non-empty root encrypted folders). |
The main work in progress I'm aware of is sharing related. Perhaps we can get @tobiasKaminsky to pop in - he'd be the authoritative source in this particular area. Would you mind posting your Delete option implementation as a PR? |
I think Tobias ran away on holiday. a significant open bug for some time. quoted to tobias multiple times but never responded. the android version is a lot behind the ios version to manage working |
Well Tobias doesn't work for you and this is open source so that just means they've got other priorities. :-) There have been numerous E2EE related commits made since your original report (by Tobias and others): (And that's not counting the ones elsewhere such as in the
I think you may have misunderstood the above. "File drop" has nothing to do with delete. |
I know the project is open source, I don't know what you mean by delete files, that's not what I mean. but I'll tell you what I mean if something works and then it doesn't work anymore I call it a bug. if I have files in the e2ee and android app folder there is no longer an entry that allows you to delete them when there was before, I call it a bug. If I turn to the maintainers of the Android NextCloud GitHub and I haven't received any replies since February, I call it a lack of seriousness. . I know Tobias is busy, I don't blame anyone. but after a year of the problem not being solved, how would you define all this? it being understood that if someone writes here it's because he cares. Having said that, good job. 3.24.2 was released saying in the resolution notes on the problem of deleting e2ee files and folders, which is not true. To date, the Android application does not allow this. |
Guys, with the android version 3.28.0 RC1 the delete function is finally there, but the "Rename" function which exists in the IOS version is missing, I wonder is the function to rename files in the E2E folders missing or is it also a bug? on IOS there is the function |
No I was trying to point out that the release notes are about the "file drop" feature in Nextcloud[1]. File drop is about public/anonymous uploads. They are not related to deletions. ;-)
Can you open a separate Issue about that since this one is for deletion? [1] https://docs.nextcloud.com/server/latest/user_manual/en/files/file_drop.html |
Steps to reproduce
Nextcloud 3.24.0 does not allow deletion of files in e2e folders
does not exit option eliminated among those proposed by the 3 dots menu
Expected behaviour
Nextcloud 3.24.0 does not allow deletion of files in e2e folders
does not exit option eliminated among those proposed by the 3 dots menu
Actual behaviour
Nextcloud 3.24.0 does not allow deletion of files in e2e folders
does not exit option eliminated among those proposed by the 3 dots menu
Android version
13
Device brand and model
Pixel 6 pro
Stock or custom OS?
Stock
Nextcloud android app version
3.24.0
Nextcloud server version
25.0.3
Using a reverse proxy?
No
Android logs
No response
Server error logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: