From d31bc9fa345900330eb036597ed8303a091cb123 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 14 Feb 2022 16:14:57 +0100 Subject: Disable bulk upload by not advertising it It has been reported broken on many instances. Disable it for now until it can be fixed. Signed-off-by: Vincent Petry --- apps/dav/lib/Capabilities.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/dav/lib/Capabilities.php b/apps/dav/lib/Capabilities.php index ce60bccfd0b..2f0378dd56a 100644 --- a/apps/dav/lib/Capabilities.php +++ b/apps/dav/lib/Capabilities.php @@ -29,7 +29,8 @@ class Capabilities implements ICapability { return [ 'dav' => [ 'chunking' => '1.0', - 'bulkupload' => '1.0', +// disabled because of https://github.com/nextcloud/desktop/issues/4243 +// 'bulkupload' => '1.0', ] ]; } -- cgit v1.2.3