nextcloud/apps/encryption/lib/Settings
Stephen Cuppett f2d0cb1876 refactor(encryption): Migrate remaining deprecated IConfig calls to typed APIs
Replace IConfig::{get,set}UserValue for the per-user 'recoveryEnabled' key
with IUserConfig::{getValueBool,setValueBool}, and IConfig::getAppValue for
'useMasterKey' with IAppConfig::getValueBool. IConfig is removed from Util
and Recovery constructors entirely. Clears the DeprecatedMethod psalm-baseline
entries for apps/encryption/lib/Util.php and the string-typed recoveryAdminEnabled
calls that were still in Recovery.php.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Stephen Cuppett <steve@cuppett.com>
2026-07-04 08:19:10 -04:00
..
Admin.php refactor(encryption): Migrate remaining deprecated IConfig calls to typed APIs 2026-07-04 08:19:10 -04:00
Personal.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00