Merge pull request #52137 from nextcloud/revert-51431-enh/noid/disable-bulk-upload

This commit is contained in:
Louis 2025-04-14 11:41:10 +02:00 committed by GitHub
commit c74e4ad922
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', false)) {
if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {
$capabilities['dav']['bulkupload'] = '1.0';
}
if ($this->coordinator->isEnabled()) {

View file

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