Merge pull request #58964 from nextcloud/automated/noid/-update-min-supported-desktop-version

chore: Update minimum supported desktop version to 3.1.81
refactor/password-confirmation/better-condition
Andy Scherzinger 5 months ago committed by GitHub
commit 91cfd7aded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
  2. 4
      config/config.sample.php

@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
return;
}
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.50');
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.81');
$maximumSupportedDesktopVersion = $this->config->getSystemValueString('maximum.supported.desktop.version', '99.99.99');
// Check if the client is a desktop client

@ -2403,9 +2403,9 @@ $CONFIG = [
* Changing this may cause older, unsupported clients to malfunction, potentially
* leading to data loss or unexpected behavior.
*
* Defaults to ``3.1.50``
* Defaults to ``3.1.81``
*/
'minimum.supported.desktop.version' => '3.1.50',
'minimum.supported.desktop.version' => '3.1.81',
/**
* Specify the maximum Nextcloud desktop client version allowed to sync with this

Loading…
Cancel
Save