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

This commit is contained in:
John Molakvoæ 2025-08-11 21:54:30 +02:00 committed by GitHub
commit 43f6f9b25c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
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');
// Check if the client is a desktop client

View file

@ -2254,9 +2254,9 @@ $CONFIG = [
* Changing this may cause older, unsupported clients to malfunction, potentially
* 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