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 (Collapse)Author
2022-03-09Do not remove files from a Group folder and its nested folders whe it is ↵bugfix/group-folder-files-erased-when-rename-or-delete-folderalex-z
renamed or removed while not allowed. Signed-off-by: alex-z <blackslayer4@gmail.com>
2022-02-08clean transition when files with spaces exist alreadyMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-02-08ensure we emit a rename command for renamed filesMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2022-01-07Do not display 'Conflict when uploading some files to a folderalex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-12-14force download from server for local files that have invalid datesMatthieu Gallien
will trigger if local state is incoherent like the file itself haveing 0 or negative modtime and the database not Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-08recover from local invalid modifie time: force download from serverMatthieu Gallien
force file download if local modified time is invalid and server has valid modified time Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-12-07do not forget the path when renaming files with invalid namesMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-11-22Quick fix! Disable VFS folders removal for non-Windows VFS.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-19Added more logs to 'postProcessLocalNew'.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-11-05Make argument singular to fix i18n issuerakekniven
Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#hu_HU/client/309577611 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2021-11-02Replace deprecated QRegExp with QRegularExpression.alex-z
Signed-off-by: alex-z <blackslayer4@gmail.com>
2021-10-15i18n: Correct typo and remove apostropheValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-10-14Trim trailing spaces before uploading filesFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-09-17Fix warningsFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-08-26Add parens around && in || statementFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-08-23Add socket command to upload a selection of files based on a regexHannah von Reth
(cherry picked from commit 0ded3a56a9f3470a951b18eaa9d3c1b5e8db1135)
2021-08-23Fix another url for etag requestHannah von Reth
Fixes: #7838
2021-08-23Use byte array for etagHannah von Reth
2021-08-20VFS + E2EE. Improved data alignment and unit tests for StreamingDecryptor. ↵allexzander
Refactoring and renaming for readability. Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-08-20VFS + E2EE. Handle scenario of sync journal deleted.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-08-20VFS + E2EE placeholder size migration from old versions.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-08-20VFS + E2EE VFS implicit hydration of E2EE files.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-08-04Fix incorrect activity message on invalid char in the file name.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-30l10n: Replace apostrophe with double quotationValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-07-09avoid being stuck trying to create placeholder for existing fileMatthieu Gallien
id sync db think a file is cirtual (empty placeholder) but file system has a real file (non empty file) once the server has a modified version we can no longer update it state of file on disk takes precedence over sync DB to allow recovery Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-07-02improve error message in case of trailing space in directory nameMatthieu Gallien
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2021-07-01Fix review comments.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-01Fix review comments.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-01Do not process non-directories and non-virtual files. Wipe empty online-only ↵allexzander
folder based on its pinState. Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-01Refactoring.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-07-01Fix VFS crash and false conflict on local new.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-06-30Check if first is not emptyFelix Weilbach
If it's not checked that first is empty, crashes may happen. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-06-25Add unit test for move custom remote rootFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-06-15Add error message to GUI.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-06-15Wipe empty folder when moving a VFS placeholder. Keep a folder if there are ↵allexzander
hydrated items inside. Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-06-08VFS freeze fix. Treat .sync-exclude.lst as a non-virtual file always.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-05-19Add a key value store to the sync journalFelix Weilbach
This key value store should help to keep track of important events, that can not be store in the logs, because the logs are deleted too fast. Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-05-17Add remote folder prefix for renaming in a non-root local folder.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-05-06Fix placeholder detection for cfapiHannah von Reth
Fixes: #8326 Signed-off-by: Matthieu Gallien <matthieu_gallien@yahoo.fr>
2021-04-13Display invalid filenames as warningFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-04-07Fix review comments.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-07Address review comments.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-07Ignore *.lnk files on Windows.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-07Treat .lnk files as normal files without hydrating them or creating a ↵allexzander
placeholder. Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-07Another way to fix this.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-07Added .lnk file placeholder creation fix.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-04-07Fix VFS freeze when syncing '.lnk' files on Windows.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-03-22Increase logging around file removal eventsFelix Weilbach
To better see what is going on when and if files are removed by the client. See also: #260, #1433, #2913 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-02-16Fix incorrect logger output for non-latin strings.allexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2021-02-04The e2eMangledName was relative to the remote folder, repair itKevin Ottens
This got broken during the huge discovery refactoring. I wrongly passed the mangled name as is out of discovery, but coming from listing jobs it was fully qualified while the jobs at propagation time and the db expect those paths to be relative to the remote folder. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>