Commit Graph

30 Commits (00a30e665128352e9b20268ea65400a968903c74)

Author SHA1 Message Date
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 13 years ago
Robin Appelman 42a1a17a30 Cache: return non numberic storage id 13 years ago
Robin Appelman d0377b1951 Cache: normalize mimetypes 13 years ago
Michael Gapczynski 2c23e143d3 Store etags in the file cache 13 years ago
Robin Appelman b12abb2c94 use numeric ids for storages in the filecache 13 years ago
Robin Appelman a609992a75 better check if we are passing a fileid to Cache::get 13 years ago
Robin Appelman 0cfef83ed9 sort output of getFolderContent by name 13 years ago
Robin Appelman ad706229f5 explicitly sort files when using getFolderContents 13 years ago
Robin Appelman 186c9e77e8 add Cache->getIncomplete for use in background scanning 13 years ago
Robin Appelman 15b8a3f987 move correctFolderSize from Scanner to Cache 13 years ago
Robin Appelman 3f644fe70c fix calculateFolderSize for non existing files 13 years ago
Robin Appelman e7bed5ddab allow creating Cache objects with only the storage id instead of the whole storage object 13 years ago
Robin Appelman 8a6bb7965d add Cache::move 13 years ago
Robin Appelman fba7be1194 add filesystem watcher to detect updates 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 695405dfeb add permissions data to the results of the cache api 13 years ago
Robin Appelman 8bce661e4d add search to the filecache api 13 years ago
Robin Appelman 39adadd3e3 move the cache api from OC_Files to filesystem(view) 13 years ago
Robin Appelman 13515effc9 add Cache::getStatus 13 years ago
Robin Appelman 636c75ce06 better parent path bahaviour for the filecache 13 years ago
Robin Appelman 92555eff71 add encrypted column to the new filecache 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 13 years ago
Robin Appelman 6fafd5d4e9 this should be done elsewhere if needed 13 years ago
Robin Appelman 97b0eabc85 fix several problems in the new filecache in order to complete the tests 13 years ago
Robin Appelman 153cd802a9 add partial file data to the result of Cache::get 13 years ago
Robin Appelman 954596c251 rework filecache to work directly on storage backends wip 13 years ago