Skip to content

Commit

Permalink
Merge pull request #49527 from nextcloud/skjnldsv-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 3, 2024
2 parents 71a31fe + 63b74dc commit 3ac1a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function beforeHandler(RequestInterface $request) {
return;
}

$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.3.0');
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '2.7.0');
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');

// Check if the client is a desktop client
Expand Down
4 changes: 2 additions & 2 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -2132,9 +2132,9 @@
* client may not function as expected, and could lead to permanent data loss for
* clients or other unexpected results.
*
* Defaults to ``2.3.0``
* Defaults to ``2.7.0``
*/
'minimum.supported.desktop.version' => '2.3.0',
'minimum.supported.desktop.version' => '2.7.0',

/**
* The maximum Nextcloud desktop client version that will be allowed to sync with
Expand Down

0 comments on commit 3ac1a77

Please sign in to comment.