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-10-24fix instances of: c++11 range-loop might detach Qt container warningsci/clazyRangeLoopDetachMatthieu Gallien
2022-10-11ensure we do not loose data when syncing locked filesMatthieu Gallien
2022-10-04VFS Windows: Display the sharing state and lock state in the 'Status' column ...allexzander
2022-10-04Ensure we are checking lock state without affecting sync behaviourClaudio Cambra
2022-10-04Unschedule previously scheduled sync runs for locked files if it is found the...Claudio Cambra
2022-10-04More efficiently schedule sync runs for files that need delayed sync runsClaudio Cambra
2022-10-04Fix files not unlocking after lock time expiredClaudio Cambra
2022-09-27Bring back .lnk files on Windows and always treat them as non-virtual files.alex-z
2022-09-17Revert "Remove behavior changes."allexzander
2022-09-17Remove behavior changes.allexzander
2022-09-17Do not ignore return values for SyncJournalDB in folder, encryptfolderjob, hy...allexzander
2022-09-17Do not ignore return values for SyncJournalDB calls in propagator jobs and di...allexzander
2022-09-15Ensure that the file being processed has had its etag properly sanitised, log...Claudio Cambra
2022-07-05Add 'db/local/remote' reference to log string.Camila
2022-05-16Allow manual renaming of files and folders with spaces. Allow uploading inval...alex-z
2022-05-02fetch and store in sync database information abot lock state of filesMatthieu Gallien
2022-04-06avoid deleting renamed file with spaces in nameMatthieu Gallien
2022-03-18ensure discovery phase will not try to upload files with invalid mtimeMatthieu Gallien
2022-03-18prevent updating files when that would result in invalid mtimeMatthieu Gallien
2022-03-09Do not remove files from a Group folder and its nested folders whe it is rena...bugfix/group-folder-files-erased-when-rename-or-delete-folderalex-z
2022-02-08clean transition when files with spaces exist alreadyMatthieu Gallien
2022-02-08ensure we emit a rename command for renamed filesMatthieu Gallien
2022-01-07Do not display 'Conflict when uploading some files to a folderalex-z
2021-12-14force download from server for local files that have invalid datesMatthieu Gallien
2021-12-08recover from local invalid modifie time: force download from serverMatthieu Gallien
2021-12-07do not forget the path when renaming files with invalid namesMatthieu Gallien
2021-11-22Quick fix! Disable VFS folders removal for non-Windows VFS.alex-z
2021-11-19Added more logs to 'postProcessLocalNew'.alex-z
2021-11-05Make argument singular to fix i18n issuerakekniven
2021-11-02Replace deprecated QRegExp with QRegularExpression.alex-z
2021-10-15i18n: Correct typo and remove apostropheValdnet
2021-10-14Trim trailing spaces before uploading filesFelix Weilbach
2021-09-17Fix warningsFelix Weilbach
2021-08-26Add parens around && in || statementFelix Weilbach
2021-08-23Add socket command to upload a selection of files based on a regexHannah von Reth
2021-08-23Fix another url for etag requestHannah von Reth
2021-08-23Use byte array for etagHannah 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 placeholder size migration from old versions.allexzander
2021-08-20VFS + E2EE VFS implicit hydration of E2EE files.allexzander
2021-08-04Fix incorrect activity message on invalid char in the file name.allexzander
2021-07-30l10n: Replace apostrophe with double quotationValdnet
2021-07-09avoid being stuck trying to create placeholder for existing fileMatthieu Gallien
2021-07-02improve error message in case of trailing space in directory nameMatthieu Gallien
2021-07-01Fix review comments.allexzander
2021-07-01Fix review comments.allexzander
2021-07-01Do not process non-directories and non-virtual files. Wipe empty online-only ...allexzander
2021-07-01Refactoring.allexzander
2021-07-01Fix VFS crash and false conflict on local new.allexzander