diff --git a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 4f7c8e5f55ece..871fb58813fc6 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -49,7 +49,7 @@ public function beforeHandler(RequestInterface $request) { return; } - $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.81'); + $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.83'); $maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99'); // Check if the client is a desktop client diff --git a/config/config.sample.php b/config/config.sample.php index d4450dae44259..b51558ea5cc37 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2404,9 +2404,9 @@ * Changing this may cause older, unsupported clients to malfunction, potentially * leading to data loss or unexpected behavior. * - * Defaults to ``3.1.81`` + * Defaults to ``3.1.83`` */ - 'minimum.supported.desktop.version' => '3.1.81', + 'minimum.supported.desktop.version' => '3.1.83', /** * Specify the maximum Nextcloud desktop client version allowed to sync with this