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-08-23Correctly use indexOfHannah von Reth
2021-08-11Add workaround for issue discovered in https://github.com/owncloud/core/pull/...Hannah von Reth
2021-08-11Make findBestChecksum case insensitiveHannah von Reth
2021-08-03l10n: Replace apostrophe with double quotation. Remove double space and sort ...Valdnet
2021-07-28Revert Added config parameter that allows to bypass checksum validation failure.allexzander
2021-06-10Allow download with mismatched checksum if a config option is set.allexzander
2020-12-15Please the clang-tidy overlordKevin Ottens
2020-12-15Return empty string instead of 1 as adler32 checksum for empty filesHannah von Reth
2020-12-15Print checksum on mismatchHannah von Reth
2020-12-15Use the servers checksum type by defaultHannah von Reth
2020-12-15Checksums: Explicitly close file before reporting resultChristian Kamm
2020-12-15Checksums: Add back QIODevice apiChristian Kamm
2020-12-15Download: Don't trigger too many concurrent hash computationsChristian Kamm
2020-12-15Checksums: Fix crash due to threading issueChristian Kamm
2020-12-15Checksums: Make file ownership more explicitChristian Kamm
2020-12-15Checksums: Work on QIODevice*sChristian Kamm
2020-12-15Checksum: Add support for SHA256 and SHA3Olivier Goffart
2020-12-15Move the checksum related routine from FileSystem to checksum, where they belongOlivier Goffart
2020-05-25Use = default for trivial ctors and dtorsKevin Ottens
2020-05-20Use nullptr when appropriateKevin Ottens
2020-03-21Use qEnvironmentVariableIsEmptyNicolas Fella
2017-12-28Prepend "nextcloud" for all logging categoriesDaniel Nicoletti
2017-11-20Checksum: Ignore unkown OC-Checksum header when downloading...Olivier Goffart
2017-10-19Use qEnvironmentVariable* instead of qgetenv when appropriateOlivier Goffart
2017-10-13Checksums: Improve logging and add global disable #5017Christian Kamm
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-18Move SyncJournalDB to src/commonJocelyn Turcotte