nextcloud-desktop/src/libsync
Klaas Freitag b97c832306 Capabilities: Add isValid check and check for notifications
The isValid check should be used everywhere the capabilities
are used as the loading of the capabilities is happening
in parallel of the startup, so it is not guaranteed to be
available always.
2016-03-10 17:46:00 +01:00
..
creds fix compilation with TOKEN_AUTH_ONLY 2016-02-05 15:30:29 +01:00
abstractnetworkjob.cpp AbstractNetworkJob: Add a delete job. 2016-03-10 17:22:36 +01:00
abstractnetworkjob.h AbstractNetworkJob: Add a delete job. 2016-03-10 17:22:36 +01:00
accessmanager.cpp fix compilation with TOKEN_AUTH_ONLY 2016-02-05 15:30:29 +01:00
accessmanager.h System proxy: Ask for credentials if needed. 2015-07-17 11:54:46 +02:00
account.cpp AbstractNetworkJob: Add a delete job. 2016-03-10 17:22:36 +01:00
account.h AbstractNetworkJob: Add a delete job. 2016-03-10 17:22:36 +01:00
accountfwd.h Folders: Show as disconnected when account is disconnected. 2015-07-03 15:03:18 +02:00
bandwidthmanager.cpp libtypos comment and message typos for master 2015-10-05 09:05:09 +05:45
bandwidthmanager.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
capabilities.cpp Capabilities: Add isValid check and check for notifications 2016-03-10 17:46:00 +01:00
capabilities.h Capabilities: Add isValid check and check for notifications 2016-03-10 17:46:00 +01:00
checksums.cpp Doc: Add checksum overview 2015-12-08 10:59:42 +01:00
checksums.h Checksums: Reuse the discovery checksum where possible 2015-11-23 14:13:10 +01:00
clientproxy.cpp Remove legacy propagator and neon 2015-10-20 17:57:43 +02:00
clientproxy.h Remove legacy propagator and neon 2015-10-20 17:57:43 +02:00
CMakeLists.txt fix compilation with TOKEN_AUTH_ONLY 2016-02-05 15:30:29 +01:00
configfile.cpp Chunking: change the default chunk size to 10MB 2016-02-24 16:25:45 +01:00
configfile.h Merge pull request #4389 from Bottswana/deleteprompt 2016-02-22 15:44:50 +01:00
connectionvalidator.cpp Add warnings for old server versions #4523 2016-03-02 12:54:22 +01:00
connectionvalidator.h Use a constant for ConnectionValidator::DefaultCallingIntervalMsec 2016-02-10 12:36:09 +01:00
cookiejar.cpp Fix compilation with Qt 5.5 2015-04-19 11:02:43 +02:00
cookiejar.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
discoveryphase.cpp Use oc:size instead of quota-used-bytes to get the sizes of folder (#4459) 2016-02-11 15:09:47 +01:00
discoveryphase.h Discovery: conding style: use const references for function parameters 2015-10-29 16:47:36 +01:00
excludedfiles.cpp Move the csync_context creation in SyncEngine 2016-02-25 20:53:13 +01:00
excludedfiles.h Add comment and cleanup the csync exclude list code 2016-03-03 20:26:48 +01:00
filesystem.cpp Win: Fix filesystem detection for exFAT workaround #2701 2016-01-19 10:00:12 +01:00
filesystem.h Windows: Fix deleting and replacing of read-only files #4308 2016-01-05 13:15:59 +01:00
libsync.md Structure developer documentation 2015-06-29 18:43:21 +02:00
logger.cpp Logger: speedup the sync discovery when the log is innactive 2015-10-22 00:22:25 +02:00
logger.h Logger: don't call qFormatLog when unessesary 2015-10-20 13:22:48 +02:00
networkjobs.cpp Propagator: Pump in more requests if we think current ones are quick 2016-03-02 15:22:21 +01:00
networkjobs.h ConnectionValidator: Make sure we intercept propfind error 2016-02-10 15:38:21 +01:00
owncloudpropagator.cpp Propagator: Pump in more requests if we think current ones are quick 2016-03-02 15:22:21 +01:00
owncloudpropagator.h Don't use QVector::removeOne, added in Qt 5.4 2016-03-03 10:03:41 +01:00
owncloudpropagator_p.h ETag: Allow parsing of weak tags #3946 2015-10-15 14:57:34 +02:00
owncloudtheme.cpp Use HTTPS links 2015-08-10 12:30:33 +02:00
owncloudtheme.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
ownsql.cpp OwnSQL: add asserts in case of error that should not happen 2015-10-30 14:05:58 +01:00
ownsql.h Checksum: Put checksum type into separate column #3735 2015-10-28 14:46:20 +01:00
progressdispatcher.cpp Propagation: Fix dir <-> file changes propagating to server #4302 2016-01-08 05:38:08 +01:00
progressdispatcher.h Propagation: Fix dir <-> file changes propagating to server #4302 2016-01-08 05:38:08 +01:00
propagatedownload.cpp Downloads: Preserve group ownership #4330 2016-03-03 12:02:06 +01:00
propagatedownload.h Merge pull request #4529 from owncloud/dynamic_parallelism_scaling 2016-03-02 15:23:58 +01:00
propagateremotedelete.cpp Propagator: Pump in more requests if we think current ones are quick 2016-03-02 15:22:21 +01:00
propagateremotedelete.h Propagator: Pump in more requests if we think current ones are quick 2016-03-02 15:22:21 +01:00
propagateremotemkdir.cpp Propagator: Pump in more requests if we think current ones are quick 2016-03-02 15:22:21 +01:00
propagateremotemkdir.h Propagator: Pump in more requests if we think current ones are quick 2016-03-02 15:22:21 +01:00
propagateremotemove.cpp Propagator: Pump in more requests if we think current ones are quick 2016-03-02 15:22:21 +01:00
propagateremotemove.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
propagateupload.cpp Merge pull request #4529 from owncloud/dynamic_parallelism_scaling 2016-03-02 15:23:58 +01:00
propagateupload.h Upload: Chunk size can be changed in the config file 2016-01-15 13:16:52 +01:00
propagatorjobs.cpp Propagation: Fix dir <-> file changes propagating to server #4302 2016-01-08 05:38:08 +01:00
propagatorjobs.h Propagation: Fix dir <-> file changes propagating to server #4302 2016-01-08 05:38:08 +01:00
syncengine.cpp Move the Logger reference back into src/gui 2016-03-03 20:26:48 +01:00
syncengine.h Move the csync_context creation in SyncEngine 2016-02-25 20:53:13 +01:00
syncfileitem.h SocketAPI: Don't use ERROR for SoftErrors #3944 2015-12-10 11:02:38 +01:00
syncfilestatus.cpp Rename SyncFileStatus::STATUS_SYNC to STATUS_UPTODATE 2016-01-05 15:41:15 +01:00
syncfilestatus.h Rename SyncFileStatus::STATUS_SYNC to STATUS_UPTODATE 2016-01-05 15:41:15 +01:00
syncjournaldb.cpp SyncJounral: add an index on the error blacklist table 2016-02-11 14:38:38 +01:00
syncjournaldb.h Checksums: Don't reupload if size and checksum are unchanged #3235 2015-11-23 11:59:56 +01:00
syncjournalfilerecord.cpp SyncJournalFileRecord: Fix comparison operator 2015-11-25 21:11:58 +01:00
syncjournalfilerecord.h Checksums: Don't reupload if size and checksum are unchanged #3235 2015-11-23 11:59:56 +01:00
syncresult.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncresult.h Use doxygen style everywhere 2015-06-29 18:56:09 +02:00
theme.cpp Add theming options control sharing operations 2016-02-22 13:53:45 +01:00
theme.h Add theming options control sharing operations 2016-02-22 13:53:45 +01:00
utility.cpp Utility: Make the timeAgoInWords method a bit more verbose 2016-02-15 17:59:24 +01:00
utility.h AcitivityWidget: Moved timespan-in-words method to utility. 2015-11-16 18:08:25 +01:00
utility_mac.cpp OS X: Fix a few warnings 2015-06-17 14:32:34 +02:00
utility_unix.cpp Consistency: Use folder instead of directory in user visible strings 2015-09-07 08:51:40 +02:00
utility_win.cpp Revert "Use dynamic library loading for detecting the correct path for links" 2015-08-06 10:41:33 +02:00
version.h.in Reduce the amount of rebuild needed after a git commit 2015-06-17 14:32:34 +02:00