Implement 'Leave this share' context menu entry. Fix incorrect sharing state for...
authorallexzander <blackslayer4@gmail.com>
Fri, 21 Oct 2022 14:11:29 +0000 (17:11 +0300)
committeralex-z <blackslayer4@gmail.com>
Tue, 22 Nov 2022 11:14:20 +0000 (12:14 +0100)
commit6affc6e6aba2580a9e83b67f6db7a41dda2afcf7
treeb975342bc09a72ec611db95a4d7c250084611cb1
parentab8f0dbbbbc3cdfa95d4b5b6464069601ad1ea27
Implement 'Leave this share' context menu entry. Fix incorrect sharing state for incoming and my shares in custom state icons and local database.

Signed-off-by: allexzander <blackslayer4@gmail.com>
18 files changed:
src/common/syncjournaldb.cpp
src/common/syncjournalfilerecord.h
src/gui/folderman.cpp
src/gui/folderman.h
src/gui/shellextensionsserver.cpp
src/gui/shellextensionsserver.h
src/gui/socketapi/socketapi.cpp
src/gui/socketapi/socketapi.h
src/libsync/account.cpp
src/libsync/account.h
src/libsync/bulkpropagatorjob.cpp
src/libsync/discovery.cpp
src/libsync/discoveryphase.cpp
src/libsync/discoveryphase.h
src/libsync/propagateremotemkdir.cpp
src/libsync/syncfileitem.cpp
src/libsync/syncfileitem.h
test/testfolderman.cpp