nextcloud-desktop/src/libsync
Olivier Goffart a902726938 Restoration items should appear in the sync protocol
When an item is downloaded because it is restored, it shall be shown in the
sync protocol.
(It is also going to be shown in the not synchronized for a short while, but
that's fine)
2019-10-11 13:09:07 +02:00
..
creds Client certs: Store pkcs12 in config, password in keychain 2019-03-14 08:18:12 +01:00
vfs CMake VFS: Enable us to provided vfs plugins from an external directory 2019-08-19 15:37:05 +02:00
abstractnetworkjob.cpp Http2: Resend requests on ContentReSend error #7174 2019-06-12 13:16:32 +02:00
abstractnetworkjob.h Http2: Resend requests on ContentReSend error #7174 2019-06-12 13:16:32 +02:00
accessmanager.cpp HTTP2: Enable if using Qt >=5.12.4 #7092 2019-06-07 19:26:44 +02:00
accessmanager.h Apply clang-format 2017-05-17 12:26:27 +02:00
account.cpp Client certs: Store pkcs12 in config, password in keychain 2019-03-14 08:18:12 +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 Shell extension: Show "show versions" only when available #7196 2019-06-16 12:09:52 +02:00
capabilities.h Shell extension: Show "show versions" only when available #7196 2019-06-16 12:09:52 +02:00
CMakeLists.txt owncloudcmd: Use env vars for chunk sizes #7078 2019-04-09 10:08:01 +02:00
configfile.cpp Remove maxLogLines config option 2019-08-13 13:24:16 +02:00
configfile.h Remove maxLogLines config option 2019-08-13 13:24:16 +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 Fix warning about serverJob not being used 2019-10-07 14:50:44 +02:00
discovery.h Fix build with old gcc 2019-09-16 14:56:07 +02:00
discoveryphase.cpp Discovery: Distinguish readdir and closedir errors 2019-10-08 09:37:29 +02:00
discoveryphase.h Discovery: Change local job signal signatures 2019-09-11 15:50:37 +02: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 Structure developer documentation 2015-06-29 18:43:21 +02:00
localdiscoverytracker.cpp Local discovery tracking: On success, also wipe _renameTarget 2019-03-28 17:30:19 +01:00
localdiscoverytracker.h New Discovery Algo: Support the DatabaseAndFilesystem mode for local discovery 2018-07-18 14:19:36 +02:00
logger.cpp Print critical and fatal messages to stderr 2019-08-14 09:07:03 +02:00
logger.h LogWindow: Option to disable automatic deletion #7154 2019-05-07 07:27:12 +02:00
networkjobs.cpp RequestEtagJob: Consistently parse etags #7271 2019-06-27 13:08:18 +02:00
networkjobs.h Add missing OWNCLOUDSYNC_EXPORT 2019-06-28 17:27:33 +02:00
owncloudpropagator_p.h Don't fatal on "Storage temporarily unavailable" 2019-08-22 13:05:01 +02:00
owncloudpropagator.cpp Propagator: Delay job execution a bit #7439 2019-09-02 10:27:31 +02:00
owncloudpropagator.h Discovery: If a move is forbidden, restore the source 2019-09-02 09:58: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 Fix warnings about signedness 2019-02-14 10:53:33 +01:00
progressdispatcher.h Fix warnings about signedness 2019-02-14 10:53:33 +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 PropagateDownload: Don't try to open readonly temporaries 2019-08-26 07:48:09 +02:00
propagatedownload.h Fix warnings about signedness 2019-02-14 10:53:33 +01:00
propagatedownloadzsync.cpp Fix warnings about signedness 2019-02-14 10:53:33 +01: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 Propagate dir: Never write the etag on remote mkdir #7481 2019-10-07 14:33:15 +02:00
propagateremotemkdir.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemove.cpp Vfs: Move pin state if files move #7250 2019-06-23 10:23:37 +02:00
propagateremotemove.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateupload.cpp UploadDevice: Fix windows issues #7264 2019-06-23 10:31:50 +02:00
propagateupload.h Fix Upload of large (> 2GiB) files 2019-10-09 13:55:06 +02:00
propagateuploadng.cpp Upload: Read file chunks gradually #7226 2019-06-12 13:09:50 +02:00
propagateuploadv1.cpp Upload: Read file chunks gradually #7226 2019-06-12 13:09:50 +02:00
propagatorjobs.cpp Vfs: Move pin state if files move #7250 2019-06-23 10:23:37 +02:00
propagatorjobs.h Move remote-deleted files to trash 2018-01-25 14:40:16 +01:00
syncengine.cpp Reconcile: Sort already during discovery #7445 2019-09-09 11:39:44 +02:00
syncengine.h Download: Remove useless code and add a test 2019-03-05 09:17:47 +01:00
syncfileitem.cpp Vfs: Improve sync protocol entries for actions 2019-02-11 13:35:14 +01:00
syncfileitem.h Restoration items should appear in the sync protocol 2019-10-11 13:09:07 +02:00
syncfilestatustracker.cpp SyncFileStatusTracker: Distinguish Warning and Excluded 2019-02-11 13:35:14 +01:00
syncfilestatustracker.h Discovery: Add signal for silentlyExcluded files 2019-02-11 13:35:14 +01:00
syncoptions.cpp owncloudcmd: Use env vars for chunk sizes #7078 2019-04-09 10:08:01 +02:00
syncoptions.h Fix windows build 2019-04-10 08:18:49 +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 About: Add remark about vfs plugin that's in use #7137 2019-04-10 14:51:15 +02:00
theme.h Add a noPreFlight branding option 2019-02-01 18:39:04 +01:00