Matthieu Gallien 7118fc4650 use a better name for encryption status attributes пре 2 година
..
benchmarks 0909f00a8b Enable bugprone-too-small-loop-variable clang-tidy check пре 5 година
csync 9b7d1add52 apply modernize-use-using via clang-tidy пре 3 година
manual db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ пре 9 година
mockserver c52718c104 Replace deprecated QRegExp with QRegularExpression. пре 4 година
CMakeLists.txt 31c3aee447 Fix unit tests SecureFileDrop пре 2 година
e2etestsfakecert.pem 31c3aee447 Fix unit tests SecureFileDrop пре 2 година
e2etestsfakecertprivatekey.pem 31c3aee447 Fix unit tests SecureFileDrop пре 2 година
e2etestsfakecertpublickey.pem 31c3aee447 Fix unit tests SecureFileDrop пре 2 година
endtoendtestutils.cpp 53abfb4785 Add an end to end test utils file пре 3 година
endtoendtestutils.h 53abfb4785 Add an end to end test utils file пре 3 година
fake2eelocksucceeded.json b6ba1fe0d6 Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. пре 3 година
fakefiledrope2eefoldermetadata.json 31c3aee447 Fix unit tests SecureFileDrop пре 2 година
nextcloud_add_test.cmake dfcf97654c Always build E2E tests, but only add to test suite if enabled пре 3 година
pushnotificationstestutils.cpp ccd27870a7 Don't compare integers with different signs пре 4 година
pushnotificationstestutils.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy пре 3 година
sharetestutils.cpp 294ec8a2b6 Fix bad remote path in sharetestutils fakefolder, which led to failed FakePropfindReply being provided in tests пре 3 година
sharetestutils.h 76e88572d6 more fixes for attributes without init value пре 3 година
stubfolderman.cpp f932dfc648 VFS: Tell the vfs plugin whether we have multiple accounts пре 5 година
stubremotewipe.cpp bd62615aab Clazy: Fix some warnigns пре 5 година
syncenginetestutils.cpp b6ba1fe0d6 Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. пре 3 година
syncenginetestutils.h 01ecb639ab use new connect syntax пре 3 година
test_journal.db 2244b35a6d test_journal.db: Add checksumtype table пре 8 година
testaccount.cpp 5fc017575b fix [[nodiscard]] single warning пре 3 година
testactivitydata.cpp 5b2a691f4c use of QStringLiteral() is invalid: QString() must be used пре 3 година
testactivitylistmodel.cpp f8b3ad8852 Update tests. пре 3 година
testallfilesdeleted.cpp 26fd4d2226 tidy some loop related code: avoid one letter variable names пре 3 година
testasyncop.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. пре 3 година
testblacklist.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. пре 3 година
testcapabilities.cpp 860d7dd9de detect capabilities for lock/unlock of files пре 3 година
testcfapishellextensionsipc.cpp c0549c5c03 fix issues reported by compiling windows code with clang-tidy пре 3 година
testchecksumvalidator.cpp 01ecb639ab use new connect syntax пре 3 година
testchunkingng.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings пре 3 година
testclientsideencryption.cpp ba73b6d914 VFS + E2EE. Improved data alignment and unit tests for StreamingDecryptor. Refactoring and renaming for readability. пре 4 година
testconcaturl.cpp d58ec4bf70 Enable the modernize-use-using check on clang-tidy пре 5 година
testcookies.cpp 45f59e7eca Use QDateTime::startOfDay() пре 4 година
testdatabaseerror.cpp bb9ce8db21 Test that the sync behave well if there are errors while reading the database пре 5 година
testdownload.cpp 01ecb639ab use new connect syntax пре 3 година
teste2efiletransfer.cpp b4a8981c03 initialize all variables пре 3 година
teste2eserversetup.cpp 55cd79f4ef Add a test to check e2e server test setup пре 3 година
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 година
testfolder.cpp bfc7ea562d Move Utility to a new common static library пре 8 година
testfolderman.cpp 7118fc4650 use a better name for encryption status attributes пре 2 година
testfolderwatcher.cpp 01ecb639ab use new connect syntax пре 3 година
testhelper.cpp 7ba6969e65 Moved all server mocking code for share model test to independent ShareTestUtils file пре 3 година
testhelper.h c59ab85e22 Make accountstate fakeable for tests пре 3 година
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 година
testinotifywatcher.cpp 0af83dd1b6 Use QRandomGenerator instead of qrand пре 4 година
testlocaldiscovery.cpp 5574ddb744 Always discover blacklisted folders locally, to avoid data loss of non-uploaded files when modifying selectivesync list. пре 3 година
testlockedfiles.cpp c0549c5c03 fix issues reported by compiling windows code with clang-tidy пре 3 година
testlockfile.cpp a378c4d80a add extra tests for lock files to better capture desired behavior пре 3 година
testlongpath.cpp 8ca5035c42 Add test for csync_vio_local_stat with long path пре 4 година
testnetrcparser.cpp edb3759684 For tests we do not need a xserver running. пре 9 година
testnextcloudpropagator.cpp d58ec4bf70 Enable the modernize-use-using check on clang-tidy пре 5 година
testoauth.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy пре 3 година
testownsql.cpp de2d11125b Move Prepared sql queries to seperate class to manage access пре 4 година
testpermissions.cpp 61c792c6f4 fully qualify types in signals and slots пре 3 година
testplan.txt 13b6b3989a Minor typos in client test section пре 10 година
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 година
testremotediscovery.cpp 416d98716f Make argument singular to fix i18n issue пре 4 година
testremotewipe.cpp 19491ff85f Once client gets 401/403 from the server, check if remote wipe was requested. пре 6 година
testsecurefiledrop.cpp 31c3aee447 Fix unit tests SecureFileDrop пре 2 година
testselectivesync.cpp 238ac53666 Ensure local discovery on selective sync changes пре 5 година
testsetuserstatusdialog.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy пре 3 година
testshareemodel.cpp 31de652d9b Display 'Search globally' as the last sharees list element пре 3 година
testsharemodel.cpp 9b5be727b1 Incorporate internal link share into tests пре 3 година
testsortedsharemodel.cpp 9b5be727b1 Incorporate internal link share into tests пре 3 година
testsynccfapi.cpp baf9c8b631 add test for windows CfApi пре 2 година
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 година
testsyncdelete.cpp dfedb09fd8 Move test for issue #1329 from t1.pl to new test system пре 5 година
testsyncengine.cpp 01ecb639ab use new connect syntax пре 3 година
testsyncfileitem.cpp 61c792c6f4 fully qualify types in signals and slots пре 3 година
testsyncfilestatustracker.cpp 01ecb639ab use new connect syntax пре 3 година
testsyncjournaldb.cpp 1a83894074 Fix typo пре 3 година
testsyncmove.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings пре 3 година
testsyncvirtualfiles.cpp 9afd7265bb add a new automated test for virtual files and data restoration пре 2 година
testsyncxattr.cpp 1a83894074 Fix typo пре 3 година
testtalkreply.cpp 73bae8cd30 Add TalkReply class and tests. пре 3 година
testtheme.cpp a3fc812539 Enable share to Talk and Email. Display correct icon. Added unit tests. пре 4 година
testunifiedsearchlistmodel.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy пре 3 година
testupdater.cpp edb3759684 For tests we do not need a xserver running. пре 9 година
testuploadreset.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. пре 3 година
testutility.cpp c52718c104 Replace deprecated QRegExp with QRegularExpression. пре 4 година
testxmlparse.cpp 01ecb639ab use new connect syntax пре 3 година
themeutils.cpp 9185956069 Split out wizard welcome page пре 5 година
themeutils.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy пре 3 година