nextcloud-desktop/src/libsync
Tomaz Canabrava 17693a75e5
[cse] Request public key from server
This is the first step needed to properly communicate.
Next, get private key.
2017-10-18 21:51:37 +02:00
..
creds OAuth2: Fix double slash in URL 2017-09-23 10:10:40 +02:00
abstractnetworkjob.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
abstractnetworkjob.h OAuth: Use redirectable jobs for oauth token management 2017-09-15 09:28:03 +02:00
accessmanager.cpp remove qt4 code 2017-09-15 07:11:05 +02:00
accessmanager.h Apply clang-format 2017-05-17 12:26:27 +02:00
account.cpp [cse] Request public key from server 2017-10-18 21:51:37 +02:00
account.h [cse] Request public key from server 2017-10-18 21:51:37 +02:00
accountfwd.h License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
bandwidthmanager.cpp bandwidthmanager: Fix unregistering devices on delete 2017-09-25 12:56:20 +02:00
bandwidthmanager.h bandwidthmanager: Fix unregistering devices on delete 2017-09-25 12:56:20 +02:00
capabilities.cpp [cse] Invalid read of 1 2017-10-18 21:51:36 +02:00
capabilities.h [cse] Use server capabilities to query for cse 2017-10-18 21:51:36 +02:00
clientproxy.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
clientproxy.h Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
clientsideencryption.cpp [cse] Request public key from server 2017-10-18 21:51:37 +02:00
clientsideencryption.h [cse] Request public key from server 2017-10-18 21:51:37 +02:00
CMakeLists.txt [cse] Add files to handle client side encryption 2017-10-18 21:51:36 +02:00
configfile.cpp Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
configfile.h Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
connectionvalidator.cpp [cse] Request public key from server 2017-10-18 21:51:37 +02:00
connectionvalidator.h [cse] Request public key from server 2017-10-18 21:51:37 +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
discoveryphase.cpp Excludes: During directory traversal, use QRegularExpression 2017-10-05 10:19:48 +02:00
discoveryphase.h RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +02:00
excludedfiles.cpp Excludes: During directory traversal, use QRegularExpression 2017-10-05 10:19:48 +02:00
excludedfiles.h Compile almost all of csync as C++ 2017-08-22 15:22:56 +02:00
filesystem.cpp Move non-csync-dependent parts of FileSystem to src/common 2017-09-18 14:00:52 +02: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
logger.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
logger.h Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
networkjobs.cpp [bugfix] Return the error code, don't discard it. 2017-10-18 21:51:37 +02:00
networkjobs.h [CSE] New Network Job: DeleteApiJob 2017-10-18 21:51:36 +02:00
owncloudpropagator.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
owncloudpropagator.h Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
owncloudpropagator_p.h Apply clang-format 2017-05-17 12:26:27 +02:00
owncloudtheme.cpp Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
owncloudtheme.h Apply clang-format 2017-05-17 12:26:27 +02:00
progressdispatcher.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
progressdispatcher.h Remove SyncFileItem::_isDirectory 2017-09-18 11:46:09 +02:00
propagatedownload.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
propagatedownload.h Compare the hash of files with identical mtime/size #5589 2017-06-15 13:54:16 +02:00
propagateremotedelete.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
propagateremotedelete.h Remove SyncFileItem::_isDirectory 2017-09-18 11:46:09 +02:00
propagateremotemkdir.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
propagateremotemkdir.h Apply clang-format 2017-05-17 12:26:27 +02:00
propagateremotemove.cpp Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
propagateremotemove.h Remove SyncFileItem::_isDirectory 2017-09-18 11:46:09 +02:00
propagateupload.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
propagateupload.h PropagateUpload: Fix another non-normalized connect that appears while profiling 2017-09-25 12:49:55 +02:00
propagateuploadng.cpp Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
propagateuploadv1.cpp Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
propagatorjobs.cpp Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
propagatorjobs.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
syncengine.cpp SyncEngine: _hasNoneFiles should be set when there are INSTRUCTION_UPDATE_METADATA 2017-09-28 11:15:36 +02:00
syncengine.h RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +02:00
syncfileitem.cpp Use SyncJournalDb in csync 2017-09-26 11:03:23 +02:00
syncfileitem.h RemotePermissions: Store in a class rather than in a QByteArray to save memory 2017-09-22 09:29:08 +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 SyncJournalDB: Allow callers of getFileRecord if the query failed 2017-09-26 11:03:23 +02:00
syncfilestatustracker.h Move SyncJournalDB to src/common 2017-09-18 14:00:52 +02:00
syncresult.cpp Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
syncresult.h Conflicts: Detect and show in issues tab 2017-07-13 11:48:10 +02:00
theme.cpp Fix encoding of version string 2017-09-27 12:06:49 +02:00
theme.h Move the --version output text to Theme #5957 2017-09-27 09:13:44 +02:00