Commit Graph

17 Commits (d9c19fa8d700a64054b29d8a1e4faaffc036c717)

Author SHA1 Message Date
Robin Appelman 10be42f5b7 Cache: only look for child entires when doing a move operation when moving a folder 13 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 13 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 13 years ago
Robin Appelman 177537dbcc Cache: port test cases to PHPUnit 13 years ago
Robin Appelman 8635699db9 fix cache behaviour for non existing files 13 years ago
Robin Appelman 186c9e77e8 add Cache->getIncomplete for use in background scanning 13 years ago
Robin Appelman 8a6bb7965d add Cache::move 13 years ago
Robin Appelman 79d0ac21cc delete child entries when a folder gets removed from cache 13 years ago
Robin Appelman 56e9ce44c3 add a way to recalucale the size of a folder in the cache 13 years ago
Robin Appelman fcc92a9f43 add searchByMime to new cache api 13 years ago
Robin Appelman 8bce661e4d add search to the filecache api 13 years ago
Robin Appelman 13515effc9 add Cache::getStatus 13 years ago
Robin Appelman e415e90c6d make filestorage scanner non-static and add a simple test case 13 years ago
Robin Appelman 1ed89760be dont need this anymore 13 years ago
Robin Appelman 522d7df860 convert Cache to a non-static class that handles the cache for a single storage backend 13 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