From c3b94e7cbd428c3372e9919a4133b20a8ab2e56c Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Mon, 20 Jul 2026 02:15:26 +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 f2a2e48c0ce87..a94c59347d019 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -51,7 +51,7 @@ public function beforeHandler(RequestInterface $request) { return; } - $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.2.50'); + $minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.2.81'); $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 19e5e7f3d0300..061d081d65581 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2511,9 +2511,9 @@ * Changing this may cause older, unsupported clients to malfunction, potentially * leading to data loss or unexpected behavior. * - * Defaults to ``3.2.50`` + * Defaults to ``3.2.81`` */ - 'minimum.supported.desktop.version' => '3.2.50', + 'minimum.supported.desktop.version' => '3.2.81', /** * Specify the maximum Nextcloud desktop client version allowed to sync with this