nextcloud/tests/Core
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
..
Command refactor(encryption): Migrate appconfig keys to typed bool IAppConfig with repair step 2026-07-04 08:19:10 -04:00
Controller chore(tests): Fix typo resulting in tests issue 2026-06-11 09:45:32 +02:00
Data chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
Middleware chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Service chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00