nextcloud-desktop/src/libsync
Christian Kamm ee08b3759d SyncScheduling: Avoid new resyncs on local mkdir.
(cherry picked from commit bacf6166c1)
2015-06-05 10:27:28 +02:00
..
creds HTTP creds: Fix translation of the password input dialog 2015-04-17 12:19:37 +02:00
accessmanager.cpp Namespace fixes 2014-12-02 14:20:13 +01:00
accessmanager.h Merge branch 'master' into rename_client 2014-11-12 00:07:59 +01:00
account.cpp Abort the request and reset the QNAM if user does not ACK a new cert. 2015-06-02 12:21:49 +02:00
account.h Wizard: Allow SSL cert dialog to show twice. #3168 2015-05-08 12:32:14 +02:00
accountfwd.h Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
authenticationdialog.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
authenticationdialog.h Adjust namespaces 2014-11-09 22:34:07 +01:00
bandwidthmanager.cpp BandwidthManager: fix warnings 2015-05-12 16:35:27 +02:00
bandwidthmanager.h Propagator: Fix crash 2015-02-06 11:19:41 +01:00
clientproxy.cpp Proxy: Register meta type #3170 2015-04-29 14:54:08 +02:00
clientproxy.h Proxy: Fix compile harder 2015-03-27 11:02:19 +01:00
CMakeLists.txt Add a class TransmissionChecksumValidator, incl. unit test. 2015-05-19 17:09:40 +02:00
configfile.cpp Theme: Allow to change the transmission checksum through theming. 2015-05-21 15:59:24 +02:00
configfile.h MirallConfigFile: Add an option of transmission checksumming. 2015-05-19 17:09:39 +02:00
connectionvalidator.cpp Improve reporting of server error messages. #3220 2015-06-04 10:07:24 +02:00
connectionvalidator.h AccountState: Treat *any* 503 as a temporary error. #3113 2015-05-07 09:21:52 +02:00
cookiejar.cpp Fix compilation with Qt 5.5 2015-04-19 11:02:43 +02:00
cookiejar.h CookieJar: Don't accidentally overwrite cookies. #2808 2015-03-27 10:49:24 +01:00
discoveryphase.cpp Discovery: Fix another empty-local-directory bug 2015-04-23 16:15:13 +02:00
discoveryphase.h Discovery: Initialize error with EIO in constructor 2015-04-13 15:54:08 +02:00
filesystem.cpp Improved implementation efficiency of checksum calculation. 2015-05-20 21:42:08 +02:00
filesystem.h Windows: Fix unit test build. 2015-05-27 14:59:28 +02:00
logger.cpp Add a NO_MSG_HANDLER cmake option 2015-02-19 16:57:16 +01:00
logger.h Logger: use qFormatLogMessage with Qt 5.4 so it respects the Qt logging preferences 2015-02-14 14:23:01 +01:00
networkjobs.cpp Improve reporting of server error messages. #3220 2015-06-04 10:07:24 +02:00
networkjobs.h Improve reporting of server error messages. #3220 2015-06-04 10:07:24 +02:00
owncloudpropagator.cpp Some more minor cleanups based on the pull request review. 2015-05-20 22:44:12 +02:00
owncloudpropagator.h Fix clang warnings about deleting incomplete 'Account'. 2015-03-27 11:11:44 +01:00
owncloudpropagator_p.h Propagator: Fix compile 2015-03-30 08:41:53 +02:00
owncloudtheme.cpp Fix build when compiling libsync without QtGui 2015-02-16 10:24:42 +01:00
owncloudtheme.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
ownsql.cpp OwnSql: Fix numRowsAffected() 2015-05-13 12:54:03 +02:00
ownsql.h Merge remote-tracking branch 'origin/1.7' 2014-12-10 13:01:36 +01:00
progressdispatcher.cpp Activity: Set a message for conflicts. #2792 2015-03-12 10:00:45 +01:00
progressdispatcher.h potential fix for #1865 2015-01-08 11:42:14 +01:00
propagatedownload.cpp Merge remote-tracking branch 'origin/checksum_1.8' into 1.8 2015-05-22 10:32:37 +02:00
propagatedownload.h Some more minor cleanups based on the pull request review. 2015-05-20 22:44:12 +02:00
propagateremotedelete.cpp Remote delete: Consider 404 a success. #2919 2015-03-19 10:04:02 +01:00
propagateremotedelete.h Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
propagateremotemkdir.cpp Propagator: Let network propagator job understand a new header OC-ErrorString 2015-02-26 15:53:09 +01:00
propagateremotemkdir.h Propagate Remote mkdir: save the fileid to the database early 2015-01-22 15:11:04 +01:00
propagateremotemove.cpp Lnk: Work around QFile::rename() #2792 2015-03-11 12:29:33 +01:00
propagateremotemove.h Use global Account/AccountState less. 2014-12-18 15:39:51 +01:00
propagateupload.cpp Improve reporting of server error messages. #3220 2015-06-04 10:07:24 +02:00
propagateupload.h TransmissionChecksumming: Remove SyncFileItem dependency. 2015-05-21 15:51:48 +02:00
propagator_legacy.cpp Propagator: Overwrite local data only if unchanged. #3156 2015-05-07 14:43:33 +02:00
propagator_legacy.h Merge branch 'master' into rename_client 2014-12-02 13:37:22 +01:00
propagatorjobs.cpp SyncScheduling: Avoid new resyncs on local mkdir. 2015-06-05 10:27:28 +02:00
propagatorjobs.h Some more minor cleanups based on the pull request review. 2015-05-20 22:44:12 +02:00
syncengine.cpp SyncJournalDB: Simplify code 2015-05-13 13:15:53 +02:00
syncengine.h Sync: Fix sync of deletions during 503. #2894 2015-04-08 10:50:08 +02:00
syncfileitem.h SyncFileItem class: Add member _checksum 2015-05-19 17:09:39 +02:00
syncfilestatus.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncfilestatus.h Adjust namespaces 2014-11-09 22:34:07 +01:00
syncjournaldb.cpp SyncJournalDb::updateErrorBlacklistEntry: lock the mutext at the beginning 2015-05-20 15:30:19 +02:00
syncjournaldb.h SyncJournalDB: Simplify code 2015-05-13 13:15:53 +02:00
syncjournalfilerecord.cpp Make public API explicit about blacklist kind. #2301 2015-01-16 10:17:19 +01:00
syncjournalfilerecord.h Make public API explicit about blacklist kind. #2301 2015-01-16 10:17:19 +01:00
syncresult.cpp Adjust namespaces 2014-11-09 22:34:07 +01:00
syncresult.h Adjust namespaces 2014-11-09 22:34:07 +01:00
theme.cpp Theme: Allow to change the transmission checksum through theming. 2015-05-21 15:59:24 +02:00
theme.h Theme: Allow to change the transmission checksum through theming. 2015-05-21 15:59:24 +02:00
transmissionchecksumvalidator.cpp include qtconcurrentrun header rather than QtConcurrent for Qt4 2015-05-22 14:46:29 +02:00
transmissionchecksumvalidator.h Windows: Fix unit test build. 2015-05-27 14:59:28 +02:00
utility.cpp Branding: Append the appName short to the user agent string. 2015-05-19 17:09:39 +02:00
utility.h StopWatch: return the duration from the stop() command. 2015-05-19 17:09:39 +02:00
utility_mac.cpp Switch monochrome systray icon color depending on systray brightness. 2014-10-24 21:52:41 +02:00
utility_unix.cpp Switch monochrome systray icon color depending on systray brightness. 2014-10-24 21:52:41 +02:00
utility_win.cpp Switch monochrome systray icon color depending on systray brightness. 2014-10-24 21:52:41 +02:00
version.h.in Split into three separate projects: library, gui and cmd 2014-07-11 11:07:31 +02:00