-
Notifications
You must be signed in to change notification settings - Fork 18
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
Do not display encrypted files #249
Comments
Makes sense! It has to be solved in server, possibly, because we use its API for the most recent files. Filtering those results is problematic, e.g. if the first ordinary file is hidden behind 200 encrypted ones. We might just do the filtering there 🤷 |
OK, should I open an issue there? |
I think we can leave it here. @icewind1991 would it make sense to filter out these entries from
|
@camilasan Are you talking about files encrypted with the built-in encryption app or files that were encrypted in some other way (i.e. external to Nextcloud)? The former should be straight-forward, but the latter not so much. One possibility would be to implement exclusion of files by tag or by hidden status. In either case it would fall upon the user to assign the appropriate tag or hidden status (such as by organizing the files within a hidden directory). Issue #353 deals with the exclusion of hidden files. |
@blkqi In my case I was testing the end to end encryption on the desktop client. I would encrypt on my desktop and then the client would sync it with the server. These were the files on the screenshot in the issue description. |
@camilasan I think that case is going to be difficult to handle directly. While certain encryption schemes are easy to identify, there are many that aren't. And in any case, your issue deals not with encryption of the file data, but the file name. To resolve this issue, I would stick to my previous suggestion of allowing users to exclude files by placing them under a hidden folder (.e.g |
I missed that you were using the official desktop client. If the desktop client sets the encrypted flag in the file cache then they should be easy to filter using |
That is how it looks like when the app displays encrypted folders/files:
![encryptedfiles](https://user-images.githubusercontent.com/241266/87231731-e796b080-c3b9-11ea-8e5f-1ee20e0482ae.png)
I think it is safe to say it is useless to display them like that :)
What do you think?
The text was updated successfully, but these errors were encountered: