mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: Update minimum supported desktop version
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
31d82bf351
commit
dd6a947a2a
2 changed files with 3 additions and 3 deletions
|
|
@ -49,7 +49,7 @@ class BlockLegacyClientPlugin extends ServerPlugin {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.0.82');
|
$minimumSupportedDesktopVersion = $this->config->getSystemValueString('minimum.supported.desktop.version', '3.1.50');
|
||||||
$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
|
||||||
|
|
|
||||||
|
|
@ -2382,9 +2382,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 ``3.0.82``
|
* Defaults to ``3.1.50``
|
||||||
*/
|
*/
|
||||||
'minimum.supported.desktop.version' => '3.0.82',
|
'minimum.supported.desktop.version' => '3.1.50',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
Reference in a new issue