Commit Graph

121 Commits (8f8abdbaeef7bcaff1f822714a7f227933cc43c1)

Author SHA1 Message Date
Clark Tomlinson 55d56f2f0f Resolves cache tests failing if the directory length is longer than 64 12 years ago
Jörn Friedrich Dreyer 5943b7ac0d w͢͢͝h͡o͢͡ ̸͢k̵͟n̴͘ǫw̸̛s͘ ̀́w͘͢ḩ̵a҉̡͢t ̧̕h́o̵r͏̵rors̡ ̶͡͠lį̶e͟͟ ̶͝in͢ ͏t̕h̷̡͟e ͟͟d̛a͜r̕͡k̢̨ ͡h̴e͏a̷̢̡rt́͏ ̴̷͠ò̵̶f̸ u̧͘ní̛͜c͢͏o̷͏d̸͢e̡͝ 12 years ago
Robin Appelman 58a1540587 remove unstable test 12 years ago
Robin Appelman 3d92f963f4 Fix unit test 12 years ago
Robin Appelman 65d24c3cd5 Improve unit tests for Cache\Updater 12 years ago
Robin Appelman 850542c5d6 Refactor Cache\Updater to work outside of the users home 12 years ago
Jörn Friedrich Dreyer 6930ec2bcc add utf8 folder test 12 years ago
Jörn Friedrich Dreyer b5545b81c6 make search case insensitive on postgres and oracle 12 years ago
Vincent Petry 67413e3ada Use assertNotSame when checking etags 12 years ago
Robin Appelman 21cfd1014a Repair broken parent link in the scanner 12 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
Robin Appelman 3bcdad62fb Fix unit tests 12 years ago
Robin Appelman a31f089266 Add a change propagator class to handle propagating etag and mtime changes 12 years ago
Robin Appelman 1302602173 fix illegal usage of unlink in test case 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin Appelman bb8a7a2230 Remove assert since the root size of the home storage is no longer calculated 13 years ago
Jörn Friedrich Dreyer 2ba6cd4e2b initialize etags of temporary storage 13 years ago
Jörn Friedrich Dreyer 131c12ad8d use assertInternalType for typechecking 13 years ago
Jörn Friedrich Dreyer 39f2f564a9 use assertSame and assertNotSame for etag checks 13 years ago
Robin Appelman bc49c6be04 Manually triger the filecache update hooks before any other hook 13 years ago
Robin Appelman eea1abae20 add unit tests for watcher policies 13 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 13 years ago
Robin Appelman 642d8e370e Dont use php5.4 only features 13 years ago
Vincent Petry 23e6578601 Fix array access syntax for older PHP 13 years ago
Robin Appelman 16b898ddb8 update another test 13 years ago
Robin Appelman 7e4c80fd60 use different value for mtime and storage_mtime in test 13 years ago
Robin Appelman 203d5d01ca Use storage_mtime when determining if we can reuse cached data while scanning 13 years ago
Vincent Petry 4faba49f0a Fix calculated folder size to use unencrypted size 13 years ago
Vincent Petry 5be4af9f51 Now also preventing to override "files" dir size with -1 13 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 13 years ago
Vincent Petry 3e2fd9942b Root size for home storage is now size of "files" subdir 13 years ago
Robin Appelman 32a703ab36 Do not use -1 as the size for the root folder of the home storage 13 years ago
Vincent Petry 7ff6a642b4 Fixed filesize issue in watchr test 13 years ago
Bjoern Schiessle fcfac51aa1 backport of https://github.com/owncloud/core/pull/5513 13 years ago
Robin Appelman 654b0daf01 update touch tests for updated behaviour 13 years ago
Robin Appelman b3626f34cd Update the parent folders storage_mtime on write and delete to prevent rescans 13 years ago
Robin Appelman 235517f111 clear permissions cache when scanning a file 13 years ago
Andreas Fischer d9a36ee82e Move setUp() and tearDown() up in tests/lib/files/cache/scanner.php. 13 years ago
Andreas Fischer de2e6e137b Do not convert boolean to integer in tests. put() already does this. 13 years ago
Thomas Müller d84d548618 when storing back the data field 'encrypted' it is necessary to cast the boolean to an integer to make pg happy 13 years ago
Thomas Müller c8f9efeb94 etag changes are now propagated up the file tree 13 years ago
Thomas Müller 3c026b7cf6 recreate an etag within the scanner if the cache contains an empty etag 13 years ago
Robin Appelman 1877a42a0d Scanner: additional tests for reusing etags during scanning 13 years ago
Robin Appelman 3e7a86c6ec remove deleted files while scanning 13 years ago
Michael Gapczynski afff750011 Add test for calculating size of newly empty folder 13 years ago
Robin Appelman 3f5eb762b6 Scanner test: ensure mtime in the cache is the same as on the storage to prevent random failures 13 years ago
Thomas Müller b4f7a88788 rename can cause mtime change - invalid assert 13 years ago
Jörn Friedrich Dreyer 4ecca9e97b graceful teardown of cache 13 years ago
Jörn Friedrich Dreyer 7a7b54c4a2 skip teardown if cache has not been set up 13 years ago
Thomas Mueller 5d0a3f981c adding unit test for folder remove: testRemovedFolder() 13 years ago