alex-z 3be820d9a3 Group folder visibility improvements. Show dropdown in tray window. 2 лет назад
..
creds d2f5c6a5c7 initialize many attributes that could have been left without init value 3 лет назад
vfs 5b1238ddb1 compilation fixes for windows 2 лет назад
CMakeLists.txt b6ba1fe0d6 Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. 3 лет назад
abstractnetworkjob.cpp 079d392d36 move init to default value in class declaration 3 лет назад
abstractnetworkjob.h 079d392d36 move init to default value in class declaration 3 лет назад
abstractpropagateremotedeleteencrypted.cpp bd9eb0c89f Always unlock E2EE folders, even when network failure or crash. 3 лет назад
abstractpropagateremotedeleteencrypted.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
accessmanager.cpp ffb7fcad7d Fix deprecation warnings. 3 лет назад
accessmanager.h 17a1a630a4 Use the http logger with the unittests 4 лет назад
account.cpp 90e3a37a20 E2EE. Fix freeze on metadata checksum validation. 2 лет назад
account.h 90e3a37a20 E2EE. Fix freeze on metadata checksum validation. 2 лет назад
accountfwd.h d58ec4bf70 Enable the modernize-use-using check on clang-tidy 5 лет назад
bandwidthmanager.cpp 079d392d36 move init to default value in class declaration 3 лет назад
bandwidthmanager.h 079d392d36 move init to default value in class declaration 3 лет назад
bulkpropagatorjob.cpp b6ba1fe0d6 Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. 3 лет назад
bulkpropagatorjob.h b6ba1fe0d6 Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. 3 лет назад
capabilities.cpp 3be820d9a3 Group folder visibility improvements. Show dropdown in tray window. 2 лет назад
capabilities.h 3be820d9a3 Group folder visibility improvements. Show dropdown in tray window. 2 лет назад
caseclashconflictsolver.cpp 09a0fa7908 l10n: Fixed grammar 3 лет назад
caseclashconflictsolver.h eb9a496f41 use #pragma once instead of include guards 3 лет назад
clientproxy.cpp 92c8d6836b Fix libsync exports for proxy changes in #1886 5 лет назад
clientproxy.h 92c8d6836b Fix libsync exports for proxy changes in #1886 5 лет назад
clientsideencryption.cpp 90e3a37a20 E2EE. Fix freeze on metadata checksum validation. 2 лет назад
clientsideencryption.h 90e3a37a20 E2EE. Fix freeze on metadata checksum validation. 2 лет назад
clientsideencryptionjobs.cpp b121a127c1 improve logging when receiving metadata for encrypted folder 2 лет назад
clientsideencryptionjobs.h d2f5c6a5c7 initialize many attributes that could have been left without init value 3 лет назад
configfile.cpp be4b8066c3 Add static discoveredLegacyConfigPath member to configfile 2 лет назад
configfile.h be4b8066c3 Add static discoveredLegacyConfigPath member to configfile 2 лет назад
cookiejar.cpp 9564e5e92e Fix saving of cookies 5 лет назад
cookiejar.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
datetimeprovider.cpp 8a8d488454 Add dialog to set user status 4 лет назад
datetimeprovider.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
deletejob.cpp 225753a8c0 Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 4 лет назад
deletejob.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
discovery.cpp 94869783d3 allow to read v1.2 from buggy v3.8.0 client 2 лет назад
discovery.h 867249f339 Do not sync encrypted folders if the E2EE mnemonic is not entered. Automatically blacklist them. Remove from blacklist once the E2EE mnemonic is provided. 3 лет назад
discoveryphase.cpp 3be820d9a3 Group folder visibility improvements. Show dropdown in tray window. 2 лет назад
discoveryphase.h 8659df2266 prevent downgrading e2ee metadata format after initial migration 2 лет назад
encryptfolderjob.cpp 7118fc4650 use a better name for encryption status attributes 2 лет назад
encryptfolderjob.h 19d5919b39 Make encryption job errors provide descriptive error messages 3 лет назад
filesystem.cpp 602b8db5e2 handle case clash conflicts in a similar way to content conflicts 3 лет назад
filesystem.h 43c7e32ee1 [libsync] Export verifyFileUnchanged 5 лет назад
helpers.cpp b673ab996e 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. 3 лет назад
helpers.h b673ab996e 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. 3 лет назад
httplogger.cpp 157d526129 Include auth type in http log 5 лет назад
httplogger.h f6f7789afa Log the final http request 5 лет назад
iconjob.cpp ffb7fcad7d Fix deprecation warnings. 3 лет назад
iconjob.h 3e368ee4df IconJob: Send request through the accounts NAS 4 лет назад
libsync.md 0735aa1fbd Structure developer documentation 10 лет назад
localdiscoverytracker.cpp c57eff6fd8 Please the clang-tidy overlord 5 лет назад
localdiscoverytracker.h 61c792c6f4 fully qualify types in signals and slots 3 лет назад
lockfilejobs.cpp 65cd8d06bc Do not ignore return values for SyncJournalDB in accountsettings folderstatusmodel activitylistmodel abstractpropagateremotedeleteyncrypted lockgilejobs and propagator jobs 3 лет назад
lockfilejobs.h fcd07f26a3 introduce new jobs to handle lock/unlock of files 3 лет назад
logger.cpp 9c8b624ef7 protect all access to shared data by mutexes 2 лет назад
logger.h 9c8b624ef7 protect all access to shared data by mutexes 2 лет назад
networkjobs.cpp 079d392d36 move init to default value in class declaration 3 лет назад
networkjobs.h 079d392d36 move init to default value in class declaration 3 лет назад
nextcloudtheme.cpp e0b7ef15b2 Restyle wizard pages 5 лет назад
nextcloudtheme.h 85a2020982 tidy up code in Theme class 2 лет назад
ocsprofileconnector.cpp 3e368ee4df IconJob: Send request through the accounts NAS 4 лет назад
ocsprofileconnector.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
ocsuserstatusconnector.cpp 2209052f70 Fix bugs with setting 'Away' user status 3 лет назад
ocsuserstatusconnector.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
owncloudpropagator.cpp 90e3a37a20 E2EE. Fix freeze on metadata checksum validation. 2 лет назад
owncloudpropagator.h 7c655cf679 use a getter to query encryption status 2 лет назад
owncloudpropagator_p.h b673ab996e 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. 3 лет назад
progressdispatcher.cpp d2f5c6a5c7 initialize many attributes that could have been left without init value 3 лет назад
progressdispatcher.h c895359e6b manually fix some variables without init values 3 лет назад
propagatedownload.cpp 7c655cf679 use a getter to query encryption status 2 лет назад
propagatedownload.h 7c655cf679 use a getter to query encryption status 2 лет назад
propagatedownloadencrypted.cpp 7118fc4650 use a better name for encryption status attributes 2 лет назад
propagatedownloadencrypted.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
propagateremotedelete.cpp 7c655cf679 use a getter to query encryption status 2 лет назад
propagateremotedelete.h 79fe231acc Fix E2EE root folder rename issue. 5 лет назад
propagateremotedeleteencrypted.cpp 7118fc4650 use a better name for encryption status attributes 2 лет назад
propagateremotedeleteencrypted.h d17d831205 switch from Q_DECL_OVERRIDE to plain override 4 лет назад
propagateremotedeleteencryptedrootfolder.cpp 7118fc4650 use a better name for encryption status attributes 2 лет назад
propagateremotedeleteencryptedrootfolder.h d17d831205 switch from Q_DECL_OVERRIDE to plain override 4 лет назад
propagateremotemkdir.cpp 7118fc4650 use a better name for encryption status attributes 2 лет назад
propagateremotemkdir.h 079d392d36 move init to default value in class declaration 3 лет назад
propagateremotemove.cpp bbb77dc4f7 Remove unused targetFile QString in propagateremotemove 3 лет назад
propagateremotemove.h b6ba1fe0d6 Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. 3 лет назад
propagateupload.cpp 7c655cf679 use a getter to query encryption status 2 лет назад
propagateupload.h 079d392d36 move init to default value in class declaration 3 лет назад
propagateuploadencrypted.cpp 7118fc4650 use a better name for encryption status attributes 2 лет назад
propagateuploadencrypted.h 286a43e9fb Fix memory leak. 3 лет назад
propagateuploadng.cpp 8696670909 add log statements for each new assert about invalid modified time 4 лет назад
propagateuploadv1.cpp 8696670909 add log statements for each new assert about invalid modified time 4 лет назад
propagatorjobs.cpp 602b8db5e2 handle case clash conflicts in a similar way to content conflicts 3 лет назад
propagatorjobs.h b6ba1fe0d6 Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. 3 лет назад
pushnotifications.cpp 95e3ecfd3c prevent infinte recursion when closing a websocket in case of SSL errors 4 лет назад
pushnotifications.h 61c792c6f4 fully qualify types in signals and slots 3 лет назад
putmultifilejob.cpp c194605c35 implement bulk upload 4 лет назад
putmultifilejob.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
syncengine.cpp 90e3a37a20 E2EE. Fix freeze on metadata checksum validation. 2 лет назад
syncengine.h 5cb3266f7f fix compilation with clazy and fully-qualified-moc-types checks enabled 2 лет назад
syncfileitem.cpp 94869783d3 allow to read v1.2 from buggy v3.8.0 client 2 лет назад
syncfileitem.h 94869783d3 allow to read v1.2 from buggy v3.8.0 client 2 лет назад
syncfilestatustracker.cpp 659cf7763f print sync direction in SyncFileStatusTracker::slotAboutToPropagate 3 лет назад
syncfilestatustracker.h 61c792c6f4 fully qualify types in signals and slots 3 лет назад
syncoptions.cpp 0456cacd79 fix clang-tidy check for usage of =default 4 лет назад
syncoptions.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
syncresult.cpp 6fa2542a10 Categorise file name clash sync file issues as separate FileNameClash enum treated as warning 3 лет назад
syncresult.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 лет назад
theme.cpp 903c475d5a store in config file that we want to enable vfs when generating config 2 лет назад
theme.h 85a2020982 tidy up code in Theme class 2 лет назад
updatefiledropmetadata.cpp 8659df2266 prevent downgrading e2ee metadata format after initial migration 2 лет назад
updatefiledropmetadata.h 5cb3266f7f fix compilation with clazy and fully-qualified-moc-types checks enabled 2 лет назад
userstatusconnector.cpp 8a8d488454 Add dialog to set user status 4 лет назад
userstatusconnector.h 76e88572d6 more fixes for attributes without init value 3 лет назад
wordlist.cpp 80cc196f6f Enable bugprone-narrowing-conversions clang-tidy check 5 лет назад
wordlist.h a53a87a3eb Export the WordList functions 5 лет назад