David Prévot wrote: >> Btw. people still can configure oC to allow the version shipped by >> Debian according to the release notes: >> >> https://doc.owncloud.org/server/8.1/admin_manual/release_notes.html > >[copy and paste of the relevant part:] > >Due to various technical issues, by default desktop sync clients older >than 1.7 are not allowed to connect and sync with the ownCloud server. >This is configurable via the minimum.supported.desktop.version switch >in config.php.
I was hit by this problem as well, and to be concrete in case it
can help others, I resolved the problem by putting the following
into /var/www/owncloud/config/config.php on the server
'minimum.supported.desktop.version' => '1.6'
inside the '$CONFIG = array (' construct. At first I tried 1.7 because
I assumed jessie had 1.7 but apparently there is a difference between
the 1.7rc and final 1.7.
If anyone can explain what the disadvantages (if any) will be with
this setting, that would be useful. The 8.1 release notes does not
really say.
Thanks,
/Simon
pgpX_ZUaYMlbP.pgp
Description: OpenPGP digital signatur

