Claudio Cambra dfcf97654c Always build E2E tests, but only add to test suite if enabled 3 years ago
..
benchmarks 0909f00a8b Enable bugprone-too-small-loop-variable clang-tidy check 5 years ago
csync 9b7d1add52 apply modernize-use-using via clang-tidy 3 years ago
manual db24f60ae3 License: Adjust license of GPLv2 source files to GPLv2+ 9 years ago
mockserver c52718c104 Replace deprecated QRegExp with QRegularExpression. 4 years ago
CMakeLists.txt dfcf97654c Always build E2E tests, but only add to test suite if enabled 3 years ago
endtoendtestutils.cpp 53abfb4785 Add an end to end test utils file 3 years ago
endtoendtestutils.h 53abfb4785 Add an end to end test utils file 3 years ago
nextcloud_add_test.cmake dfcf97654c Always build E2E tests, but only add to test suite if enabled 3 years ago
pushnotificationstestutils.cpp ccd27870a7 Don't compare integers with different signs 4 years ago
pushnotificationstestutils.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 years ago
sharetestutils.cpp 7ba6969e65 Moved all server mocking code for share model test to independent ShareTestUtils file 3 years ago
sharetestutils.h 7ba6969e65 Moved all server mocking code for share model test to independent ShareTestUtils file 3 years ago
stubfolderman.cpp f932dfc648 VFS: Tell the vfs plugin whether we have multiple accounts 5 years ago
stubremotewipe.cpp bd62615aab Clazy: Fix some warnigns 5 years ago
syncenginetestutils.cpp b04128fd34 set mtime when building local sync folder state in automated tests 3 years ago
syncenginetestutils.h b04128fd34 set mtime when building local sync folder state in automated tests 3 years ago
test_journal.db 2244b35a6d test_journal.db: Add checksumtype table 8 years ago
testaccount.cpp 5fc017575b fix [[nodiscard]] single warning 3 years ago
testactivitydata.cpp 65f2bada3e Add thumbnails for files in the activity view 3 years ago
testactivitylistmodel.cpp f8b3ad8852 Update tests. 3 years ago
testallfilesdeleted.cpp 26fd4d2226 tidy some loop related code: avoid one letter variable names 3 years ago
testasyncop.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 years ago
testblacklist.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 years ago
testcapabilities.cpp 860d7dd9de detect capabilities for lock/unlock of files 3 years ago
testcfapishellextensionsipc.cpp 289a641d74 VFS Windows: Display the sharing state and lock state in the 'Status' column of Windows Explorer 3 years ago
testchecksumvalidator.cpp 225753a8c0 Refactor DeleteJob and DeleteApiJob to use SimpleFileJob. 4 years ago
testchunkingng.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings 3 years ago
testclientsideencryption.cpp ba73b6d914 VFS + E2EE. Improved data alignment and unit tests for StreamingDecryptor. Refactoring and renaming for readability. 4 years ago
testconcaturl.cpp d58ec4bf70 Enable the modernize-use-using check on clang-tidy 5 years ago
testcookies.cpp 45f59e7eca Use QDateTime::startOfDay() 4 years ago
testdatabaseerror.cpp bb9ce8db21 Test that the sync behave well if there are errors while reading the database 5 years ago
testdownload.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 years ago
teste2efiletransfer.cpp da6724be8c Add a file transfer e2e test 3 years ago
teste2eserversetup.cpp 55cd79f4ef Add a test to check e2e server test setup 3 years ago
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 years ago
testfolder.cpp bfc7ea562d Move Utility to a new common static library 8 years ago
testfolderman.cpp 6affc6e6ab Implement 'Leave this share' context menu entry. Fix incorrect sharing state for incoming and my shares in custom state icons and local database. 3 years ago
testfolderwatcher.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings 3 years ago
testhelper.cpp 7ba6969e65 Moved all server mocking code for share model test to independent ShareTestUtils file 3 years ago
testhelper.h 7ba6969e65 Moved all server mocking code for share model test to independent ShareTestUtils file 3 years ago
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 years ago
testinotifywatcher.cpp 0af83dd1b6 Use QRandomGenerator instead of qrand 4 years ago
testlocaldiscovery.cpp d371855e56 test that files soon to be expired will be synced automatically 3 years ago
testlockedfiles.cpp 5a7fd3f316 testlockedfiles use long file path 4 years ago
testlockfile.cpp a378c4d80a add extra tests for lock files to better capture desired behavior 3 years ago
testlongpath.cpp 8ca5035c42 Add test for csync_vio_local_stat with long path 4 years ago
testnetrcparser.cpp edb3759684 For tests we do not need a xserver running. 9 years ago
testnextcloudpropagator.cpp d58ec4bf70 Enable the modernize-use-using check on clang-tidy 5 years ago
testoauth.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 years ago
testownsql.cpp de2d11125b Move Prepared sql queries to seperate class to manage access 4 years ago
testpermissions.cpp 61c792c6f4 fully qualify types in signals and slots 3 years ago
testplan.txt 13b6b3989a Minor typos in client test section 10 years ago
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 years ago
testremotediscovery.cpp 416d98716f Make argument singular to fix i18n issue 4 years ago
testremotewipe.cpp 19491ff85f Once client gets 401/403 from the server, check if remote wipe was requested. 6 years ago
testselectivesync.cpp 238ac53666 Ensure local discovery on selective sync changes 5 years ago
testsetuserstatusdialog.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 years ago
testshareemodel.cpp a0ff46a7fb Add testing for ShareeModel 3 years ago
testsharemodel.cpp 7ba6969e65 Moved all server mocking code for share model test to independent ShareTestUtils file 3 years ago
testsortedsharemodel.cpp 63354f8432 Add testing for SortedShareModel 3 years ago
testsynccfapi.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 years ago
testsyncconflict.cpp 26fd4d2226 tidy some loop related code: avoid one letter variable names 3 years ago
testsyncdelete.cpp dfedb09fd8 Move test for issue #1329 from t1.pl to new test system 5 years ago
testsyncengine.cpp c379879e30 check that we update local file mtime on changes from server 3 years ago
testsyncfileitem.cpp 61c792c6f4 fully qualify types in signals and slots 3 years ago
testsyncfilestatustracker.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 years ago
testsyncjournaldb.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings 3 years ago
testsyncmove.cpp b5adbf3ab0 fix instances of: c++11 range-loop might detach Qt container warnings 3 years ago
testsyncvirtualfiles.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 years ago
testsyncxattr.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 years ago
testtalkreply.cpp 73bae8cd30 Add TalkReply class and tests. 3 years ago
testtheme.cpp a3fc812539 Enable share to Talk and Email. Display correct icon. Added unit tests. 4 years ago
testunifiedsearchlistmodel.cpp 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 years ago
testupdater.cpp edb3759684 For tests we do not need a xserver running. 9 years ago
testuploadreset.cpp 5175d186a4 Do not ignore return values for SyncJournalDB in unit tests. 3 years ago
testutility.cpp c52718c104 Replace deprecated QRegExp with QRegularExpression. 4 years ago
testxmlparse.cpp 3e61bdc431 Use dav instead of webdav 4 years ago
themeutils.cpp 9185956069 Split out wizard welcome page 5 years ago
themeutils.h 565a5f0999 add [[nodiscard]] attribute via clang-tidy 3 years ago