nextcloud-desktop/test
Matthieu Gallien 1823845baa fix(readonly): better handling of ACL on read-only files on windows
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
2025-06-18 13:53:11 +00:00
..
benchmarks Enable bugprone-too-small-loop-variable clang-tidy check 2020-09-01 06:37:03 +00:00
csync allow detection of qt5 or qt6 2024-04-26 09:05:12 +02:00
manual/favlink
mockserver Replace deprecated QRegExp with QRegularExpression. 2021-11-02 08:54:06 +00:00
activitylistmodeltestutils.cpp Unit tests for federated share activity actions 2024-03-05 09:13:12 +01:00
activitylistmodeltestutils.h Activity list fixes and improvements. Adjusted sorting to show interactive and security activities always on top (after errors). Added button to scroll up when new activity arrives. Improved sync status scrollbar. 2023-09-22 15:28:50 +02:00
CMakeLists.txt fix(filesystem): only change folder permissions if required 2025-06-02 14:53:00 +02:00
e2etestsfakecert.pem Fix unit tests SecureFileDrop 2023-04-05 12:21:28 +02:00
e2etestsfakecertprivatekey.pem Fix unit tests SecureFileDrop 2023-04-05 12:21:28 +02:00
e2etestsfakecertpublickey.pem Fix unit tests SecureFileDrop 2023-04-05 12:21:28 +02:00
endtoendtestutils.cpp Add an end to end test utils file 2022-11-23 08:40:46 +01:00
endtoendtestutils.h Add an end to end test utils file 2022-11-23 08:40:46 +01:00
fake2eelocksucceeded.json Implement Secure filedrop link share. Move data from 'filedrop' to 'files' when syncing E2EE folders. 2023-03-02 19:29:11 +01:00
fakefiledrope2eefoldermetadata.json Fix unit tests SecureFileDrop 2023-04-05 12:21:28 +02:00
fakeshortcut.base64 Unit tests. Test .lnk file with a real shortcut file. Test will hang if QFileInfo is used on .lnk files. 2024-07-10 10:29:35 +02:00
nextcloud_add_test.cmake Fix test compilation 2024-04-26 09:05:12 +02:00
pushnotificationstestutils.cpp pushnotification testutils: Bind only to LocalHost 2024-04-22 09:47:49 +02:00
pushnotificationstestutils.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
sharetestutils.cpp fix(permissions): handle properly CanRead permission from server 2025-06-02 13:40:40 +02:00
sharetestutils.h more fixes for attributes without init value 2023-02-06 10:43:05 +01:00
stubfolderman.cpp VFS: Tell the vfs plugin whether we have multiple accounts 2020-12-15 10:59:14 +01:00
stubremotewipe.cpp Clazy: Fix some warnigns 2020-12-15 10:59:17 +01:00
syncenginetestutils.cpp fix(permissions): handle properly CanRead permission from server 2025-06-02 13:40:40 +02:00
syncenginetestutils.h fix(propagator): touch folder paths if permissions changed 2025-06-02 14:53:00 +02:00
test_journal.db
testaccount.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testactivitydata.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testactivitylistmodel.cpp fix(gui): remove ignored file notifications from Activity list 2025-04-04 13:03:11 +00:00
testallfilesdeleted.cpp fix(propagator): touch folder paths if permissions changed 2025-06-02 14:53:00 +02:00
testasyncop.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testblacklist.cpp fix(propagator): touch folder paths if permissions changed 2025-06-02 14:53:00 +02:00
testcapabilities.cpp Extend capabilities test to include desktopEnterpriseChannel check. 2024-07-04 10:16:40 +02:00
testcfapishellextensionsipc.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testchecksumvalidator.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testchunkingng.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testclientsideencryption.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testclientsideencryptionv2.cpp disable some parts of the auto tests for end-to-end encryption 2025-02-07 09:12:29 +01:00
testclientstatusreporting.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testconcaturl.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testcookies.cpp Use QDateTime::startOfDay() 2021-09-08 08:54:00 +00:00
testdatabaseerror.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testdatefieldbackend.cpp Use QTimeZone in startOfDay for QDate in tests 2024-12-20 16:26:57 +01:00
testdownload.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
teste2efiletransfer.cpp better automated tests log 2024-05-15 15:06:11 +02:00
teste2eserversetup.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testexcludedfiles.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testfilesystem.cpp fix(filesystem): only change folder permissions if required 2025-06-02 14:53:00 +02:00
testfiletagmodel.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testfolder.cpp
testfolderman.cpp fix(permissions): handle properly CanRead permission from server 2025-06-02 13:40:40 +02:00
testfolderstatusmodel.cpp fix crash within FolderStatusModelTest 2025-04-07 12:40:09 +00:00
testfolderwatcher.cpp skip single test or whole test file for macOS: they are broken 2025-04-15 13:44:51 +02:00
testhelper.cpp Moved all server mocking code for share model test to independent ShareTestUtils file 2022-10-31 18:06:10 +01:00
testhelper.h Make accountstate fakeable for tests 2023-01-24 17:00:14 +01:00
testiconutils.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testinotifywatcher.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testlocaldiscovery.cpp ensure correct behavioron Windows for invalid file names 2025-02-19 13:12:37 +00:00
testlockedfiles.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testlockfile.cpp fix(lockfilejobs): ensure using correct file path 2025-06-02 14:49:17 +00:00
testlongpath.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testnetrcparser.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testnextcloudpropagator.cpp removed redundant qAsConst 2025-02-25 03:55:21 +00:00
testownsql.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testpermissions.cpp fix(readonly): better handling of ACL on read-only files on windows 2025-06-18 13:53:11 +00:00
testplan.txt
testpushnotifications.cpp Use AccountPtr in testpushnotifications 2025-04-15 14:13:34 +02:00
testremotediscovery.cpp fix(permissions): handle properly CanRead permission from server 2025-06-02 13:40:40 +02:00
testremotewipe.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testsecurefiledrop.cpp disable some parts of the auto tests for end-to-end encryption 2025-02-07 09:12:29 +01:00
testselectivesync.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testsetuserstatusdialog.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testshareemodel.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testsharemodel.cpp use TextArea instead of TextEdit for share note field 2025-02-14 13:23:14 +00:00
testsortedactivitylistmodel.cpp fix(gui): remove ignored file notifications from Activity list 2025-04-04 13:03:11 +00:00
testsortedsharemodel.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testsynccfapi.cpp fix(rename): avoid hitting runtime assert when renaming virtual files 2025-04-24 11:51:24 +02:00
testsyncconflict.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testsyncconflictsmodel.cpp fix TestSyncConflictsModel by using locale aware test data 2024-11-29 09:23:58 +01:00
testsyncdelete.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testsyncengine.cpp fix(propagator): touch folder paths if permissions changed 2025-06-02 14:53:00 +02:00
testsyncfileitem.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testsyncfilestatustracker.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testsyncjournaldb.cpp Replace aAsConst with std::as_const in tests 2024-12-20 16:26:57 +01:00
testsyncmove.cpp fix(propagator): touch folder paths if permissions changed 2025-06-02 14:53:00 +02:00
testsyncvirtualfiles.cpp fix: try to correct mtime on upsyncs 2025-04-09 07:13:22 +00:00
testsyncxattr.cpp context menu: do not recursively check pin and availability states 2024-03-27 11:59:30 +01:00
testtalkreply.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testtheme.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testunifiedsearchlistmodel.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testupdater.cpp better automated tests log 2024-05-15 15:06:11 +02:00
testuploadreset.cpp changing default chunk size to 100MB 2024-09-26 10:56:53 +02:00
testutility.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
testxmlparse.cpp better automated tests log 2024-05-15 15:06:11 +02:00
themeutils.cpp Split out wizard welcome page 2021-03-10 09:55:40 +01:00
themeutils.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00