SyncEngine: For server older than 8.1, ignore invalid char in new directories
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 13 Jan 2016 16:49:41 +0000 (17:49 +0100)
committerOlivier Goffart <ogoffart@woboq.com>
Wed, 13 Jan 2016 16:53:12 +0000 (17:53 +0100)
commitbbedeed1c5d0f4af57228cc755c9f8e2ca6248ac
tree2209a970b82dc8ab3b69cc914817c53188144e84
parenta18b13d56e4d70b3089cbe49470561149dc6afe6
SyncEngine: For server older than 8.1, ignore invalid char in new directories

Server older than 8.1 cannot cope with invalid char in the filename
so we must not send them from the client. We were already checking
for new files, but not for renames or new directories.

https://github.com/owncloud/enterprise/issues/1009
src/libsync/propagateupload.cpp
src/libsync/syncengine.cpp