chore(provisioning_api): drop unused public/remote handler code

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-08-18 12:15:02 -04:00 committed by GitHub
parent 1ebd1aee2f
commit cd64a9cd6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,10 +196,6 @@ class AppConfigController extends OCSController {
throw new \InvalidArgumentException('The given key can not be set');
}
if ($app === 'core' && (strpos($key, 'public_') === 0 || strpos($key, 'remote_') === 0)) {
throw new \InvalidArgumentException('The given key can not be set');
}
if ($app === 'files'
&& $key === 'default_quota'
&& $value === 'none'