nextcloud/core/Command/Encryption
Josh a96fe1d9ab
feat(encryption): improve encryption:encrypt-all validation, safety & logging
- Add stronger pre-run validation and safer execution for the encryption:encrypt-all command:
  - more internal state checks before proceeding
  - require explicit "yes" (not just "yANYTHING" confirmation to proceed due to sensitivity of action
- better guarantee restoration of state (maintenance/trashbin) via finally block
- explicitly log key failures
- improve user-facing help/warnings/guidance

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-11-26 14:05:29 -05:00
..
ChangeKeyStorageRoot.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
DecryptAll.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Disable.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Enable.php fix: resolve invalid usage of AppConfig::getValue 2025-08-18 13:24:18 +02:00
EncryptAll.php feat(encryption): improve encryption:encrypt-all validation, safety & logging 2025-11-26 14:05:29 -05:00
ListModules.php refactor: Extend rector to core/ 2025-05-15 00:16:54 +02:00
MigrateKeyStorage.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
SetDefaultModule.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
ShowKeyStorageRoot.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00
Status.php chore: Add SPDX header 2024-05-26 20:05:04 +02:00