Commit Graph

41 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
OpenLarry 49313b334a fixes #2679 13 years ago
Björn Schießle abe408e934 replace \MDB with \OC_DB, approved in #2278 13 years ago
Thomas Mueller 9d4d399aa3 write error message to log file in case insert to file cache failed - took hours to find that the insert failed :-( 13 years ago
Robin Appelman ee1eb98d4a Cache: cleanup permissions cache when removing a file from the cache 13 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 13 years ago
Thomas Mueller 78a3625ddf final adoptions for mssql connectivity 13 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 13 years ago
Thomas Mueller b31cc83a2d $this->numericId should be determined based on table storages not filecache 13 years ago
TheSFReader d03155a8d5 translate the mimtype/mimepart to readable in the searchByMime function 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 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