nextcloud/core/Command/Encryption
Côme Chilliet a6184661bd feat(encryption): Support running decrypt-all when encryption is already disabled
This was an arbitrary limitation since the first thing the command does
 is disabling encryption anyway, it makes little sence to force the admin
 to enable encryption first.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2025-12-16 11:09:46 +01:00
..
ChangeKeyStorageRoot.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
DecryptAll.php feat(encryption): Support running decrypt-all when encryption is already disabled 2025-12-16 11:09:46 +01:00
Disable.php
Enable.php fix: resolve invalid usage of AppConfig::getValue 2025-08-18 13:24:18 +02:00
EncryptAll.php fix: composer run cs:fix removed unused namespace 2025-11-21 16:37:33 +05:30
ListModules.php
MigrateKeyStorage.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SetDefaultModule.php
ShowKeyStorageRoot.php
Status.php