mirror of
https://github.com/nextcloud/server.git
synced 2026-07-11 10:36:08 -04:00
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>
|
||
|---|---|---|
| .. | ||
| AppInfo | ||
| Command | ||
| Controller | ||
| Crypto | ||
| Exceptions | ||
| Listeners | ||
| Migration | ||
| Services | ||
| Settings | ||
| Users | ||
| KeyManager.php | ||
| Recovery.php | ||
| Session.php | ||
| Util.php | ||