Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28More efficiently schedule sync runs for files that need delayed sync runsClaudio Cambra
2022-09-28Fix files not unlocking after lock time expiredClaudio Cambra
2022-09-17Revert "Remove behavior changes."allexzander
2022-09-17Remove behavior changes.allexzander
2022-09-17Do not ignore return value of getFileRecordsByFileId.alex-z
2022-09-17Added 'nodiscard' attribute to some of SyncJournalDb methods.alex-z
2022-09-17Check return values for SqlQuery.exec().alex-z
2022-09-10Make sure Folder is deleted from the list and the SyncJournalDB is closed for...alex-z
2022-08-03Implement URI handler for local file editingalex-z
2022-07-29Implement COM Dll for CfApi shell extensins. Implement Thumbnail Provider.alex-z
2022-05-16Actually reset menu when user accounts are added or removedClaudio Cambra
2022-05-02fetch and store in sync database information abot lock state of filesMatthieu Gallien
2022-05-02reformat SyncJournalDb::setFileRecord to decrease complexityMatthieu Gallien
2022-01-11Refactor DeleteJob and DeleteApiJob to use SimpleFileJob.alex-z
2022-01-11Checksum validation PropagateDownload unit tests.alex-z
2022-01-11Ask server to recalculate checksum on validatin failure.alex-z
2021-12-07Use different icon for a sync folder on Windows depending on zoom level.alex-z
2021-11-24Pass username from Windows to login page.alex-z
2021-11-23Cleanup system bindings from Windows when removing a local sync folderalex-z
2021-11-19properly query sync journal DB to know when to run fix for VFSMatthieu Gallien
2021-11-17Refactor key-value store query codeFelix Weilbach
2021-11-17Correct virtual files placeholder files if neededFelix Weilbach
2021-11-05add an option to enforce use of virtual files sync folderMatthieu Gallien
2021-09-20Fixed placeholder numberingrakekniven
2021-09-17Fix warningsFelix Weilbach
2021-09-13Fixed warning: extra ';' in Q_ENUM_NS(PinState);Dmytro Korchynskyi
2021-09-08Use QRecursiveMutexFelix Weilbach
2021-09-08Use QRandomGenerator instead of qrandFelix Weilbach
2021-09-08endl has been deprecatedFelix Weilbach
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2021-08-23Use byte array for etagHannah von Reth
2021-08-23Correctly use indexOfHannah von Reth
2021-08-23Align type used for getPHashHannah von Reth
2021-08-23Move Prepared sql queries to seperate class to manage accessHannah von Reth
2021-08-20VFS + E2EE. Improved data alignment and unit tests for StreamingDecryptor. Re...allexzander
2021-08-20VFS + E2EE. Handle scenario of sync journal deleted.allexzander
2021-08-20VFS + E2EE VFS implicit hydration of E2EE files.allexzander
2021-08-11Add workaround for issue discovered in https://github.com/owncloud/core/pull/...Hannah von Reth
2021-08-11Always reset prepared sql statementsHannah von Reth
2021-08-11Make findBestChecksum case insensitiveHannah von Reth
2021-08-11Finish is already called in the destructorHannah von Reth
2021-08-03l10n: Replace apostrophe with double quotation. Remove double space and sort ...Valdnet
2021-07-30Fix clang-tidy errors.allexzander
2021-07-30l10n: Replace apostrophe with double quotationValdnet
2021-07-28Revert Added config parameter that allows to bypass checksum validation failure.allexzander
2021-07-21print the real permissions string instead of its addressMatthieu Gallien
2021-07-08bring back dynamic load of VFS pluginsMatthieu Gallien
2021-07-06Improve the error message returned by updateMetadataHannah von Reth
2021-07-01Fix review comments.allexzander
2021-06-16Run expansive assert only in dev buildsHannah von Reth