nextcloud-desktop/src/libsync
Christian Kamm 0c0049c908
Local discovery tracking: On success, also wipe _renameTarget
It's possible that the rename target was in the local discovery list.
2020-12-15 10:58:45 +01:00
..
creds Client certs: Store pkcs12 in config, password in keychain 2020-12-15 10:58:43 +01:00
vfs macOS: Fix vfs suffix plugin paths #7090 2020-12-15 10:58:44 +01:00
abstractnetworkjob.cpp Account: Fix crash when deleting an account 2020-12-15 10:58:21 +01:00
abstractnetworkjob.h OAuth2: Refresh the token without aborting the sync 2020-12-15 10:58:14 +01:00
accessmanager.cpp Use setHeader instead of setRawHeader for the user agent 2020-10-08 05:55:47 +00:00
accessmanager.h libsync: run clang-tidy modernize-use-nullptr 2018-11-12 18:46:39 +01:00
account.cpp Client certs: Store pkcs12 in config, password in keychain 2020-12-15 10:58:43 +01:00
account.h New Propagation algorithm: Fetch, and emit, the root etag 2020-12-15 10:58:07 +01:00
accountfwd.h Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
bandwidthmanager.cpp Enable bugprone-narrowing-conversions clang-tidy check 2020-09-01 06:37:03 +00:00
bandwidthmanager.h Adapt code style in addition to #2300 2020-08-27 01:31:06 +02:00
capabilities.cpp Discovery: Handle the blacklistFiles from the server capabilities 2020-12-15 10:58:30 +01:00
capabilities.h Discovery: Handle the blacklistFiles from the server capabilities 2020-12-15 10:58:30 +01:00
clientproxy.cpp Fix libsync exports for proxy changes in #1886 2020-06-18 21:05:11 +02:00
clientproxy.h Fix libsync exports for proxy changes in #1886 2020-06-18 21:05:11 +02:00
clientsideencryption.cpp Get rid of FindQt5Keychain.cmake 2020-11-02 13:19:48 +01:00
clientsideencryption.h Factor out the logic to start a new e2ee status job 2020-10-21 10:00:58 +02:00
clientsideencryptionjobs.cpp Don't use depth infinity anymore to get the folders e2ee status 2020-10-21 10:00:59 +02:00
clientsideencryptionjobs.h Add a way to know which folder was listed for encrypted status 2020-10-21 10:00:58 +02:00
CMakeLists.txt Move SyncFileStatus to libcommon 2020-12-15 10:58:37 +01:00
configfile.cpp Fix warnings about signedness 2020-12-15 10:58:41 +01:00
configfile.h Fix warnings about signedness 2020-12-15 10:58:41 +01:00
cookiejar.cpp Enable the modernize-loop-convert check on clang-tidy 2020-08-13 12:55:14 +00:00
cookiejar.h libsync: run clang-tidy modernize-use-nullptr 2018-11-12 18:46:39 +01:00
discovery.cpp VFS: Unbreak behavior for rename+hydrate #7001 2020-12-15 10:58:44 +01:00
discovery.h Pin state updates 2020-12-15 10:58:38 +01:00
discoveryphase.cpp Move: add more test and fix move within moves 2020-12-15 10:58:35 +01:00
discoveryphase.h Discovery: Files can have dehydrate/download actions 2020-12-15 10:58:38 +01:00
encryptfolderjob.cpp Delete a space character 2020-07-01 14:10:49 +02:00
encryptfolderjob.h Move the encrypt folder logic in a reusable job class 2020-06-30 11:29:08 +02:00
filesystem.cpp winvfs: initial work 2020-12-15 10:58:21 +01:00
filesystem.h winvfs: initial work 2020-12-15 10:58:21 +01:00
libsync.md Structure developer documentation 2015-06-29 18:43:21 +02:00
localdiscoverytracker.cpp Local discovery tracking: On success, also wipe _renameTarget 2020-12-15 10:58:45 +01:00
localdiscoverytracker.h New Discovery Algo: Support the DatabaseAndFilesystem mode for local discovery 2020-12-15 10:57:59 +01:00
logger.cpp Logger: Guard zlib usage by ZLIB_FOUND 2020-12-15 10:57:51 +01:00
logger.h vfs: Fix plugin decision in wizards, sanitize loading 2020-12-15 10:58:23 +01:00
networkjobs.cpp Generalize Result<> class, add Optional<> 2020-12-15 10:58:24 +01:00
networkjobs.h Generalize Result<> class, add Optional<> 2020-12-15 10:58:24 +01:00
nextcloudtheme.cpp Replace "https://..." hint by "https://host:port" 2020-05-23 18:32:18 +02:00
nextcloudtheme.h Show URL placeholder hint in wizard 2020-05-23 18:32:15 +02:00
owncloudpropagator.cpp Fix and test _file and _renameTarget 2020-12-15 10:58:44 +01:00
owncloudpropagator.h Fix warnings about signedness 2020-12-15 10:58:41 +01:00
owncloudpropagator_p.h Propagator: Don't abort sync on error 503 2020-12-15 10:58:27 +01:00
progressdispatcher.cpp Fix warnings about signedness 2020-12-15 10:58:41 +01:00
progressdispatcher.h Fix warnings about signedness 2020-12-15 10:58:41 +01:00
propagatedownload.cpp Fix and test _file and _renameTarget 2020-12-15 10:58:44 +01:00
propagatedownload.h Fix warnings about signedness 2020-12-15 10:58:41 +01:00
propagatedownloadencrypted.cpp Deal properly with encrypted item updates accross connections 2020-07-01 16:58:29 +00:00
propagatedownloadencrypted.h Take care of mangled paths on download as well 2020-06-30 11:29:08 +02:00
propagateremotedelete.cpp Blacklist: remember the X-Request-ID 2020-12-15 10:57:53 +01:00
propagateremotedelete.h Prevent parallelism when deleting encrypted files 2020-07-09 16:22:54 +02:00
propagateremotedeleteencrypted.cpp Stop unlocking from within PropagateRemoteDeleteEncrypted 2020-07-09 16:22:54 +02:00
propagateremotedeleteencrypted.h Stop unlocking from within PropagateRemoteDeleteEncrypted 2020-07-09 16:22:54 +02:00
propagateremotemkdir.cpp Propagator: Helper for updating db 2020-12-15 10:58:37 +01:00
propagateremotemkdir.h Allow to override the parallelism 2020-07-15 13:05:11 +02:00
propagateremotemove.cpp VFS: Unbreak behavior for rename+hydrate #7001 2020-12-15 10:58:44 +01:00
propagateremotemove.h libsync: run clang-tidy modernize-use-nullptr 2018-11-12 18:46:39 +01:00
propagateupload.cpp Async Poll: keep the size in the database 2020-12-15 10:58:44 +01:00
propagateupload.h Upload: asynchronious operations 2020-12-15 10:58:44 +01:00
propagateuploadencrypted.cpp Use httpd/unix-directory mimetype for E2EE folders 2020-08-31 10:08:48 +00:00
propagateuploadencrypted.h Fix parenting issues of PropagateUploadEncrypted 2020-06-30 11:29:08 +02:00
propagateuploadng.cpp Upload: asynchronious operations 2020-12-15 10:58:44 +01:00
propagateuploadv1.cpp Upload: asynchronious operations 2020-12-15 10:58:44 +01:00
propagatorjobs.cpp Fix and test _file and _renameTarget 2020-12-15 10:58:44 +01:00
propagatorjobs.h Take care of mangled paths on download as well 2020-06-30 11:29:08 +02:00
syncengine.cpp Ensure local discovery on selective sync changes 2020-12-15 10:58:41 +01:00
syncengine.h Fix warnings about signedness 2020-12-15 10:58:41 +01:00
syncfileitem.cpp Vfs: Improve sync protocol entries for actions 2020-12-15 10:58:41 +01:00
syncfileitem.h Fix warnings about signedness 2020-12-15 10:58:41 +01:00
syncfilestatustracker.cpp SyncFileStatusTracker: Distinguish Warning and Excluded 2020-12-15 10:58:38 +01:00
syncfilestatustracker.h Discovery: Add signal for silentlyExcluded files 2020-12-15 10:58:37 +01:00
syncoptions.h Fix warnings about signedness 2020-12-15 10:58:41 +01:00
syncresult.cpp Enable the modernize-use-equals-default check on clang-tidy 2020-08-13 14:19:42 +02:00
syncresult.h Use default member init when applicable 2020-06-03 16:10:39 +02:00
theme.cpp virtual files: show option only when branding allows it 2020-12-15 10:58:12 +01:00
theme.h virtual files: show option only when branding allows it 2020-12-15 10:58:12 +01:00
wordlist.cpp Enable bugprone-narrowing-conversions clang-tidy check 2020-09-01 06:37:03 +00:00
wordlist.h Export the WordList functions 2020-10-08 15:58:29 +02:00