nextcloud-desktop/src/libsync
Matthieu Gallien 31b2146a17 use nextcloud.log suffix for log files of desktop client
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-12-15 11:11:20 +01:00
..
creds fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +01:00
vfs fix regressions on pinState management when doing renames 2022-11-24 15:26:15 +01:00
abstractnetworkjob.cpp Fix deprecation warnings. 2022-09-17 09:47:15 +02:00
abstractnetworkjob.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
abstractpropagateremotedeleteencrypted.cpp Do not ignore return values for SyncJournalDB in accountsettings folderstatusmodel activitylistmodel abstractpropagateremotedeleteyncrypted lockgilejobs and propagator jobs 2022-09-17 09:47:15 +02:00
abstractpropagateremotedeleteencrypted.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
accessmanager.cpp Fix deprecation warnings. 2022-09-17 09:47:15 +02:00
accessmanager.h Use the http logger with the unittests 2021-05-06 07:35:59 +00:00
account.cpp Register askUserForMneominc in property system 2022-12-09 12:12:37 +01:00
account.h Register askUserForMneominc in property system 2022-12-09 12:12:37 +01:00
accountfwd.h
bandwidthmanager.cpp
bandwidthmanager.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
bulkpropagatorjob.cpp Implement 'Leave this share' context menu entry. Fix incorrect sharing state for incoming and my shares in custom state icons and local database. 2022-11-22 12:14:20 +01:00
bulkpropagatorjob.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
capabilities.cpp improve logs of E2EE API to not pollute logs 2022-11-07 18:33:13 +01:00
capabilities.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
clientproxy.cpp
clientproxy.h
clientsideencryption.cpp Only request mnemonic when user explicitly wants to enable E2EE 2022-12-09 12:12:37 +01:00
clientsideencryption.h E2EE. Do not generate keypair without user request. 2022-11-01 09:18:28 +01:00
clientsideencryptionjobs.cpp Make encryption job errors provide descriptive error messages 2022-12-13 13:27:56 +01:00
clientsideencryptionjobs.h Make encryption job errors provide descriptive error messages 2022-12-13 13:27:56 +01:00
CMakeLists.txt Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
configfile.cpp alway use constexpr for all text constants 2022-10-02 14:42:01 +02:00
configfile.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
cookiejar.cpp
cookiejar.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
datetimeprovider.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
datetimeprovider.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
deletejob.cpp Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 2022-01-11 13:37:09 +00:00
deletejob.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
discovery.cpp Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
discovery.h Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
discoveryphase.cpp Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
discoveryphase.h Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
encryptfolderjob.cpp Make encryption job errors provide descriptive error messages 2022-12-13 13:27:56 +01:00
encryptfolderjob.h Make encryption job errors provide descriptive error messages 2022-12-13 13:27:56 +01:00
filesystem.cpp force download from server for local files that have invalid dates 2021-12-14 10:00:59 +01:00
filesystem.h
helpers.cpp Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
helpers.h Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
httplogger.cpp
httplogger.h
iconjob.cpp Fix deprecation warnings. 2022-09-17 09:47:15 +02:00
iconjob.h IconJob: Send request through the accounts NAS 2021-11-10 13:11:49 +01:00
libsync.md
localdiscoverytracker.cpp
localdiscoverytracker.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
lockfilejobs.cpp Do not ignore return values for SyncJournalDB in accountsettings folderstatusmodel activitylistmodel abstractpropagateremotedeleteyncrypted lockgilejobs and propagator jobs 2022-09-17 09:47:15 +02:00
lockfilejobs.h introduce new jobs to handle lock/unlock of files 2022-05-02 13:52:05 +02:00
logger.cpp use nextcloud.log suffix for log files of desktop client 2022-12-15 11:11:20 +01:00
logger.h Always call doLog to ensure we get a crash log 2021-08-23 09:44:34 +02:00
networkjobs.cpp Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
networkjobs.h Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
nextcloudtheme.cpp
nextcloudtheme.h
ocsprofileconnector.cpp IconJob: Send request through the accounts NAS 2021-11-10 13:11:49 +01:00
ocsprofileconnector.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
ocsuserstatusconnector.cpp Fix bugs with setting 'Away' user status 2022-08-08 17:34:11 +02:00
ocsuserstatusconnector.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
owncloudpropagator_p.h Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
owncloudpropagator.cpp do not use bulk upload for e2ee files 2022-12-09 08:57:31 +01:00
owncloudpropagator.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
progressdispatcher.cpp Categorise file name clash sync file issues as separate FileNameClash enum treated as warning 2022-09-26 12:10:38 +02:00
progressdispatcher.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
propagatedownload.cpp Categorise file name clash sync file issues as separate FileNameClash enum treated as warning 2022-09-26 12:10:38 +02:00
propagatedownload.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
propagatedownloadencrypted.cpp
propagatedownloadencrypted.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
propagateremotedelete.cpp Revert "Remove behavior changes." 2022-09-17 09:47:15 +02:00
propagateremotedelete.h
propagateremotedeleteencrypted.cpp
propagateremotedeleteencrypted.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
propagateremotedeleteencryptedrootfolder.cpp Do not ignore return values for SyncJournalDB in accountsettings folderstatusmodel activitylistmodel abstractpropagateremotedeleteyncrypted lockgilejobs and propagator jobs 2022-09-17 09:47:15 +02:00
propagateremotedeleteencryptedrootfolder.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
propagateremotemkdir.cpp Implement 'Leave this share' context menu entry. Fix incorrect sharing state for incoming and my shares in custom state icons and local database. 2022-11-22 12:14:20 +01:00
propagateremotemkdir.h Set permissions for new folder 2021-08-23 09:40:26 +02:00
propagateremotemove.cpp fix regressions on pinState management when doing renames 2022-11-24 15:26:15 +01:00
propagateremotemove.h Add dialog to resolve invalid filenames 2021-09-23 10:45:15 +00:00
propagateupload.cpp avoid deleting renamed file with spaces in name 2022-04-06 07:32:02 +00:00
propagateupload.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
propagateuploadencrypted.cpp
propagateuploadencrypted.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
propagateuploadng.cpp add log statements for each new assert about invalid modified time 2021-12-08 07:22:24 +00:00
propagateuploadv1.cpp add log statements for each new assert about invalid modified time 2021-12-08 07:22:24 +00:00
propagatorjobs.cpp a case clash error is a case clash error 2022-11-30 11:49:35 +01:00
propagatorjobs.h tidy code to fix review comments 2022-11-18 09:11:41 +01:00
pushnotifications.cpp prevent infinte recursion when closing a websocket in case of SSL errors 2021-09-07 07:09:43 +00:00
pushnotifications.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
putmultifilejob.cpp implement bulk upload 2021-11-24 16:17:47 +01:00
putmultifilejob.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
syncengine.cpp Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
syncengine.h Fix CI errors for Edit Locally. 2022-12-06 15:31:24 +01:00
syncfileitem.cpp Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
syncfileitem.h Edit locally job will only sync a specific file by modifying the state of the Sync Engine. All other running syncs will get terminated. Syncing is now optimized to run faster and it checks if the file has changed on the server before syncing it. 2022-12-06 09:37:03 +01:00
syncfilestatustracker.cpp print sync direction in SyncFileStatusTracker::slotAboutToPropagate 2022-07-20 14:17:49 +02:00
syncfilestatustracker.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
syncoptions.cpp fix clang-tidy check for usage of =default 2021-08-23 09:44:34 +02:00
syncoptions.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
syncresult.cpp Categorise file name clash sync file issues as separate FileNameClash enum treated as warning 2022-09-26 12:10:38 +02:00
syncresult.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
theme.cpp Use material icons for lock and state-info 2022-11-25 11:53:41 +01:00
theme.h Use material icons for lock and state-info 2022-11-25 11:53:41 +01:00
userstatusconnector.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
userstatusconnector.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
wordlist.cpp
wordlist.h