nextcloud-server/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 +07:00
..
ChangeKeyStorageRoot.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
DecryptAll.php feat(encryption): Support running decrypt-all when encryption is already disabled 2025-12-16 11:09:46 +07:00
Disable.php
Enable.php fix: resolve invalid usage of `AppConfig::getValue` 2025-08-18 13:24:18 +07:00
EncryptAll.php fix: composer run cs:fix removed unused namespace 2025-11-21 16:37:33 +07:00
ListModules.php refactor: Extend rector to core/ 2025-05-15 00:16:54 +07:00
MigrateKeyStorage.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SetDefaultModule.php
ShowKeyStorageRoot.php
Status.php