We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb13e2f + 215fa11 commit 91116e7Copy full SHA for 91116e7
apps/dav/lib/Capabilities.php
@@ -25,7 +25,7 @@ public function getCapabilities() {
25
'chunking' => '1.0',
26
]
27
];
28
- if ($this->config->getSystemValueBool('bulkupload.enabled', false)) {
+ if ($this->config->getSystemValueBool('bulkupload.enabled', true)) {
29
$capabilities['dav']['bulkupload'] = '1.0';
30
}
31
if ($this->coordinator->isEnabled()) {
config/config.sample.php
@@ -2573,9 +2573,9 @@
2573
/**
2574
* Enable the bulk upload feature.
2575
*
2576
- * Defaults to ``false``
+ * Defaults to ``true``
2577
*/
2578
-'bulkupload.enabled' => false,
+'bulkupload.enabled' => true,
2579
2580
2581
* Enables fetching open graph metadata from remote urls
0 commit comments