Skip to content

Commit c0a4098

Browse files
Merge pull request #56490 from nextcloud/automated/noid/-update-min-supported-desktop-version
2 parents ca52687 + 40c504e commit c0a4098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function beforeHandler(RequestInterface $request) {
4949
return;
5050
}
5151

52-
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.0');
52+
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.0.82');
5353
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
5454

5555
// Check if the client is a desktop client

config/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2382,9 +2382,9 @@
23822382
* Changing this may cause older, unsupported clients to malfunction, potentially
23832383
* leading to data loss or unexpected behavior.
23842384
*
2385-
* Defaults to ``3.1.0``
2385+
* Defaults to ``3.0.82``
23862386
*/
2387-
'minimum.supported.desktop.version' => '3.1.0',
2387+
'minimum.supported.desktop.version' => '3.0.82',
23882388

23892389
/**
23902390
* Specify the maximum Nextcloud desktop client version allowed to sync with this

0 commit comments

Comments
 (0)