]> dgit.raspbian.org Git - nextcloud-desktop.git/commit
if a virtual file change but bothing changed: set it as in sync
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 11 Apr 2024 16:39:20 +0000 (18:39 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Tue, 23 Apr 2024 16:22:09 +0000 (18:22 +0200)
commit97403e35d62c7d19ba0f2426a69458b6a3ab947f
treee729b8a8585ab06eb99fcb835dfc6efd7fcdbb1b
parent37d1a461ad34193032b408f67a1dc566944e945b
if a virtual file change but bothing changed: set it as in sync

some software (at least outlook native software) may fiddle with CfApi
placeholder metadta and set a .msg file to be out of sync state when
opening it

in that case, we will let the sync engine go over it and decide what to
do

it is then possible in that case that we would just put it back in "in
sync" state

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
13 files changed:
src/common/vfs.h
src/csync/csync.h
src/gui/folder.cpp
src/libsync/discovery.cpp
src/libsync/owncloudpropagator.cpp
src/libsync/owncloudpropagator.h
src/libsync/progressdispatcher.cpp
src/libsync/vfs/cfapi/cfapiwrapper.cpp
src/libsync/vfs/cfapi/cfapiwrapper.h
src/libsync/vfs/cfapi/vfs_cfapi.cpp
src/libsync/vfs/cfapi/vfs_cfapi.h
src/libsync/vfs/suffix/vfs_suffix.h
src/libsync/vfs/xattr/vfs_xattr.h