nextcloud-desktop/src/libsync
Christian Kamm e653924e06 Vfs: Don't let new local files start out unpinned #7250
If one adds a new file to an online-only folder the previous behavior
was to upload the file in one sync and dehydrate it in the next. Now
these new files get set to Unspecified pin state, making them retain
their data.
2019-06-23 10:23:37 +02:00
..
creds Client certs: Store pkcs12 in config, password in keychain 2019-03-14 08:18:12 +01:00
vfs Vfs: Distinguish availability error kinds #7143 2019-04-26 13:50:36 +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 LogWindow: Option to disable automatic deletion #7154 2019-05-07 07:27:12 +02:00
configfile.h LogWindow: Option to disable automatic deletion #7154 2019-05-07 07:27:12 +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: Do not abort the sync in case of error 404 (or 500) 2019-06-05 11:09:16 +02:00
discovery.h Vfs: Clear up relationship between _type and pin state 2019-04-09 12:46:35 +02:00
discoveryphase.cpp Discovery: Improvements to doc comments 2019-04-12 13:56:29 +02:00
discoveryphase.h Discovery: Improvements to doc comments 2019-04-12 13:56:29 +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 LogWindow: Option to disable automatic deletion #7154 2019-05-07 07:27:12 +02:00
logger.h LogWindow: Option to disable automatic deletion #7154 2019-05-07 07:27:12 +02: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 PropagateDirectory: Set initial dir mtime to server mtime #7119 2019-04-09 10:10:41 +02:00
owncloudpropagator.h PropagateIgnore: Default to NormalError for INSTRUCTION_ERROR 2019-04-11 13:48:56 +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 Http2: Resend requests on ContentReSend error #7174 2019-06-12 13:16:32 +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 Propagator: Helper for updating db 2019-02-11 13:35:14 +01:00
propagateremotemkdir.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateremotemove.cpp VFS: Unbreak behavior for rename+hydrate #7001 2019-03-21 11:13:16 +01:00
propagateremotemove.h Fix paused sync file move issue #5949 2017-10-17 09:44:52 +02:00
propagateupload.cpp Vfs: Don't let new local files start out unpinned #7250 2019-06-23 10:23:37 +02:00
propagateupload.h Upload: Read file chunks gradually #7226 2019-06-12 13:09:50 +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 Fix and test _file and _renameTarget 2019-03-28 17:30:19 +01:00
propagatorjobs.h Move remote-deleted files to trash 2018-01-25 14:40:16 +01:00
syncengine.cpp SyncEngine: Don't close db when done #7141 2019-06-07 09:30:52 +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 Fix warnings about signedness 2019-02-14 10:53:33 +01: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