nextcloud-desktop/csync/tests/vio_tests
Olivier Goffart a1dc4069c9 libsync: Don't store the remote URI in the csync or in the SyncEngine
We are going to change the webdav path depending on the capabilities.
But the SyncEngine and csync might have been created before the capabilities
are retrieved.

The main raison why we gave the path to the sync engine was to pass it to csync.
But the thing is that csync don't need anymore this url as everything is done by the
discovery classes in libsync that use the network jobs that use the account for the urls.
So csync do not need the remote URI.

shortenFilename in folderstatusmodel.cpp was useless because the string is the
_file of a SyncFileItem which is the relative file name, that name never
starts with owncloud://.

All the csync test creates the folder because csync use to check if the folder
exists. But we don't need to do that anymore
2016-11-21 08:09:11 +01:00
..
check_vio.c libsync: Don't store the remote URI in the csync or in the SyncEngine 2016-11-21 08:09:11 +01:00
check_vio_ext.c libsync: Don't store the remote URI in the csync or in the SyncEngine 2016-11-21 08:09:11 +01:00
check_vio_file_stat.c SyncEngine: Use QNAM for csync_update 2015-01-20 18:27:25 +01:00