Matthieu Gallien 76e88572d6 more fixes for attributes without init value 3 vuotta sitten
..
benchmarks 0909f00a8b Enable bugprone-too-small-loop-variable clang-tidy check 5 vuotta sitten
csync 9b7d1add52 apply modernize-use-using via clang-tidy 3 vuotta sitten
manual db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ 9 vuotta sitten
mockserver c52718c104 Replace deprecated QRegExp with QRegularExpression. 4 vuotta sitten
CMakeLists.txt dfcf97654c Always build E2E tests, but only add to test suite if enabled 3 vuotta sitten
endtoendtestutils.cpp 53abfb4785 Add an end to end test utils file 3 vuotta sitten
endtoendtestutils.h 53abfb4785 Add an end to end test utils file 3 vuotta sitten
nextcloud_add_test.cmake dfcf97654c Always build E2E tests, but only add to test suite if enabled 3 vuotta sitten
pushnotificationstestutils.cpp ccd27870a7 Don't compare integers with different signs 4 vuotta sitten
pushnotificationstestutils.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 vuotta sitten
sharetestutils.cpp 294ec8a2b6 Fix bad remote path in sharetestutils fakefolder, which led to failed FakePropfindReply being provided in tests 3 vuotta sitten
sharetestutils.h 76e88572d6 more fixes for attributes without init value 3 vuotta sitten
stubfolderman.cpp f932dfc648 VFS: Tell the vfs plugin whether we have multiple accounts 5 vuotta sitten
stubremotewipe.cpp bd62615aab Clazy: Fix some warnigns 5 vuotta sitten
syncenginetestutils.cpp 602b8db5e2 handle case clash conflicts in a similar way to content conflicts 3 vuotta sitten
syncenginetestutils.h d2f5c6a5c7 initialize many attributes that could have been left without init value 3 vuotta sitten
test_journal.db 2244b35a6d test_journal.db: Add checksumtype table 8 vuotta sitten
testaccount.cpp 5fc017575b fix [[nodiscard]] single warning 3 vuotta sitten
testactivitydata.cpp b4882ae5c7 Update tests for ActivityData. 3 vuotta sitten
testactivitylistmodel.cpp f8b3ad8852 Update tests. 3 vuotta sitten
testallfilesdeleted.cpp 26fd4d2226 tidy some loop related code: avoid one letter variable names 3 vuotta sitten
testasyncop.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 vuotta sitten
testblacklist.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 vuotta sitten
testcapabilities.cpp 860d7dd9de detect capabilities for lock/unlock of files 3 vuotta sitten
testcfapishellextensionsipc.cpp 16153b33b7 Fix CfApiShellExtensionsIPCTest. 3 vuotta sitten
testchecksumvalidator.cpp d2f5c6a5c7 initialize many attributes that could have been left without init value 3 vuotta sitten
testchunkingng.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings 3 vuotta sitten
testclientsideencryption.cpp ba73b6d914 VFS + E2EE. Improved data alignment and unit tests for StreamingDecryptor. Refactoring and renaming for readability. 4 vuotta sitten
testconcaturl.cpp d58ec4bf70 Enable the modernize-use-using check on clang-tidy 5 vuotta sitten
testcookies.cpp 45f59e7eca Use QDateTime::startOfDay() 4 vuotta sitten
testdatabaseerror.cpp bb9ce8db21 Test that the sync behave well if there are errors while reading the database 5 vuotta sitten
testdownload.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 vuotta sitten
teste2efiletransfer.cpp b4a8981c03 initialize all variables 3 vuotta sitten
teste2eserversetup.cpp 55cd79f4ef Add a test to check e2e server test setup 3 vuotta sitten
testexcludedfiles.cpp 300446579c Fail build when Windows tests fail. Use GH Actions to build and run Windows tests. Create coverage and uppload it to codecov.io. 3 vuotta sitten
testfolder.cpp bfc7ea562d Move Utility to a new common static library 8 vuotta sitten
testfolderman.cpp e993684775 Remove faulty else statement from TestFolderman that would erroneously cause failure 3 vuotta sitten
testfolderwatcher.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings 3 vuotta sitten
testhelper.cpp 7ba6969e65 Moved all server mocking code for share model test to independent ShareTestUtils file 3 vuotta sitten
testhelper.h c59ab85e22 Make accountstate fakeable for tests 3 vuotta sitten
testiconutils.cpp 2f3c58daac Fix review comments. Use QImage for QML and QPixmap for rest of code. Do not cache images for QML. Fix tests. Use signal in QML. 4 vuotta sitten
testinotifywatcher.cpp 0af83dd1b6 Use QRandomGenerator instead of qrand 4 vuotta sitten
testlocaldiscovery.cpp d371855e56 test that files soon to be expired will be synced automatically 3 vuotta sitten
testlockedfiles.cpp 5a7fd3f316 testlockedfiles use long file path 4 vuotta sitten
testlockfile.cpp a378c4d80a add extra tests for lock files to better capture desired behavior 3 vuotta sitten
testlongpath.cpp 8ca5035c42 Add test for csync_vio_local_stat with long path 4 vuotta sitten
testnetrcparser.cpp edb3759684 For tests we do not need a xserver running. 9 vuotta sitten
testnextcloudpropagator.cpp d58ec4bf70 Enable the modernize-use-using check on clang-tidy 5 vuotta sitten
testoauth.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 vuotta sitten
testownsql.cpp de2d11125b Move Prepared sql queries to seperate class to manage access 4 vuotta sitten
testpermissions.cpp 61c792c6f4 fully qualify types in signals and slots 3 vuotta sitten
testplan.txt 13b6b3989a Minor typos in client test section 10 vuotta sitten
testpushnotifications.cpp 300446579c Fail build when Windows tests fail. Use GH Actions to build and run Windows tests. Create coverage and uppload it to codecov.io. 3 vuotta sitten
testremotediscovery.cpp 416d98716f Make argument singular to fix i18n issue 4 vuotta sitten
testremotewipe.cpp 19491ff85f Once client gets 401/403 from the server, check if remote wipe was requested. 6 vuotta sitten
testselectivesync.cpp 238ac53666 Ensure local discovery on selective sync changes 5 vuotta sitten
testsetuserstatusdialog.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 vuotta sitten
testshareemodel.cpp a0ff46a7fb Add testing for ShareeModel 3 vuotta sitten
testsharemodel.cpp 9b5be727b1 Incorporate internal link share into tests 3 vuotta sitten
testsortedsharemodel.cpp 9b5be727b1 Incorporate internal link share into tests 3 vuotta sitten
testsynccfapi.cpp 1a83894074 Fix typo 3 vuotta sitten
testsyncconflict.cpp 50ffc7373f Update file's metadata in the local database when the etag changes while file remains unchanged. Fix subsequent conflict when locking and unlocking. 3 vuotta sitten
testsyncdelete.cpp dfedb09fd8 Move test for issue #1329 from t1.pl to new test system 5 vuotta sitten
testsyncengine.cpp 602b8db5e2 handle case clash conflicts in a similar way to content conflicts 3 vuotta sitten
testsyncfileitem.cpp 61c792c6f4 fully qualify types in signals and slots 3 vuotta sitten
testsyncfilestatustracker.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 vuotta sitten
testsyncjournaldb.cpp 1a83894074 Fix typo 3 vuotta sitten
testsyncmove.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings 3 vuotta sitten
testsyncvirtualfiles.cpp 602b8db5e2 handle case clash conflicts in a similar way to content conflicts 3 vuotta sitten
testsyncxattr.cpp 1a83894074 Fix typo 3 vuotta sitten
testtalkreply.cpp 73bae8cd30 Add TalkReply class and tests. 3 vuotta sitten
testtheme.cpp a3fc812539 Enable share to Talk and Email. Display correct icon. Added unit tests. 4 vuotta sitten
testunifiedsearchlistmodel.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 vuotta sitten
testupdater.cpp edb3759684 For tests we do not need a xserver running. 9 vuotta sitten
testuploadreset.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 vuotta sitten
testutility.cpp c52718c104 Replace deprecated QRegExp with QRegularExpression. 4 vuotta sitten
testxmlparse.cpp d2f5c6a5c7 initialize many attributes that could have been left without init value 3 vuotta sitten
themeutils.cpp 9185956069 Split out wizard welcome page 5 vuotta sitten
themeutils.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 vuotta sitten