Merge pull request #52123 from nextcloud/backport/51431/stable31

This commit is contained in:
John Molakvoæ 2025-04-11 13:40:05 +02:00 committed by GitHub
commit fdcb8ceb9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ class Capabilities implements ICapability {
'chunking' => '1.0',
]
];
if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {
if ($this->config->getSystemValueBool('bulkupload.enabled', false)) {
$capabilities['dav']['bulkupload'] = '1.0';
}
if ($this->coordinator->isEnabled()) {

View file

@ -2563,9 +2563,9 @@ $CONFIG = [
/**
* Enable the bulk upload feature.
*
* Defaults to ``true``
* Defaults to ``false``
*/
'bulkupload.enabled' => true,
'bulkupload.enabled' => false,
/**
* Enables fetching open graph metadata from remote urls