nextcloud-desktop/test
Christian Kamm 5acb157a7e
VfsSuffix: Wipe stale pin states #7273
Previously the pin states of deleted files stayed in the 'flags'
database and could be inadvertently reused when a new file with the same
name appeared. Now they are deleted.

To make this work right, the meaning of the 'path' column in the 'flags'
table was changed: Previously it never had the .owncloud file suffix.
Now it's the same as in metadata.path.

This takes the safe parts from #7274 for inclusion in 2.6. The more
elaborate database schema changes (why use 'path' the join the two
tables in the first place?) shall go into master.
2020-12-15 10:58:52 +01:00
..
benchmarks Enable bugprone-too-small-loop-variable clang-tidy check 2020-09-01 06:37:03 +00:00
csync Port the exclude test to the QTest Framework 2020-12-15 10:58:29 +01:00
manual/favlink License: Adjust license of GPLv2 source files to GPLv2+ 2016-10-25 11:06:54 +02:00
mockserver Use QDateTime::currentDateTimeUtc instead of the non utc version 2017-09-26 16:14:17 +02:00
scripts Database: Change path for new dbs to .sync_* #5904 2020-12-15 10:58:28 +01:00
CMakeLists.txt Upload: asynchronious operations 2020-12-15 10:58:44 +01:00
nextcloud_add_test.cmake Cleanup CMake (output) 2020-12-15 10:58:23 +01:00
stubfolderman.cpp Fix leak in OCC::AccountManager stub for FolderManTest 2020-05-21 01:22:15 +02:00
stubremotewipe.cpp Enable all the misc clang-tidy check except one 2020-08-31 09:14:09 +02:00
syncenginetestutils.h RequestEtagJob: Consistently parse etags #7271 2020-12-15 10:58:52 +01:00
test_journal.db test_journal.db: Add checksumtype table 2017-06-22 15:11:49 +02:00
testallfilesdeleted.cpp SyncEngine: Fix renaming a single file cause the "delete all file" popup 2020-12-15 10:58:51 +01:00
testasyncop.cpp Test: fix compilation with GCC 4.9 2020-12-15 10:58:44 +01:00
testblacklist.cpp Blacklist: remember the X-Request-ID 2020-12-15 10:57:53 +01:00
testchecksumvalidator.cpp Checksums: Work on QIODevice*s 2020-12-15 10:58:21 +01:00
testchunkingng.cpp Chunked upload: Fix percent encoding in If header #7176 2020-12-15 10:58:50 +01:00
testclientsideencryption.cpp Add support for BASE64 encoded '|' when decrypting 2020-08-10 13:13:19 +02:00
testconcaturl.cpp Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02: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
testdownload.cpp apply http2 qt resend patch from owncloud 2019-12-25 13:59:15 +08:00
testexcludedfiles.cpp Windows: Forbid chars 0-31 in filenames #6987 2020-12-15 10:58:42 +01:00
testfolder.cpp Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
testfolderman.cpp FolderWizard: Don't crash when typing invalid drive #7041 2020-12-15 10:58:49 +01:00
testfolderwatcher.cpp FolderWatcher linux: Make automatically recursive #7068 2020-11-24 16:56:49 +00:00
testhelper.h Once client gets 401/403 from the server, check if remote wipe was requested. 2019-10-17 20:11:31 +02:00
testinotifywatcher.cpp Move Utility to a new common static library 2017-09-05 17:25:19 +02:00
testlocaldiscovery.cpp Discovery: Handle the blacklistFiles from the server capabilities 2020-12-15 10:58:30 +01:00
testlockedfiles.cpp Test: Add test for locked file tracking and propagation 2020-12-15 10:58:17 +01:00
testnetrcparser.cpp For tests we do not need a xserver running. 2016-05-12 11:34:21 +02:00
testnextcloudpropagator.cpp Enable the modernize-use-using check on clang-tidy 2020-08-12 18:18:57 +02:00
testoauth.cpp OAuth2: Better error logging 2020-12-15 10:58:51 +01:00
testownsql.cpp OwnSql: Distinguish no-data from error #6677 2020-12-15 10:58:43 +01:00
testpermissions.cpp Tests: Fix DB locking issue in permissions test 2020-12-15 10:58:50 +01:00
testplan.txt Minor typos in client test section 2015-09-10 18:11:44 +05:45
testremotediscovery.cpp Discovery: Do not abort the sync in case of error 404 (or 500) 2020-12-15 10:58:51 +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
testselectivesync.cpp Ensure local discovery on selective sync changes 2020-12-15 10:58:41 +01:00
testsyncconflict.cpp Discovery: Remove stale DB entries 2020-12-15 10:58:10 +01:00
testsyncdelete.cpp Move test for issue #1329 from t1.pl to new test system 2020-12-15 10:58:29 +01:00
testsyncengine.cpp PropagateDirectory: Set initial dir mtime to server mtime #7119 2020-12-15 10:58:46 +01:00
testsyncfileitem.cpp For tests we do not need a xserver running. 2016-05-12 11:34:21 +02:00
testsyncfilestatustracker.cpp SyncFileStatusTracker: Distinguish Warning and Excluded 2020-12-15 10:58:38 +01:00
testsyncjournaldb.cpp Vfs: Add 'availability', a simplified, user-facing pin state #7111 2020-12-15 10:58:47 +01:00
testsyncmove.cpp Fix and test _file and _renameTarget 2020-12-15 10:58:44 +01:00
testsyncvirtualfiles.cpp VfsSuffix: Wipe stale pin states #7273 2020-12-15 10:58:52 +01:00
testupdater.cpp For tests we do not need a xserver running. 2016-05-12 11:34:21 +02:00
testuploadreset.cpp Fix warnings about signedness 2020-12-15 10:58:41 +01:00
testutility.cpp Test: Move the test for Utility::normalizeEtag to testutility.cpp 2020-12-15 10:58:28 +01:00
testxmlparse.cpp Properly handle denormalized href 2020-05-18 19:33:34 +02:00