..
benchmarks
Enable bugprone-too-small-loop-variable clang-tidy check
2020-09-01 06:37:03 +00:00
csync
Fix new typos found by codespell
2023-09-17 10:41:38 +02:00
manual /favlink
License: Adjust license of GPLv2 source files to GPLv2+
2016-10-25 11:06:54 +02:00
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
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
2024-01-29 16:13:25 +01: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
nextcloud_add_test.cmake
Always build E2E tests, but only add to test suite if enabled
2022-11-23 08:40:46 +01: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 bad remote path in sharetestutils fakefolder, which led to failed FakePropfindReply being provided in tests
2022-12-13 17:40:16 +01: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
Also prevent use of std::filesystem in macOS 10.14
2024-03-28 19:11:57 +08:00
syncenginetestutils.h
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
2024-01-29 16:13:25 +01:00
test_journal.db
test_journal.db: Add checksumtype table
2017-06-22 15:11:49 +02:00
testaccount.cpp
fix [[nodiscard]] single warning
2022-10-04 11:14:45 +02:00
testactivitydata.cpp
to store subjectRichParameters use a QVariantMap that is qml friendly
2023-05-17 18:16:08 +02:00
testactivitylistmodel.cpp
Unit tests for federated share activity actions
2024-03-05 09:13:12 +01:00
testallfilesdeleted.cpp
Fix typos found by codespell
2023-06-21 08:47:13 +02:00
testasyncop.cpp
Enforce Chunk V2 API chunk size limits at the sync options level
2023-08-31 15:25:00 +02:00
testblacklist.cpp
Do not ignore return values for SyncJournalDB in unit tests.
2022-09-17 09:47:15 +02:00
testcapabilities.cpp
detect capabilities for lock/unlock of files
2022-05-02 13:52:05 +02:00
testcfapishellextensionsipc.cpp
fix issues reported by compiling windows code with clang-tidy
2023-02-22 16:50:20 +01:00
testchecksumvalidator.cpp
Fix crash. Remove unnecessary dependency injection causing crash.
2023-11-09 13:24:10 +01:00
testchunkingng.cpp
Add test for Chunk V2 restrictions in testchunkingng
2023-08-31 15:25:00 +02:00
testclientsideencryption.cpp
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
2024-01-29 16:13:25 +01:00
testclientsideencryptionv2.cpp
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
2024-03-20 00:54:27 +01:00
testclientstatusreporting.cpp
Client Status Reporting. Only report statuses listed on the server.
2024-02-28 14:47:37 +01:00
testconcaturl.cpp
Enable the modernize-use-using check on clang-tidy
2020-08-12 18:18:57 +02:00
testcookies.cpp
Use QDateTime::startOfDay()
2021-09-08 08:54:00 +00:00
testdatabaseerror.cpp
Test that the sync behave well if there are errors while reading the database
2020-12-15 10:58:17 +01:00
testdatefieldbackend.cpp
Add a test for the various ways of setting a date on datefieldbackend
2023-09-13 10:15:14 +02:00
testdownload.cpp
fix ignored signals due to using old connect syntax
2023-06-28 11:21:50 +02:00
teste2efiletransfer.cpp
initialize all variables
2023-02-06 10:43:04 +01:00
teste2eserversetup.cpp
Add a test to check e2e server test setup
2022-11-23 08:40:46 +01:00
testexcludedfiles.cpp
Adapt test 2
2023-07-18 10:57:17 +02:00
testfiletagmodel.cpp
Test important properties in testfiletagmodel
2023-05-16 18:23:33 +08:00
testfolder.cpp
Move Utility to a new common static library
2017-09-05 17:25:19 +02:00
testfolderman.cpp
End-to-End Encryption V2. Implemented sharing between users. Automatic migration from 1.0 to 2.0(only for flat folders). Improved secure filedrop.
2024-01-29 16:13:25 +01:00
testfolderwatcher.cpp
Detect office files for locking on new upload. Notify FolderWatcher.
2024-04-13 15:46:37 +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
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.
2021-11-04 20:50:51 +00:00
testinotifywatcher.cpp
Use QRandomGenerator instead of qrand
2021-09-08 08:54:00 +00:00
testlocaldiscovery.cpp
Always discover blacklisted folders locally, to avoid data loss of non-uploaded files when modifying selectivesync list.
2023-02-23 10:58:57 +01:00
testlockedfiles.cpp
fix issues reported by compiling windows code with clang-tidy
2023-02-22 16:50:20 +01:00
testlockfile.cpp
Detect office files for locking on new upload. Notify FolderWatcher.
2024-04-13 15:46:37 +02:00
testlongpath.cpp
Add test for csync_vio_local_stat with long path
2021-08-23 09:40:27 +02:00
testnetrcparser.cpp
For tests we do not need a xserver running.
2016-05-12 11:34:21 +02:00
testnextcloudpropagator.cpp
Report error Virus Detected. Updated tests.
2023-12-11 18:03:57 +01:00
testownsql.cpp
Move Prepared sql queries to seperate class to manage access
2021-08-23 09:40:26 +02:00
testpermissions.cpp
Also prevent use of std::filesystem in macOS 10.14
2024-03-28 19:11:57 +08:00
testplan.txt
Minor typos in client test section
2015-09-10 18:11:44 +05:45
testpushnotifications.cpp
Fix typos found by codespell
2023-06-21 08:47:13 +02:00
testremotediscovery.cpp
Make argument singular to fix i18n issue
2021-11-05 10:00:17 +01:00
testremotewipe.cpp
Once client gets 401/403 from the server, check if remote wipe was requested.
2019-10-17 20:11:31 +02:00
testsecurefiledrop.cpp
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths.
2024-03-20 00:54:27 +01:00
testselectivesync.cpp
ensure we do not restore unselected folders from selective sync
2023-10-16 22:00:00 +02:00
testsetuserstatusdialog.cpp
add [[nodiscard]] attribute via clang-tidy
2022-10-04 11:14:45 +02:00
testshareemodel.cpp
Display 'Search globally' as the last sharees list element
2023-03-03 18:01:05 +01:00
testsharemodel.cpp
Incorporate internal link share into tests
2022-12-13 17:33:38 +01:00
testsortedactivitylistmodel.cpp
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
testsortedsharemodel.cpp
remove custom property to set a source model in a sort proxy model
2023-05-17 18:16:08 +02:00
testsynccfapi.cpp
context menu: do not recursively check pin and availability states
2024-03-27 11:59:30 +01:00
testsyncconflict.cpp
Update file's metadata in the local database when the etag changes while file remains unchanged. Fix subsequent conflict when locking and unlocking.
2022-12-30 16:57:32 +01:00
testsyncconflictsmodel.cpp
SyncConfilctsModel test: use FakeAccountState
2024-04-22 09:47:49 +02:00
testsyncdelete.cpp
Fix typos found by codespell
2023-06-21 08:47:13 +02:00
testsyncengine.cpp
newly created folders will be read-only when needed
2024-03-12 23:30:02 +01:00
testsyncfileitem.cpp
fully qualify types in signals and slots
2022-11-15 09:57:54 +01:00
testsyncfilestatustracker.cpp
Unit tests for ignorelist exclude status stuck.
2024-03-05 10:40:09 +01:00
testsyncjournaldb.cpp
Replace comments about relevancy of chunk to propagat v1 with variable name change
2023-08-31 15:25:00 +02:00
testsyncmove.cpp
add new test to simulate the data loss scenario
2024-03-05 14:43:42 +01:00
testsyncvirtualfiles.cpp
context menu: do not recursively check pin and availability states
2024-03-27 11:59:30 +01:00
testsyncxattr.cpp
context menu: do not recursively check pin and availability states
2024-03-27 11:59:30 +01:00
testtalkreply.cpp
Add TalkReply class and tests.
2022-03-17 17:50:33 +01:00
testtheme.cpp
Enable share to Talk and Email. Display correct icon. Added unit tests.
2021-09-06 13:27:39 +00:00
testunifiedsearchlistmodel.cpp
Fix new typos found by codespell
2023-09-17 10:41:38 +02:00
testupdater.cpp
For tests we do not need a xserver running.
2016-05-12 11:34:21 +02:00
testuploadreset.cpp
Do not ignore return values for SyncJournalDB in unit tests.
2022-09-17 09:47:15 +02:00
testutility.cpp
Bugfix. E2EE V2. Fix incorrect root e2ee folder path search in local db.
2024-02-28 15:37:50 +01:00
testxmlparse.cpp
use new connect syntax
2023-02-28 09:36:27 +01: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