Commit Graph

55 Commits (73fb722a9e34dccc428bbf38adf40657ac98c94e)

Author SHA1 Message Date
Jörn Friedrich Dreyer 73fb722a9e add timeouts 3/30/90 to phpunit tests 13 years ago
Florin Peter 4eddef1556 improved tests to check if database layer normalize folder names 13 years ago
Florin Peter 5076c0d392 changed tests for using new normalizer 13 years ago
Florin Peter d4b700ef4e revert previous fix and added normalizer to cache class 13 years ago
Roland Hager 5c112657b2 New tests to assure that a move will not affect another users cache entries 13 years ago
Robin Appelman cea56df59e Have the filecache updater testcase clean the filesystem properly 13 years ago
Robin Appelman 15dae6198f Cache: add a backgroundjob to check for external changes to the filesystem 14 years ago
Robin Appelman 10be42f5b7 Cache: only look for child entires when doing a move operation when moving a folder 14 years ago
Robin Appelman 1d3beffacf Cache: better rename hook for cache updater 14 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 14 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 14 years ago
Robin Appelman ad360296b9 Update tests and apps to the new \OC\Files\Filesystem::init signature 14 years ago
Robin Appelman 3e70d563a6 Cache: bookkeeping of storage_mtime 14 years ago
Robin Appelman 5d0c5c854b Cache: use greaterEquals in tests cases to prevent failures due to race conditions 14 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 14 years ago
Robin Appelman 177537dbcc Cache: port test cases to PHPUnit 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
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 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
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
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 14 years ago
Robin Appelman fedff3eafe add cache updater 14 years ago
Robin Appelman 15b8a3f987 move correctFolderSize from Scanner to Cache 14 years ago
Robin Appelman 8a6bb7965d add Cache::move 14 years ago
Robin Appelman fba7be1194 add filesystem watcher to detect updates 14 years ago
Robin Appelman 79d0ac21cc delete child entries when a folder gets removed from cache 14 years ago
Robin Appelman 56e9ce44c3 add a way to recalucale the size of a folder in the cache 14 years ago
Robin Appelman fcc92a9f43 add searchByMime to new cache api 14 years ago
Robin Appelman 695405dfeb add permissions data to the results of the cache api 14 years ago
Robin Appelman c22a723785 add file permissions cache 14 years ago
Robin Appelman 8bce661e4d add search to the filecache api 14 years ago
Robin Appelman a2785f57d2 fix cache scanner test case 14 years ago
Robin Appelman 08bb5dbe3a few more test cases for scanning folders 14 years ago
Robin Appelman 13515effc9 add Cache::getStatus 14 years ago
Robin Appelman b9b9fd9dba more tests and fixes for the filesystem scanner 14 years ago
Robin Appelman 85be00be65 add some more test cases for the scanner 14 years ago
Robin Appelman e415e90c6d make filestorage scanner non-static and add a simple test case 14 years ago
Robin Appelman 1ed89760be dont need this anymore 14 years ago
Robin Appelman 522d7df860 convert Cache to a non-static class that handles the cache for a single storage backend 14 years ago
Robin Appelman dcf995fff3 add Cache::getFolderContent 14 years ago
Robin Appelman 73eedd8fc8 some simple test cases for the new filecache 14 years ago