-
Notifications
You must be signed in to change notification settings - Fork 2.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
Encryption switch for external storages #10731
Comments
Yup, the proposal by @Xenopathic sounds good. |
👍 Is this for #8460 ? |
But I guess is a switch like encrypting the entire external storage or nothing. Still a nice feature |
This would work for me, I'd create two dropbox accounts, one (encrypted) to use as storage, and one (not encrypted) for sharing folders I hope you'll be able to add this option to 7.0.3 or 7.0.4 |
@xdmx Unfortunately this would involve a lot of code structure changes, so it might only come out in OC 7.1.0 (if we do such releases?) if not OC 8 |
No. For some reason we never seem to increase the minor version... |
Oops. |
Having an option for encrypting an external storage is a good first step. However, I'd prefer an option where you can choose to encrypt on a folder-by-folder basis. This would be much more useful for me as I wouldn't have to create and manage multiple dropbox accounts. |
I have some sympathy for the idea of a general per-folder setting, but we need to think about it carefully. Possible problems:
So maybe it would make more sense to make it only configurable as a per mount point setting in the external storage app. This would at least eliminate some but not all problems mentioned above, remaining problems 3, 4, 5. Still we have to think about the remaining issues first. |
I think we need an option to enable/disable it based on mountpoints. |
Also encryption totally kills SMB shares. Unusable outside OC. I'm in for per-folder or per-mount-point encryption switch. |
It would also be nice if the external mount encryption could be separated from the users password to be able to use the "remember" feature :-) |
+1 for a per-external-storage encryption switch |
:( I was hoping to see all these encryption and external mount bugs fixed in 8.0. |
@ZacharyDuBois well... time and resources are limited. I was hoping too. What bugs are you thinking of ? |
@PVince81 Just in general as it seems that the encryption plugin itself needs a major overhaul since it has so many issues with other plugins. |
@icewind1991 are you still working on this ? (if yes please assign to yourself) |
yes. this is actual important |
Should be fixed with #15338 |
Ah cool, I see the switch. |
So far it seems to work well. The option properly disappears when encryption is disabled. Neat 😄 |
Desperately needed, thanks! |
Discussed this with @Xenopathic today.
Adding the switch shouldn't be too complicated as there is already internal code to disable encryption for specific storages.
The main issue is mostly about where to put it in the already overloaded Admin page UI.
One idea proposed by @Xenopathic was to have a cog icon in every one that shows a dropdown (like the share dropdown) with advanced options like "Disable encryption" and possibly others.
CC @owncloud/designers for the UI topic
The text was updated successfully, but these errors were encountered: