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
path: root/test
AgeCommit message (Expand)Author
2020-10-22Move some of the SocketApi conflict handling in a ConflictSolver classKevin Ottens
2020-10-22SocketAPI: Introduce conflict resolution actions #6252Christian Kamm
2020-09-02Fix bugprone-narrowing-conversion errors in csync testsKevin Ottens
2020-09-02Fix modernize-use-nullptr errors in csync testsKevin Ottens
2020-09-02Fix modernize-use-auto errors in csync testsKevin Ottens
2020-09-02Fix modernize-deprecated-headers errors in csync testsKevin Ottens
2020-09-01Enable bugprone-too-small-loop-variable clang-tidy checkKevin Ottens
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens
2020-09-01Enable bugprone-forward-declaration-namespace clang-tidy checkKevin Ottens
2020-09-01Enable the bugprone-argument-comment clang-tidy checkKevin Ottens
2020-08-31Enable all the misc clang-tidy check except oneKevin Ottens
2020-08-13Size cleanups in TestChunkingNGKevin Ottens
2020-08-13Upload: Store the size in the UploadInfo, and compare it when resolving poten...Olivier Goffart
2020-08-13TestChunkingNG: Make it fasterOlivier Goffart
2020-08-13Upload: Add more chunk resuming unit tests #6405Christian Kamm
2020-08-13Enable the modernize-loop-convert check on clang-tidyKevin Ottens
2020-08-13Enable the modernize-use-equals-default check on clang-tidyKevin Ottens
2020-08-12Enable the modernize-user-nullptr check on clang-tidyKevin Ottens
2020-08-12Get rid of useless using constructsKevin Ottens
2020-08-12Enable the modernize-use-using check on clang-tidyKevin Ottens
2020-08-12Add more raw string literals missed previouslyKevin Ottens
2020-08-10Add support for BASE64 encoded '|' when decryptingKevin Ottens
2020-08-10Move the private key salt handling in its own functionKevin Ottens
2020-08-10Ignore the salt part of the key during decryptionKevin Ottens
2020-08-10Restore the symmetry between *StringSymmetric functionsKevin Ottens
2020-08-10Add unit tests for the encryption helpersKevin Ottens
2020-06-18Move the proxyfiles to libsync where they make more senseRoeland Jago Douma
2020-06-11Simplify nullptr comparisons where appropriateMichael Schuster
2020-06-08Replace NULL by nullptr in all C++ filesStephan Beyer
2020-06-04Add some more make_unique callsKevin Ottens
2020-06-03Do not declare local variables without an initial value.Camila San
2020-05-27Merge pull request #2032 from nextcloud/insulate_testutility_from_user_settingsMichael Schuster
2020-05-27testLaunchOnStartup shouldn't fail on dev setupKevin Ottens
2020-05-27Use the return braced init list patternKevin Ottens
2020-05-27Merge pull request #2024 from nextcloud/use_raw_string_literalsMichael Schuster
2020-05-26Use raw string literals when appropriateKevin Ottens
2020-05-25Use using instead of typedefKevin Ottens
2020-05-21Fix leak in OCC::AccountManager stub for FolderManTestStephan Beyer
2020-05-20Don't use int literals for boolsKevin Ottens
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-05-20Merge pull request #1989 from nextcloud/remove_redundant_virtualMichael Schuster
2020-05-18Remove useless virtual, better use override onlyKevin Ottens
2020-05-18Properly handle denormalized hrefKevin Ottens
2020-03-11Updater: Fix Tests build (failed with BUILD_UPDATER=NO)Michael Schuster
2020-02-24Fix cmake inclusion of Qml and QuickMax Rees
2020-02-14Fix Tests linkage (missed UserInfo.cpp in CMakeLists.txt)Michael Schuster
2020-01-19Merge pull request #1699 from Milokita/test-file-fixMichael Schuster
2020-01-16Fix failing of several tests by including ocsjob source (after its inclusion ...Dominique Fuchs
2020-01-16append the correct folderwatcher (platform specific)Dominique Fuchs
2019-12-25apply http2 qt resend patch from owncloudXNG