From 40c504ec2d4cd66cce8a7d74e8c65873dcbfa921 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Mon, 8 Dec 2025 00:32:02 +0000 Subject: [PATCH] chore: Update minimum supported desktop version Signed-off-by: GitHub --- apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php | 2 +- config/config.sample.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 21358406a4a..5bd1002775b 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin { return; } - $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.0'); + $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.0.82'); $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 937932933ba..d36eac3ed88 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2382,9 +2382,9 @@ $CONFIG = [ * Changing this may cause older, unsupported clients to malfunction, potentially * leading to data loss or unexpected behavior. * - * Defaults to ``3.1.0`` + * Defaults to ``3.0.82`` */ - 'minimum.supported.desktop.version' => '3.1.0', + 'minimum.supported.desktop.version' => '3.0.82', /** * Specify the maximum Nextcloud desktop client version allowed to sync with this