chore: Update minimum supported desktop version

Signed-off-by: GitHub <noreply@github.com>
pull/54353/head
nextcloud-command 2 months ago committed by GitHub
parent de4a35b202
commit f5a5b005b6
  1. 2
      apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php
  2. 4
      config/config.sample.php

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

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

Loading…
Cancel
Save