Encryption/Decryption not working on versioned files #7284
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
feature: encryption (server-side)
feature: versions
needs info
Expected behaviour
The occ encrypt-all/decrypt-all is used to encrypt/decrypt all the files of user(s). It is mostly used when an admin want to enable/disable server-side encryption.
encrypt-all/decrypt-all shlould also encrypt/decrypt the versioned files. So after a encrypt-all/decrypt-all, the client shall also be able to open versioned files.
Actual behaviour
After having occ encrypt-all/decrypt-all users, the client cannot access versioned files anymore or versioned files are not encrypted (encrypt-all).
Steps to reproduce
Server configuration
Operating system: DEBIAN 8
Web server: APACHE 2
Database: MYSQL
PHP version: 7.0
nextcloud version: 12
Storage backend (external storage): NONE
PS: I think it's a general problem with encryption and versioned files (think versioned files are always untouched, just an old copy...). May this problem also exists with encryption enabled and changed shared keys...
The text was updated successfully, but these errors were encountered: