nextcloud-desktop/src/libsync
2019-01-15 11:18:24 +01:00
..
creds OAuth2: Refresh the token without aborting the sync 2018-10-19 12:37:11 +02:00
vfs Vfs: Have a static list of potential plugins for now 2018-12-18 15:17:04 +01:00
abstractnetworkjob.cpp Account: Fix crash when deleting an account 2018-11-26 10:12:03 +01:00
abstractnetworkjob.h Merge remote-tracking branch 'origin/master' into new_discovery_algo 2018-10-31 16:29:29 +01:00
accessmanager.cpp HTTP2: Only from Qt 5.9.4 #6285 2018-02-14 12:11:27 +01:00
accessmanager.h Apply clang-format 2017-05-17 12:26:27 +02:00
account.cpp Merge remote-tracking branch 'owncloud/2.5' 2018-11-29 17:34:24 +01:00
account.h New Propagation algorithm: Fetch, and emit, the root etag 2018-10-09 15:12:02 +02:00
accountfwd.h License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
bandwidthmanager.cpp Implementation of delta-sync support on client-side. 2018-01-15 10:34:57 -05:00
bandwidthmanager.h Implementation of delta-sync support on client-side. 2018-01-15 10:34:57 -05:00
capabilities.cpp Discovery: Handle the blacklistFiles from the server capabilities 2018-12-22 18:19:37 +01:00
capabilities.h Discovery: Handle the blacklistFiles from the server capabilities 2018-12-22 18:19:37 +01:00
CMakeLists.txt vfs: Fix plugin decision in wizards, sanitize loading 2018-11-26 13:02:48 +01:00
configfile.cpp Merge remote-tracking branch 'origin/2.5' 2019-01-15 11:18:24 +01:00
configfile.h Merge remote-tracking branch 'owncloud/master' into delta-sync 2018-09-14 15:25:59 +02:00
cookiejar.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
cookiejar.h Apply clang-format 2017-05-17 12:26:27 +02:00
discovery.cpp vfs: Remove newFilesAreVirtual - use root PinState instead 2019-01-07 10:09:03 +01:00
discovery.h vfs: Remove newFilesAreVirtual - use root PinState instead 2019-01-07 10:09:03 +01:00
discoveryphase.cpp vfs: Remove newFilesAreVirtual - use root PinState instead 2019-01-07 10:09:03 +01:00
discoveryphase.h Discovery: Handle the blacklistFiles from the server capabilities 2018-12-22 18:19:37 +01:00
filesystem.cpp Merge remote-tracking branch 'owncloud/vfs-master' 2018-12-07 10:04:43 +01:00
filesystem.h Merge remote-tracking branch 'owncloud/vfs-master' 2018-12-07 10:04:43 +01:00
libsync.md
localdiscoverytracker.cpp New Discovery Algo: Support the DatabaseAndFilesystem mode for local discovery 2018-07-18 14:19:36 +02:00
localdiscoverytracker.h New Discovery Algo: Support the DatabaseAndFilesystem mode for local discovery 2018-07-18 14:19:36 +02:00
logger.cpp winvfs: initial work 2018-11-26 12:53:30 +01:00
logger.h vfs: Fix plugin decision in wizards, sanitize loading 2018-11-26 13:02:48 +01:00
networkjobs.cpp Merge remote-tracking branch 'owncloud/vfs-master' 2018-12-07 10:04:43 +01:00
networkjobs.h Merge remote-tracking branch 'owncloud/vfs-master' 2018-12-07 10:04:43 +01:00
owncloudpropagator_p.h Propagator: Don't abort sync on error 503 2018-12-17 12:37:54 +01:00
owncloudpropagator.cpp winvfs: initial work 2018-11-26 12:53:30 +01:00
owncloudpropagator.h winvfs: initial work 2018-11-26 12:53:30 +01:00
owncloudtheme.cpp Theme: unify ownCloudTheme and Theme classes 2018-04-05 18:37:29 +02:00
owncloudtheme.h virtual files: show option only when branding allows it 2018-08-31 16:33:19 +02:00
progressdispatcher.cpp Merge remote-tracking branch 'owncloud/master' into delta-sync 2018-09-14 15:25:59 +02:00
progressdispatcher.h Progress: Virtual file creation needs no transfer progress #6933 2018-12-21 09:22:39 +01:00
propagatecommonzsync.cpp zsync: Do not create an empty tmp file in the current folder 2018-09-21 17:21:44 +02:00
propagatecommonzsync.h zsync: Adjust use of zsync includes 2018-03-27 07:51:25 +02:00
propagatedownload.cpp Propagator: Don't abort sync on error 503 2018-12-17 12:37:54 +01:00
propagatedownload.h winvfs: Better error reporting 2018-11-26 12:54:55 +01:00
propagatedownloadzsync.cpp ZSync: ensure the temporary file is closed after the download 2018-09-20 16:40:36 +02:00
propagateremotedelete.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
propagateremotedelete.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemkdir.cpp Blacklist: remember the X-Request-ID 2018-05-15 18:11:01 +02:00
propagateremotemkdir.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemove.cpp vfs: Ensure SyncOptions::_vfs is never null 2018-11-26 13:02:48 +01:00
propagateremotemove.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateupload.cpp Propagator: Don't abort sync on error 503 2018-12-17 12:37:54 +01:00
propagateupload.h Merge remote-tracking branch 'origin/2.5' 2018-11-05 11:51:29 +01:00
propagateuploadng.cpp Merge remote-tracking branch 'origin/2.5' 2019-01-10 10:08:03 +01:00
propagateuploadv1.cpp PropagateUpload: Avoid many allocations by using QByteArrayLiteral 2018-11-15 07:26:44 +01:00
propagatorjobs.cpp Fix compilation warning 2018-12-07 10:06:56 +01:00
propagatorjobs.h Move remote-deleted files to trash 2018-01-25 14:40:16 +01:00
syncengine.cpp Discovery: Handle the blacklistFiles from the server capabilities 2018-12-22 18:19:37 +01:00
syncengine.h vfs: Ensure SyncOptions::_vfs is never null 2018-11-26 13:02:48 +01:00
syncfileitem.cpp winvfs: initial work 2018-11-26 12:53:30 +01:00
syncfileitem.h Add missing export 2018-10-20 13:34:16 +02:00
syncfilestatus.cpp Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatus.h Revert "Revert "Discovery: consider also the "shared by me" as shared"" 2017-07-25 12:11:33 +02:00
syncfilestatustracker.cpp More cleanup of csync remains 2018-07-26 13:55:02 +02:00
syncfilestatustracker.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
syncoptions.h vfs: Remove newFilesAreVirtual - use root PinState instead 2019-01-07 10:09:03 +01:00
syncresult.cpp INSTRUCTION_IGNORE now carries a direction 2018-03-06 13:02:54 +01:00
syncresult.h SyncResult: Make sure the number of conflicts is correct #6226 2018-03-06 13:02:54 +01:00
theme.cpp Theme: Always show copyright 2018-11-04 20:59:16 +01:00
theme.h Settings: Bring back version and copyright 2018-11-04 19:53:22 +01:00