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-01-11Checksum validation PropagateDownload unit tests.alex-z
2022-01-11Ask server to recalculate checksum on validatin failure.alex-z
2021-11-24implement bulk uploadMatthieu Gallien
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2021-08-20VFS + E2EE. Improved data alignment and unit tests for StreamingDecryptor. Re...allexzander
2021-08-20VFS + E2EE VFS implicit hydration of E2EE files.allexzander
2021-07-28Revert Added config parameter that allows to bypass checksum validation failure.allexzander
2021-07-08bring back dynamic load of VFS pluginsMatthieu Gallien
2021-06-17Cfapi: Make sure no data is transfered after cancellationFelix Weilbach
2021-06-10Allow download with mismatched checksum if a config option is set.allexzander
2021-03-18CFAPI: Handle cancelation of hydration requestsFelix Weilbach
2020-12-15Fix warnings about signednessChristian Kamm
2020-12-15winvfs: Better error reportingChristian Kamm
2020-12-15winvfs: initial workChristian Kamm
2020-12-15OAuth2: Refresh the token without aborting the syncOlivier Goffart
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-01-29Merge branch 'master' into clientSideEncryptionV3Tomaz Canabrava
2018-01-21[CSE] Remove lambas with lambdasTomaz Canabrava
2018-01-08Download and decrypt file if parent folder is marked as encryptedDaniel Nicoletti
2017-12-15Upload conflict files #4557Christian Kamm
2017-11-15PropagateDownload: Fix GET with redirects #6159Christian Kamm
2017-10-17Fix paused sync file move issue #5949Piotr Mrowczynski
2017-06-15Compare the hash of files with identical mtime/size #5589Christian Kamm
2017-05-17Apply clang-formatChristian Kamm
2017-05-11Use Qt logging categories for loggingJocelyn Turcotte
2017-04-20Removed Magic Numbers in propagator #5685 (#5705)Kaustubh Welankar
2017-04-04Improve http error messages; cleanupChristian Kamm
2016-08-31Propagator, remove the QNAM in the name as the alternative has been removed a...Olivier Goffart
2016-03-14Merge pull request #4532 from ckamm/content-checksumckamm
2016-03-02Merge pull request #4529 from owncloud/dynamic_parallelism_scalingMarkus Goetz
2016-03-02Propagator: Pump in more requests if we think current ones are quickMarkus Goetz
2016-03-02Checksums: Compute content checksum on download #4375Christian Kamm
2016-02-25Checksums: keep the transfer checksum in the database as the content checksumOlivier Goffart
2016-01-08Propagation: Fix dir <-> file changes propagating to server #4302Christian Kamm
2015-11-23Checksums: Don't reupload if size and checksum are unchanged #3235Christian Kamm
2015-10-28Checksum: Put checksum type into separate column #3735Christian Kamm
2015-10-28Propagate: On download store checksum header in db #3735Christian Kamm
2015-10-05libtypos comment and message typos for masterPhil Davis
2015-10-01Propagator: Download disk space checks #2939Christian Kamm
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
2015-05-26Merge remote-tracking branch 'origin/1.8'Olivier Goffart
2015-05-20Some more minor cleanups based on the pull request review.Klaas Freitag
2015-05-20Make TransmissionChecksumValidator child of the job for auto delete.Klaas Freitag
2015-05-19Propagator: Use the TransmissionChecksumValidator class.Klaas Freitag
2015-05-19Propagate downloads: Handle checksum transmission header.Klaas Freitag
2015-04-18Pass SyncFileItems by pointer instead of by valueJocelyn Turcotte
2015-03-18Propagator: Introduce custom property to make error softMarkus Goetz