Merge pull request #52139 from nextcloud/revert-52122-backport/51431/stable30

Revert "[stable30] feat(bulk-upload): change the default to disabled …
This commit is contained in:
Andy Scherzinger 2025-04-25 15:47:52 +02:00 committed by GitHub
commit 290d609a9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,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

@ -2529,9 +2529,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