nextcloud-desktop/src/libsync
Olivier Goffart 9b874c2764 Merge remote-tracking branch 'origin/2.5' into master
Conflicts:
	src/libsync/propagateuploadng.cpp
	test/CMakeLists.txt
2018-11-06 16:17:51 +01:00
..
creds OAuth2: Refresh the token without aborting the sync 2018-10-19 12:37:11 +02:00
abstractnetworkjob.cpp OAuth2: Refresh the token without aborting the sync 2018-10-19 12:37:11 +02: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/master' into new_discovery_algo 2018-10-18 13:22:29 +02: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 Add Capabilities::zsyncSupportedVersion function. 2018-01-11 07:44:37 -05:00
capabilities.h Add Capabilities::zsyncSupportedVersion function. 2018-01-11 07:44:37 -05:00
CMakeLists.txt Merge remote-tracking branch 'owncloud/master' into new_discovery_algo 2018-10-18 13:22:29 +02:00
configfile.cpp Merge remote-tracking branch 'owncloud/master' into delta-sync 2018-09-14 15:25:59 +02: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 Discovery: Fix renaming on windows 2018-11-02 16:47:56 +01:00
discovery.h Discovery: Virtual file handling adjustments 2018-10-24 10:50:54 +02:00
discoveryphase.cpp Merge remote-tracking branch 'origin/master' into new_discovery_algo 2018-10-31 16:29:29 +01:00
discoveryphase.h Discovery: Don't rebuild invalidFilname regex each call 2018-10-19 10:51:25 +02:00
filesystem.cpp Remove unused c_path 2018-01-13 13:58:17 +01:00
filesystem.h Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02:00
libsync.md Structure developer documentation 2015-06-29 18:43:21 +02:00
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 Make qFatal() trigger the crash reporter on Windows 2018-11-01 11:24:19 +01:00
logger.h Logging: Add persistent auto-logdir option #6442 2018-04-12 12:38:17 +02:00
networkjobs.cpp New Propagation algorithm: Fetch, and emit, the root etag 2018-10-09 15:12:02 +02:00
networkjobs.h Move Result to its own header 2018-10-15 16:51:24 +02:00
owncloudpropagator_p.h Propagation: Connection closed is a normal error #6516 2018-05-17 13:14:20 +02:00
owncloudpropagator.cpp Propagator: Add assert against duplicate done() calls 2018-11-06 10:02:31 +01:00
owncloudpropagator.h Merge remote-tracking branch 'owncloud/master' into delta-sync 2018-09-14 15:25:59 +02: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 Merge remote-tracking branch 'owncloud/master' into delta-sync 2018-09-14 15:25:59 +02: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 Merge remote-tracking branch 'origin/2.5' into master 2018-11-06 16:17:51 +01:00
propagatedownload.h Merge remote-tracking branch 'origin/2.5' 2018-10-29 18:52:38 +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 Move: Fix too many starting slashes in the destination header 2018-10-24 14:53:11 +02:00
propagateremotemove.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateupload.cpp PropagateUpload: Avoid crash due to cascading aborts 2018-10-09 13:25:54 +02: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' into master 2018-11-06 16:17:51 +01:00
propagateuploadv1.cpp PropagateUpload: Fix for missing make_unique() 2018-11-06 11:01:57 +01:00
propagatorjobs.cpp Placeholders: Safe migration to older client versions 2018-04-18 10:27:51 +02:00
propagatorjobs.h Move remote-deleted files to trash 2018-01-25 14:40:16 +01:00
result.h Move Result to its own header 2018-10-15 16:51:24 +02:00
syncengine.cpp Discovery: Don't rebuild invalidFilname regex each call 2018-10-19 10:51:25 +02:00
syncengine.h Remove the backup deteciton code which was used for server < 9.1 2018-10-16 16:08:49 +02:00
syncfileitem.cpp New discovery algorithm: Initial work. 2018-07-10 14:53:10 +02: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 New discovery algorithm: Parallel PROPFIND 2018-10-12 14:46:46 +02: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