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-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-28l10n: Changed spellingrakekniven
2022-02-25Fix review comments from Matthieu. Using curent reverse iterator when searchi...alex-z
2022-02-25Do not remove a folder that has files that were not uploaded yet during propa...alex-z
2022-02-23Rollback local move when server move has failed.alex-z
2022-02-12l10n: Change to lowercaseValdnet
2022-02-11add headers in cmake files to get them properly detectedMatthieu Gallien
2022-02-11ensure that bulk upload network job errors are handledMatthieu Gallien
2022-02-08clean transition when files with spaces exist alreadyMatthieu Gallien
2022-02-08ensure we emit a rename command for renamed filesMatthieu Gallien
2022-02-02Cmake option to disable proxyalex-z
2022-01-24use proper API to dehydrate a placeholder fileMatthieu Gallien
2022-01-13l10n: Fixed grammarrakekniven
2022-01-12l10n: Fixed grammarrakekniven
2022-01-12write logs to Output window of Visual StudioDmytro Korchynskyi
2022-01-11Refactor DeleteJob and DeleteApiJob to use SimpleFileJob.alex-z
2022-01-11Checksum validation PropagateDownload unit tests.alex-z
2022-01-11Fix typo in usernamePrefillServerVersionMinSupportedMajor.alex-z
2022-01-11Ask server to recalculate checksum on validatin failure.alex-z
2022-01-07Do not display 'Conflict when uploading some files to a folderalex-z
2021-12-17Remove parenthesisValdnet
2021-12-16ensure any errors after calling FileSystem::getModTime are handledMatthieu Gallien
2021-12-15Added sync stop when failed to cancel delete jobs.alex-z
2021-12-15Do not crash on findAndCancelDeletedJob.alex-z
2021-12-14fix review commentMatthieu Gallien
2021-12-14ensure bulk upload jobs finished after an errorMatthieu Gallien
2021-12-14Enforce VFS. Disable 'Make always available locally'.alex-z
2021-12-14force download from server for local files that have invalid datesMatthieu Gallien
2021-12-10do not get stuck forever in sync in case of errorsMatthieu Gallien
2021-12-09remove files which gets downloaded with an invalid modified timeMatthieu Gallien
2021-12-08add log statements for each new assert about invalid modified timeMatthieu Gallien
2021-12-08recover from local invalid modifie time: force download from serverMatthieu Gallien
2021-12-08prevent cases where desktop client would store invalid modified timeMatthieu Gallien
2021-12-08prevent injecting invalid modified time through CfApi callsMatthieu Gallien
2021-12-08do not consider that a file has changed if its mtime is invalidMatthieu Gallien
2021-12-08avoid downloading a file from server when modified time is invalidMatthieu Gallien
2021-12-08prevent invalid modified time from being propagatedMatthieu Gallien
2021-12-08assert on invalid modtimeMatthieu Gallien
2021-12-07do not forget the path when renaming files with invalid namesMatthieu Gallien
2021-12-03Always prefill username from Windows login name based on server versionalex-z
2021-11-30l10n: Changed case of wordrakekniven
2021-11-29fix random error when updating CfApi metadataMatthieu Gallien
2021-11-26use the error message sent by the server for bulk uploadMatthieu Gallien
2021-11-26allow sending parallel batch of files: curretly disabledMatthieu Gallien
2021-11-26really check that this is a valid answer when receiving batch uploadMatthieu Gallien
2021-11-26batch upload: only handle file that are in the replyMatthieu Gallien
2021-11-26make sure we do not start a new batch when the previous one is not sentMatthieu Gallien
2021-11-26use a proper constant for the size of batchMatthieu Gallien
2021-11-26if BulkPropagatorJob abort after an error emit finished signalMatthieu Gallien
2021-11-24implement bulk uploadMatthieu Gallien