| .. |
|
creds
|
Remove OAuth authentication method as it is now unused
|
2023-09-19 14:58:17 +08:00 |
|
vfs
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
abstractnetworkjob.cpp
|
Modernize extractErrorMessage and AbstractNetworkJob::errorStringParsingBody.
|
2024-02-07 14:24:30 -03:00 |
|
abstractnetworkjob.h
|
Fix residual typos found by codespell
|
2023-09-16 20:36:56 +02:00 |
|
accessmanager.cpp
|
Fix typos found by codespell
|
2023-06-21 08:47:13 +02:00 |
|
accessmanager.h
|
|
|
|
account.cpp
|
File locking. Manual lock should never be modified without user intervention. Set token lock instead of user lock when locking office files automatically.
|
2024-01-18 10:21:09 +01:00 |
|
account.h
|
File locking. Manual lock should never be modified without user intervention. Set token lock instead of user lock when locking office files automatically.
|
2024-01-18 10:21:09 +01:00 |
|
accountfwd.h
|
|
|
|
bandwidthmanager.cpp
|
downgrade some log lines to be less verbose
|
2023-06-12 17:54:03 +02:00 |
|
bandwidthmanager.h
|
move init to default value in class declaration
|
2023-02-06 10:43:05 +01:00 |
|
basepropagateremotedeleteencrypted.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
basepropagateremotedeleteencrypted.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
bulkpropagatorjob.cpp
|
Report error Virus Detected. Updated tests.
|
2023-12-11 18:03:57 +01:00 |
|
bulkpropagatorjob.h
|
Fix. Bulk upload. Accumulate sent bytes. Fix negative value in UI.
|
2023-11-20 17:02:31 +01:00 |
|
capabilities.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
capabilities.h
|
File locking. Manual lock should never be modified without user intervention. Set token lock instead of user lock when locking office files automatically.
|
2024-01-18 10:21:09 +01:00 |
|
caseclashconflictsolver.cpp
|
l10n: Fixed grammar
|
2023-02-15 19:58:23 +01:00 |
|
caseclashconflictsolver.h
|
use #pragma once instead of include guards
|
2023-01-25 16:37:37 +01:00 |
|
clientproxy.cpp
|
|
|
|
clientproxy.h
|
|
|
|
clientsideencryption.cpp
|
suppress deprecated warnings from openssl
|
2024-02-06 08:45:33 +01:00 |
|
clientsideencryption.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
clientsideencryptionjobs.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
clientsideencryptionjobs.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
clientsideencryptionprimitives.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
clientsideencryptionprimitives.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
clientstatusreporting.cpp
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
|
clientstatusreporting.h
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
|
clientstatusreportingcommon.cpp
|
Client Status Reporting. Only report statuses listed on the server.
|
2024-02-28 14:47:37 +01:00 |
|
clientstatusreportingcommon.h
|
Client Status Reporting. Only report statuses listed on the server.
|
2024-02-28 14:47:37 +01:00 |
|
clientstatusreportingdatabase.cpp
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
|
clientstatusreportingdatabase.h
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
|
clientstatusreportingnetwork.cpp
|
Client Status Reporting. Only report statuses listed on the server.
|
2024-02-28 14:47:37 +01:00 |
|
clientstatusreportingnetwork.h
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
|
clientstatusreportingrecord.h
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
|
CMakeLists.txt
|
we require c++-17
|
2024-03-12 23:30:02 +01:00 |
|
configfile.cpp
|
use the proper name when reading system exclude config file
|
2024-03-22 10:40:45 +01:00 |
|
configfile.h
|
Remove ConfigFile().macFileProviderModuleEnabled() config flag
|
2024-02-19 22:45:10 +08:00 |
|
cookiejar.cpp
|
|
|
|
cookiejar.h
|
add [[nodiscard]] attribute via clang-tidy
|
2022-10-04 11:14:45 +02:00 |
|
datetimeprovider.cpp
|
|
|
|
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
|
E2EE with VFS. Disallow MOVE as it is not supported. Prevent data loss.
|
2024-03-20 01:08:34 +01:00 |
|
discovery.h
|
Do not upload modified PDF file while it is open in Kofax PowerPDF on Windows. Prevents signature verification failure.
|
2024-02-14 08:25:21 +01:00 |
|
discoveryphase.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
discoveryphase.h
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
encryptedfoldermetadatahandler.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
encryptedfoldermetadatahandler.h
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
encryptfolderjob.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
encryptfolderjob.h
|
Bugfix. E2EE V2. Fix incorrect root e2ee folder path search in local db.
|
2024-02-28 15:37:50 +01:00 |
|
filesystem.cpp
|
newly created folders will be read-only when needed
|
2024-03-12 23:30:02 +01:00 |
|
filesystem.h
|
newly created folders will be read-only when needed
|
2024-03-12 23:30:02 +01:00 |
|
foldermetadata.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
foldermetadata.h
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
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
|
add extra logs to investigate lock type issues
|
2024-02-19 14:53:47 +01:00 |
|
lockfilejobs.h
|
File locking. Manual lock should never be modified without user intervention. Set token lock instead of user lock when locking office files automatically.
|
2024-01-18 10:21:09 +01:00 |
|
logger.cpp
|
Use a standardised locale to create log file filenames, fixing issues with certain locales
|
2023-09-13 17:16:56 +08:00 |
|
logger.h
|
Remove redundant "optional" gui log functions which relly just call gui log under the hood
|
2023-08-04 17:40:39 +08:00 |
|
networkjobs.cpp
|
Bugfix. Random crash in LsColJob after recent changes.
|
2024-01-30 09:34:29 +01:00 |
|
networkjobs.h
|
Allow event processing between each XML parser run, to improve GUI performance.
|
2024-01-29 18:32:01 +01:00 |
|
nextcloudtheme.cpp
|
|
|
|
nextcloudtheme.h
|
tidy up code in Theme class
|
2023-03-22 10:17:28 +01:00 |
|
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
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
|
owncloudpropagator.cpp
|
newly created folders will be read-only when needed
|
2024-03-12 23:30:02 +01:00 |
|
owncloudpropagator.h
|
Bugfix. E2EE V2. Fix incorrect root e2ee folder path search in local db.
|
2024-02-28 15:37:50 +01:00 |
|
progressdispatcher.cpp
|
Fix typos found by codespell
|
2023-06-21 08:47:13 +02:00 |
|
progressdispatcher.h
|
add more metadata to sync errors to allow filtering
|
2023-06-07 17:25:44 +02:00 |
|
propagatedownload.cpp
|
Bugfix. Files-lock. Inorrect readonly state for TokenLock.
|
2024-03-17 17:02:54 +01:00 |
|
propagatedownload.h
|
newly created folders will be read-only when needed
|
2024-03-12 23:30:02 +01:00 |
|
propagatedownloadencrypted.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
propagatedownloadencrypted.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotedelete.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotedelete.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotedeleteencrypted.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotedeleteencrypted.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotedeleteencryptedrootfolder.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotedeleteencryptedrootfolder.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotemkdir.cpp
|
Bugfix. E2EE V2. Fix incorrect root e2ee folder path search in local db.
|
2024-02-28 15:37:50 +01:00 |
|
propagateremotemkdir.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateremotemove.cpp
|
add more metadata to sync errors to allow filtering
|
2023-06-07 17:25:44 +02:00 |
|
propagateremotemove.h
|
Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders.
|
2023-03-02 19:29:11 +01:00 |
|
propagateupload.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateupload.h
|
Move destination header build to own method
|
2023-10-16 10:11:00 +02:00 |
|
propagateuploadencrypted.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
propagateuploadencrypted.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
propagateuploadng.cpp
|
Allow event processing between each XML parser run, to improve GUI performance.
|
2024-01-29 18:32:01 +01:00 |
|
propagateuploadv1.cpp
|
Report error Virus Detected. Updated tests.
|
2023-12-11 18:03:57 +01:00 |
|
propagatorjobs.cpp
|
make folder read-write before deleting it
|
2024-03-12 23:30:02 +01:00 |
|
propagatorjobs.h
|
Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders.
|
2023-03-02 19:29:11 +01:00 |
|
pushnotifications.cpp
|
Fix typos found by codespell
|
2023-06-21 08:47:13 +02:00 |
|
pushnotifications.h
|
fully qualify types in signals and slots
|
2022-11-15 09:57:54 +01:00 |
|
putmultifilejob.cpp
|
fix bulk upload of empty files
|
2023-07-10 10:38:39 +02:00 |
|
putmultifilejob.h
|
Clean up putmultifilejob class definition
|
2023-05-15 20:46:21 +08:00 |
|
rootencryptedfolderinfo.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
rootencryptedfolderinfo.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
syncengine.cpp
|
Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern.
|
2024-03-05 10:40:09 +01:00 |
|
syncengine.h
|
when sync is completed and data fingerprint changed, update it
|
2023-10-16 22:00:00 +02:00 |
|
syncfileitem.cpp
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
syncfileitem.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
syncfilestatustracker.cpp
|
Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern.
|
2024-03-05 10:40:09 +01:00 |
|
syncfilestatustracker.h
|
Bugfix. Exclude list. Fix stuck 'excluded' status in Windows Explorer after removing the exclude pattern.
|
2024-03-05 10:40:09 +01:00 |
|
syncoptions.cpp
|
Enforce Chunk V2 API chunk size limits at the sync options level
|
2023-08-31 15:25:00 +02:00 |
|
syncoptions.h
|
Use [[nodiscard]] for new syncoptions and propagateupload functions
|
2023-08-31 15:25:00 +02:00 |
|
syncresult.cpp
|
Correctly handle errors for unsupported filenames on the server. Allow user to rename those via dialog.
|
2023-06-14 12:48:56 +02:00 |
|
syncresult.h
|
add [[nodiscard]] attribute via clang-tidy
|
2022-10-04 11:14:45 +02:00 |
|
theme.cpp
|
Improve Settings dialog design.
|
2023-10-23 12:45:24 +02:00 |
|
theme.h
|
Improve Settings dialog design.
|
2023-10-23 12:45:24 +02:00 |
|
updatee2eefoldermetadatajob.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
updatee2eefoldermetadatajob.h
|
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
|
2024-01-29 16:13:25 +01:00 |
|
updatee2eefolderusersmetadatajob.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
updatee2eefolderusersmetadatajob.h
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
updatemigratede2eemetadatajob.cpp
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
updatemigratede2eemetadatajob.h
|
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
|
2024-03-20 00:54:27 +01:00 |
|
userstatusconnector.cpp
|
|
|
|
userstatusconnector.h
|
more fixes for attributes without init value
|
2023-02-06 10:43:05 +01:00 |
|
wordlist.cpp
|
|
|
|
wordlist.h
|
|
|