You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even when the encryption app is disabled, admin settings for encryption are shown and worse: it is possible to enable server-side encryption while the app remains disabled.
So it is possible for an admin to "pseudo enable" server-side-encryption (which cannot be undone), which leads to big inconsistency.
I have the strong feeling that the closed issue owncloud/core#30447 is about the same story:
Steps to reproduce:
With disabled encryption app visit Admin Settings -> Encryption
Click Enable server-side-encryption and confirm with "Enable encryption"
Try to create a public link share
The message "No default encryption module defined" is shown and the public link cannot be created
The admin encryption settings must not be shown and must not have any effect when encryption app is disabled.
The text was updated successfully, but these errors were encountered:
Even in current master (the coming 10.3) this is happening. And the encryption app has been put in a separate repo for 10.3
I see that in the core repo there is still stuff like:
settings/js/admin.js with references to enableEncryption and encryptionAPI settings/templates/panels/admin/encryption.php with the "Enable server-side encryption" checkbox.
We have separated the encryption app from core - should we try to move "left behind" encryption references out to the encryption app? Or it's not so important because encryption is bundled in the release anyway?
ownCloud 10.2.1.4
fresh install
Even when the encryption app is disabled, admin settings for encryption are shown and worse: it is possible to enable server-side encryption while the app remains disabled.
So it is possible for an admin to "pseudo enable" server-side-encryption (which cannot be undone), which leads to big inconsistency.
I have the strong feeling that the closed issue owncloud/core#30447 is about the same story:
Steps to reproduce:
The admin encryption settings must not be shown and must not have any effect when encryption app is disabled.
The text was updated successfully, but these errors were encountered: