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
2021-11-24make AbstractNetworkJob::errorString virtual: it is already overridenMatthieu Gallien
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2021-08-23Align MkColJob finish signal with the other jobsHannah von Reth
2021-01-25E2EE Fix incorrect name of a nested encrypted item in the Settings dialog whe...allexzander
2021-01-25Fix folder upload issue due to wrong Lock/Unlock orderallexzander
2021-01-25Fix E2EE root folder rename issue.allexzander
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15Use separate loggin category for upload v1 and ngHannah von Reth
2020-12-15UploadDevice: Fix windows issues #7264Christian Kamm
2020-12-15Upload: Read file chunks gradually #7226Christian Kamm
2020-12-15Upload: asynchronious operationsOlivier Goffart
2020-12-15Fix warnings about signednessChristian Kamm
2020-12-15PropagateUpload: Avoid crash due to cascading abortsChristian Kamm
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens
2020-07-01Override parallelism() for uploadsKevin Ottens
2020-07-01Move PropagateUpload ctor impl to the cpp fileKevin Ottens
2019-05-08Fix memory leak with device pointerChristoph Wurst
2018-11-12libsync: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-11-12libsync: run clang-tidy modernize-use-overrideJ-P Nurmi
2018-11-12libsync: search'n'replace "Q_DECL_OVERRIDE" with "override"J-P Nurmi
2018-06-07Upload: Adjust timeout for final job based on size #6527Christian Kamm
2018-06-07PropagateUpload: Fix miscount in abort() #6516Christian Kamm
2018-06-07PropagateUpload: Remove unused PropagateUploadFileCommon::abortChristian Kamm
2018-06-06Logging: Avoid the word "Error"Markus Goetz
2018-06-06Use std::chrono::milliseconds to represent millisecondsOlivier Goffart
2018-05-16Upload: Simplify 'finished' flagChristian Kamm
2018-01-29Merge branch 'master' into clientSideEncryptionV3Tomaz Canabrava
2018-01-19Get rid of the StopWatch in the PropagateUpload jobOlivier Goffart
2017-12-24[CSE] Assorted fixesTomaz Canabrava
2017-12-21[CSE] Prepare the beginning of the upload.Tomaz Canabrava
2017-12-21[CSE] Update the finished signalTomaz Canabrava
2017-12-18[CSE] Reduce probability of conflicts when rebasingTomaz Canabrava
2017-12-12[CSE] Unlock the folder after a lockTomaz Canabrava
2017-12-08[CSE] Fetch the metadata for the upload.Tomaz Canabrava
2017-12-08[CSE] Save folder id and token for the lockTomaz Canabrava
2017-12-07[CSE] Add handling for side-by-side uploads.Tomaz Canabrava
2017-12-07[CSE] Try to lock repeteadly the folder if needed.Tomaz Canabrava
2017-12-07[CSE] Lock the folder to upload a file.Tomaz Canabrava
2017-12-07[CSE] Request the Folder ID.Tomaz Canabrava
2017-12-05[CSE] Fetch the Folder information for encryption statusTomaz Canabrava
2017-12-04[CSE] Start to create the upload logic.Tomaz Canabrava
2017-11-29[uploadImprovements] fix struct holeTomaz Canabrava
2017-11-29[uploadImprovements] use the new struct info in PropagateUploadV1Tomaz Canabrava
2017-11-28Split file to upload from the file on diskTomaz Canabrava
2017-10-17Abort: Fix crash with early abortsChristian Kamm
2017-10-17Fix paused sync file move issue #5949Piotr Mrowczynski
2017-09-25PropagateUpload: Fix another non-normalized connect that appears while profilingOlivier Goffart
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-07-17PropagateUpload: Remove the Qt workaround against data corruptionOlivier Goffart
2017-07-12PropagateUpload: Put upload error handling in one functionChristian Kamm