nextcloud/tests/Core/Command/Encryption
Stephen Cuppett 1b2b4cb660 refactor(encryption): Migrate appconfig keys to typed bool IAppConfig with repair step
Switch all encryption config reads/writes from deprecated string-typed IConfig to
bool-typed IAppConfig (getValueBool/setValueBool). Adds RetypeEncryptionConfigKeys
repair step to retype existing string values to bool on upgrade. Includes lazy
IAppConfig resolution in Manager and AppConfigTypeConflictException fallbacks
throughout for safety during the upgrade window.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Stephen Cuppett <steve@cuppett.com>
2026-07-04 08:19:10 -04:00
..
ChangeKeyStorageRootTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
DecryptAllTest.php refactor(encryption): Migrate appconfig keys to typed bool IAppConfig with repair step 2026-07-04 08:19:10 -04:00
DisableTest.php refactor(encryption): Migrate appconfig keys to typed bool IAppConfig with repair step 2026-07-04 08:19:10 -04:00
EnableTest.php refactor(encryption): Migrate appconfig keys to typed bool IAppConfig with repair step 2026-07-04 08:19:10 -04:00
EncryptAllTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SetDefaultModuleTest.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00