nextcloud-desktop/src/libsync
Felix Weilbach d6e60cd8d4 Don't log encryption data in release mode
We deliver our builds to users with debug logging enabled to have an
easier time finding problems. However, logging all the encryption data
in this loop is too much and should not be done in release mode.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-27 19:50:38 +00:00
..
creds let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
vfs Fixed warnings by using static_cast 2021-09-13 13:05:41 +03:00
abstractnetworkjob.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
abstractnetworkjob.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
abstractpropagateremotedeleteencrypted.cpp Make sure we pass a full remote path to LSCOL jobs 2021-02-04 11:16:48 +00:00
abstractpropagateremotedeleteencrypted.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
accessmanager.cpp Simplify uuid handling 2021-08-23 09:40:26 +02:00
accessmanager.h Use the http logger with the unittests 2021-05-06 07:35:59 +00:00
account.cpp Emit user status changed after clear user status 2021-09-14 07:26:46 +00:00
account.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
accountfwd.h Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
bandwidthmanager.cpp SyncEngine: no need to use QAtomicInt 2020-12-15 10:59:05 +01:00
bandwidthmanager.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
capabilities.cpp Check server capabilities for file sharing default permissions. 2021-09-27 08:53:45 +00:00
capabilities.h Check server capabilities for file sharing default permissions. 2021-09-27 08:53:45 +00:00
clientproxy.cpp Fix libsync exports for proxy changes in #1886 2020-06-18 21:05:11 +02:00
clientproxy.h Fix libsync exports for proxy changes in #1886 2020-06-18 21:05:11 +02:00
clientsideencryption.cpp Don't log encryption data in release mode 2021-09-27 19:50:38 +00:00
clientsideencryption.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
clientsideencryptionjobs.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
clientsideencryptionjobs.h Implement nested items removal when removing root encrypted folder. 2021-01-11 21:12:58 +02:00
CMakeLists.txt Fixed warnings from ntstatus.h on Windows 2021-09-13 13:05:41 +03:00
configfile.cpp Use QRandomGenerator instead of qrand 2021-09-08 08:54:00 +00:00
configfile.h Revert Added config parameter that allows to bypass checksum validation failure. 2021-07-28 07:57:10 +00:00
cookiejar.cpp Fix saving of cookies 2020-12-15 10:59:06 +01:00
cookiejar.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
datetimeprovider.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
datetimeprovider.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
deletejob.cpp Implement nested items removal when removing root encrypted folder. 2021-01-11 21:12:58 +02:00
deletejob.h Implement nested items removal when removing root encrypted folder. 2021-01-11 21:12:58 +02:00
discovery.cpp Fix warnings 2021-09-17 13:32:26 +00:00
discovery.h Fix warnings related to wrong ordering of ctor init 2021-08-26 15:52:25 +00:00
discoveryphase.cpp Use byte array for etag 2021-08-23 09:44:33 +02:00
discoveryphase.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
encryptfolderjob.cpp Implement nested items removal when removing root encrypted folder. 2021-01-11 21:12:58 +02:00
encryptfolderjob.h Set the encrypted flag in the database when EncryptFolderJob succeeds 2020-12-15 10:59:22 +01:00
filesystem.cpp Log fallback result 2021-08-23 09:44:34 +02:00
filesystem.h [libsync] Export verifyFileUnchanged 2020-12-15 10:59:03 +01:00
httplogger.cpp Include auth type in http log 2020-12-30 16:17:46 +01:00
httplogger.h Log the final http request 2020-12-30 16:17:41 +01:00
libsync.md
localdiscoverytracker.cpp Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
localdiscoverytracker.h Please the clang-tidy overlord 2020-12-15 11:01:53 +01:00
logger.cpp endl has been deprecated 2021-09-08 08:54:00 +00:00
logger.h Always call doLog to ensure we get a crash log 2021-08-23 09:44:34 +02:00
networkjobs.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
networkjobs.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
nextcloudtheme.cpp Restyle wizard pages 2021-03-10 09:55:40 +01:00
nextcloudtheme.h Show URL placeholder hint in wizard 2020-05-23 18:32:15 +02:00
ocsuserstatusconnector.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
ocsuserstatusconnector.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
owncloudpropagator_p.h Don't fatal on "Storage temporarily unavailable" 2020-12-15 10:58:57 +01:00
owncloudpropagator.cpp Fix warnings 2021-09-17 13:32:26 +00:00
owncloudpropagator.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
progressdispatcher.cpp Fix warnings about signedness 2020-12-15 10:58:41 +01:00
progressdispatcher.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
propagatedownload.cpp Fix warnings 2021-09-17 13:32:26 +00:00
propagatedownload.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
propagatedownloadencrypted.cpp Add missing error handling for downloads of client side encryption 2021-03-11 10:59:08 +00:00
propagatedownloadencrypted.h Add missing error handling for downloads of client side encryption 2021-03-11 10:59:08 +00:00
propagateremotedelete.cpp Increase logging around file removal events 2021-03-22 07:48:39 +00:00
propagateremotedelete.h Fix E2EE root folder rename issue. 2021-01-25 10:35:30 +02:00
propagateremotedeleteencrypted.cpp Implement nested items removal when removing root encrypted folder. 2021-01-11 21:12:58 +02:00
propagateremotedeleteencrypted.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
propagateremotedeleteencryptedrootfolder.cpp Implement nested items removal when removing root encrypted folder. 2021-01-11 21:12:58 +02:00
propagateremotedeleteencryptedrootfolder.h switch from Q_DECL_OVERRIDE to plain override 2021-08-31 08:35:57 +00:00
propagateremotemkdir.cpp Add dialog to resolve invalid filenames 2021-09-23 10:45:15 +00:00
propagateremotemkdir.h Set permissions for new folder 2021-08-23 09:40:26 +02:00
propagateremotemove.cpp Check result of setPinState() 2021-08-11 20:20:39 +00:00
propagateremotemove.h Add dialog to resolve invalid filenames 2021-09-23 10:45:15 +00:00
propagateupload.cpp Check result of setPinState() 2021-08-11 20:20:39 +00:00
propagateupload.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
propagateuploadencrypted.cpp E2EE Fix incorrect name of a nested encrypted item in the Settings dialog when the root folder is non-encrypted and it is renamed. 2021-01-25 10:35:54 +02:00
propagateuploadencrypted.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
propagateuploadng.cpp Use QRandomGenerator instead of qrand 2021-09-08 08:54:00 +00:00
propagateuploadv1.cpp Use QRandomGenerator instead of qrand 2021-09-08 08:54:00 +00:00
propagatorjobs.cpp Check result of setPinState() 2021-08-11 20:20:39 +00:00
propagatorjobs.h Take care of mangled paths on download as well 2020-06-30 11:29:08 +02: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 let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
syncengine.cpp Replace deprecated use of QProcess::execute() 2021-09-08 08:54:00 +00:00
syncengine.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
syncfileitem.cpp Fix incorrect logger output for non-latin strings. 2021-02-16 09:30:08 +02:00
syncfileitem.h Display invalid filenames as warning 2021-04-13 14:58:51 +00:00
syncfilestatustracker.cpp Fix various deprecated warnings 2021-09-08 08:54:00 +00:00
syncfilestatustracker.h Discovery: Add signal for silentlyExcluded files 2020-12-15 10:58:37 +01:00
syncoptions.cpp fix clang-tidy check for usage of =default 2021-08-23 09:44:34 +02:00
syncoptions.h Add socket command to upload a selection of files based on a regex 2021-08-23 09:44:34 +02:00
syncresult.cpp Enable the modernize-use-equals-default check on clang-tidy 2020-08-13 14:19:42 +02:00
syncresult.h Log: Improve log message [ info gui.folder ]: Folder sync result: 4... 2020-12-15 10:59:15 +01:00
theme.cpp endl has been deprecated 2021-09-08 08:54:00 +00:00
theme.h Enable share to Talk and Email. Display correct icon. Added unit tests. 2021-09-06 13:27:39 +00:00
userstatusconnector.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
userstatusconnector.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
wordlist.cpp Enable bugprone-narrowing-conversions clang-tidy check 2020-09-01 06:37:03 +00:00
wordlist.h Export the WordList functions 2020-10-08 15:58:29 +02:00