Commit Graph

203 Commits (8c42e2de8c8be9bd5914794dbf01a10f575788d1)

Author SHA1 Message Date
Robin Appelman 8c42e2de8c Test cases for new mount management 14 years ago
Robin Appelman 177537dbcc Cache: port test cases to PHPUnit 14 years ago
Thomas Mueller ef88ceba8c drop SimpleTest compatibility 14 years ago
Robin Appelman 7330fcf5e8 Cache: make mounts overwrite existing folders, prevents duplicate entries 14 years ago
Robin Appelman db2b485b96 Cache: fix test case Updater::testRename 14 years ago
Michael Gapczynski 465c100d8f Add tests for mtime changes in folders - testRename is failing right now 14 years ago
Michael Gapczynski 68272fa253 Remove unnecessary ob_end_clean() from template tests 14 years ago
Thomas Mueller 42678096bb remove php closing tag 14 years ago
Robin Appelman ad3badeabf Cache: split permission cache scanning and cache scanning 14 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 14 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 14 years ago
Michael Gapczynski d0a50fae83 Fix eTagUpdate and add tests 14 years ago
Robin Appelman cf3665057c make sure folders that are not fully scanned are at least shallow scanned when we open them 14 years ago
Robin Appelman 4be039e6cb Filecache Watcher: use scan or scanFile based on the current item, not the cached item 14 years ago
Robin Appelman cc0a0df88b one additional test case for the cache updater 14 years ago
Robin Appelman 8635699db9 fix cache behaviour for non existing files 14 years ago
Thomas Mueller f99497a05a test for search and unregister added 14 years ago
Thomas Mueller 2d597c2238 first unit tests implemented 14 years ago
Bernhard Posselt 37e524dc6d added more unittests for the group file 14 years ago
Robin Appelman 0cfef83ed9 sort output of getFolderContent by name 14 years ago
Robin Appelman 709aacfa0f change behaviour of Filesystem::getMountPoint when a mountpoint is passed as path without trailing slash 14 years ago
Robin Appelman ad706229f5 explicitly sort files when using getFolderContents 14 years ago
Robin Appelman 8ce5e0d30d don't throw fatal error in updater cache if setup failed for some reason 14 years ago
Robin Appelman 8687e0d346 add Scanner->backgroundScan 14 years ago
Robin Appelman 186c9e77e8 add Cache->getIncomplete for use in background scanning 14 years ago
Bart Visscher 8bed38c78d Rename install hook functions to register hook 14 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 14 years ago
Bart Visscher 530f3f8be9 Create functions to install standard hooks 14 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 14 years ago
Robin Appelman fedff3eafe add cache updater 14 years ago
Robin Appelman 15b8a3f987 move correctFolderSize from Scanner to Cache 14 years ago
Thomas Mueller f9226f170e fixes #266 14 years ago
Thomas Tanghus 831c2cac1e Remove unused variable. 14 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 14 years ago
Thomas Tanghus 88b91a7304 Swap expected and actual. 14 years ago
Thomas Tanghus 7c67d2fdd6 VCategories: Swap expected and actual in unit tests. 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 14 years ago
Robin Appelman 4c0c78d15d check for filename blacklist in OC_Filesystem::isValidPath 14 years ago
Robin Appelman 503922ff6c some tests for the file blacklist 14 years ago
Robin Appelman 8a6bb7965d add Cache::move 14 years ago
Robin Appelman 2dbf2c69de fix inlude path for template test 14 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 14 years ago
Thomas Tanghus 8509ca257f Switch expectation and result in unit tests. 14 years ago
Thomas Tanghus 8fc0f53a48 Added unit tests for OC_VCategories. 14 years ago
Thomas Tanghus b434c20c18 Added unit test testinsertIfNotExistDontOverwrite. 14 years ago
Thomas Mueller dca80c55a9 fixing Test_TemplateFunctions 14 years ago
Bernhard Posselt 3ca5927b59 fixed copy paste error. 4th test will now test print_unescaped instead of p 14 years ago
Bernhard Posselt aef3c6010b splitted two tests with two assertions each into four tests with one assertion 14 years ago
Bernhard Posselt f591382147 assert in proper order 14 years ago