nextcloud/tests/Core/Command
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
..
Apps test: Support -dev versions for apps 2026-05-15 11:11:12 +02:00
Config fix(config): Decrypt sensitive appconfigs when requested 2026-06-26 13:20:46 +02:00
Db chore: apply code style 2026-06-11 17:19:41 +02:00
Encryption refactor(encryption): Migrate appconfig keys to typed bool IAppConfig with repair step 2026-07-04 08:19:10 -04:00
Group feat(occ): make it possible to remove an arbitrary number of users to a group 2026-05-19 23:53:24 +02:00
Log chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Maintenance chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Preview fix(preview): Don't abort cleanup of previews too early 2026-06-22 16:35:33 +02:00
SystemTag chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
TaskProcessing fix(taskprocessing): claim tasks atomically with SKIP LOCKED + composite index 2026-06-15 16:37:34 +02:00
TwoFactorAuth chore: add missing Override attribute to test files 2026-04-28 21:29:28 +02:00
User feat: add a exclude disabled option to last seen 2026-06-11 20:21:23 +02:00