desktop/src/libsync
Claudio Cambra a504dbf965 Close call notifications when the call has been joined by the user, or the call has ended
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-07-01 11:39:50 +02:00
..
creds Replace deprecated QRegExp with QRegularExpression. 2021-11-02 08:54:06 +00:00
vfs Fix segfault when _transferDataSocket is nullptr. 2022-06-21 09:34:10 +02:00
CMakeLists.txt introduce new jobs to handle lock/unlock of files 2022-05-02 13:52:05 +02:00
abstractnetworkjob.cpp implement bulk upload 2021-11-24 16:17:47 +01:00
abstractnetworkjob.h implement bulk upload 2021-11-24 16:17:47 +01: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 Close call notifications when the call has been joined by the user, or the call has ended 2022-07-01 11:39:50 +02:00
account.h Close call notifications when the call has been joined by the user, or the call has ended 2022-07-01 11:39:50 +02:00
accountfwd.h
bandwidthmanager.cpp
bandwidthmanager.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
bulkpropagatorjob.cpp l10n: Changed spelling 2022-02-28 18:40:26 +01:00
bulkpropagatorjob.h ensure bulk upload jobs finished after an error 2021-12-14 15:28:42 +00:00
capabilities.cpp detect capabilities for lock/unlock of files 2022-05-02 13:52:05 +02:00
capabilities.h detect capabilities for lock/unlock of files 2022-05-02 13:52:05 +02:00
clientproxy.cpp
clientproxy.h
clientsideencryption.cpp i18n: Fix for "end-to-end" 2022-06-28 08:55:54 +02: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
configfile.cpp Add an incoming talk call notification to the desktop client 2022-04-28 09:13:13 +02:00
configfile.h Add an incoming talk call notification to the desktop client 2022-04-28 09:13:13 +02:00
cookiejar.cpp
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 Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 2022-01-11 13:37:09 +00:00
deletejob.h Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 2022-01-11 13:37:09 +00:00
discovery.cpp Allow manual renaming of files and folders with spaces. Allow uploading invalid file name via the InvalidFileName dialog. 2022-05-16 18:07:26 +03:00
discovery.h Allow manual renaming of files and folders with spaces. Allow uploading invalid file name via the InvalidFileName dialog. 2022-05-16 18:07:26 +03:00
discoveryphase.cpp fetch and store in sync database information abot lock state of files 2022-05-02 13:52:05 +02:00
discoveryphase.h Allow manual renaming of files and folders with spaces. Allow uploading invalid file name via the InvalidFileName dialog. 2022-05-16 18:07:26 +03: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 force download from server for local files that have invalid dates 2021-12-14 10:00:59 +01:00
filesystem.h
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
iconjob.cpp IconJob: Send request through the accounts NAS 2021-11-10 13:11:49 +01:00
iconjob.h IconJob: Send request through the accounts NAS 2021-11-10 13:11:49 +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
lockfilejobs.cpp add automated tests for LockFileJob to validate proper behavior 2022-05-02 13:52:05 +02:00
lockfilejobs.h introduce new jobs to handle lock/unlock of files 2022-05-02 13:52:05 +02:00
logger.cpp write logs to Output window of Visual Studio 2022-01-12 11:59:34 +02:00
logger.h Always call doLog to ensure we get a crash log 2021-08-23 09:44:34 +02:00
networkjobs.cpp Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. 2022-05-16 10:47:05 +03:00
networkjobs.h Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. 2022-05-16 10:47:05 +03:00
nextcloudtheme.cpp Restyle wizard pages 2021-03-10 09:55:40 +01:00
nextcloudtheme.h
ocsprofileconnector.cpp IconJob: Send request through the accounts NAS 2021-11-10 13:11:49 +01:00
ocsprofileconnector.h Add profile page 2021-11-10 13:11:47 +01:00
ocsuserstatusconnector.cpp Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. 2022-05-16 10:47:05 +03:00
ocsuserstatusconnector.h Add dialog to set user status 2021-09-09 11:18:22 +02:00
owncloudpropagator.cpp Fix review comments from Matthieu. Using curent reverse iterator when searching for parent. 2022-02-25 15:31:26 +00:00
owncloudpropagator.h Do not remove a folder that has files that were not uploaded yet during propagation. 2022-02-25 15:31:26 +00:00
owncloudpropagator_p.h implement bulk upload 2021-11-24 16:17:47 +01:00
progressdispatcher.cpp
progressdispatcher.h let clang-tidy add missing override after enabling again the check 2021-08-31 08:35:56 +00:00
propagatedownload.cpp fetch and store in sync database information abot lock state of files 2022-05-02 13:52:05 +02:00
propagatedownload.h Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 2022-01-11 13:37:09 +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 avoid deleting renamed file with spaces in name 2022-04-06 07:32:02 +00:00
propagateremotemkdir.h Set permissions for new folder 2021-08-23 09:40:26 +02:00
propagateremotemove.cpp Rollback local move when server move has failed. 2022-02-23 16:53:26 +02: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 make AbstractNetworkJob::errorString virtual: it is already overriden 2021-11-24 16:17:47 +01: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 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 Check result of setPinState() 2021-08-11 20:20:39 +00:00
propagatorjobs.h Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 2022-01-11 13:37:09 +00: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
putmultifilejob.cpp implement bulk upload 2021-11-24 16:17:47 +01:00
putmultifilejob.h implement bulk upload 2021-11-24 16:17:47 +01:00
syncengine.cpp Allow manual renaming of files and folders with spaces. Allow uploading invalid file name via the InvalidFileName dialog. 2022-05-16 18:07:26 +03:00
syncengine.h Allow manual renaming of files and folders with spaces. Allow uploading invalid file name via the InvalidFileName dialog. 2022-05-16 18:07:26 +03:00
syncfileitem.cpp fetch and store in sync database information abot lock state of files 2022-05-02 13:52:05 +02:00
syncfileitem.h fetch and store in sync database information abot lock state of files 2022-05-02 13:52:05 +02:00
syncfilestatustracker.cpp Fix various deprecated warnings 2021-09-08 08:54:00 +00:00
syncfilestatustracker.h
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 Make client language gender-neutral and more clear 2022-06-24 14:36:36 +02:00
syncresult.h
theme.cpp Darkmode. Fix crash on exit. 2022-04-01 08:41:35 +00:00
theme.h Make client language gender-neutral and more clear 2022-06-24 14:36:36 +02:00
userstatusconnector.cpp Add dialog to set user status 2021-09-09 11:18:22 +02:00
userstatusconnector.h Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. 2022-05-16 10:47:05 +03:00
wordlist.cpp
wordlist.h