diff options
author | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-10-21 13:29:19 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-10-25 18:01:25 +0200 |
commit | 1c39b30d50ac70438bbb36e9318087c52a1f1c31 (patch) | |
tree | 809eae72e4c2f85aeb98a9005c821257a1c162b0 /apps | |
parent | 89574367bcc57da5eda6d13ffcfd8a12de68ea26 (diff) | |
download | nextcloud-server-1c39b30d50ac70438bbb36e9318087c52a1f1c31.tar.gz nextcloud-server-1c39b30d50ac70438bbb36e9318087c52a1f1c31.zip |
Require to use at least desktop client 2.0 by default
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php index 5d39d83a287..616816d3496 100644 --- a/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +++ b/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php @@ -68,7 +68,7 @@ class BlockLegacyClientPlugin extends ServerPlugin { return; } - $minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '1.7.0'); + $minimumSupportedDesktopVersion = $this->config->getSystemValue('minimum.supported.desktop.version', '2.0.0'); // Match on the mirall version which is in scheme "Mozilla/5.0 (%1) mirall/%2" or // "mirall/%1" for older releases |