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
Decrypt the user's files occ encryption:decrypt-all user1
Change your mind and reencrypt: occ encryption:encrypt-all
Expected
A user argument for "encrypt-all" would be nice.
The second encryption pass only encrypts the files of user1 since the admin's files are already encrypted.
Actual
The process attempts to reencrypt already encrypted files from admin and fails:
Start to encrypt users files
----------------------------
encrypt files for user admin (1): /admin/files/ownCloud Manual.pdf
[->--------------------------]
In Crypt.php line 483:
Bad Signature
encryption:encrypt-all
at this stage, none of the files of user1 are encrypted. I'd need to first decrypt everything then encrypt again.
Version
ownCloud 10.0.10 RC1
The text was updated successfully, but these errors were encountered:
Steps
occ encryption:encrypt-all
occ encryption:decrypt-all user1
occ encryption:encrypt-all
Expected
A user argument for "encrypt-all" would be nice.
The second encryption pass only encrypts the files of user1 since the admin's files are already encrypted.
Actual
The process attempts to reencrypt already encrypted files from admin and fails:
at this stage, none of the files of user1 are encrypted. I'd need to first decrypt everything then encrypt again.
Version
ownCloud 10.0.10 RC1
The text was updated successfully, but these errors were encountered: