create a permanent log of delete actions
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 26 Aug 2024 13:04:05 +0000 (15:04 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 1 Oct 2024 13:43:42 +0000 (15:43 +0200)
commite2f94d86ef9fc2fc2669f1d1260217fa7a22e32d
tree25d834b78f00e77bb9281ddbdccc01677d34fc2c
parenta9fe12325b559a0923939f18cda48bc65a129899
create a permanent log of delete actions

will log all deletions with the result of the discovery by the sync
enginre

should enable analyze even long time after such a delete occured

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/csync/csync.h
src/gui/application.cpp
src/gui/logbrowser.cpp
src/gui/owncloudgui.cpp
src/libsync/discovery.cpp
src/libsync/logger.cpp
src/libsync/logger.h
src/libsync/propagateremotedelete.cpp
src/libsync/propagatorjobs.cpp
src/libsync/syncfileitem.h
src/libsync/syncfilestatustracker.cpp