Commit Graph

58 Commits (97380f3485fe40120b361f2f0bc9d12d060d6311)

Author SHA1 Message Date
Robin Appelman 40fae0acbf fix outdated permissions cache use in scanner 13 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 13 years ago
Robin Appelman fedff3eafe add cache updater 13 years ago
Robin Appelman 5a173b901f fix Scanner->scan setting the filesize to 0 for files 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 706bb3ccd6 move ETag generation to storage backends 13 years ago
Robin Appelman 72c3868644 add resolvePath to filesystem view api 13 years ago
Robin Appelman 8a6bb7965d add Cache::move 13 years ago
Robin Appelman b07672821b check for changes when using the cache api 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 5bfff6c56e use absolute paths when resolving mount points 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 7d6da68d53 prove some compatibility with the old cache api 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Robin Appelman c22a723785 add file permissions cache 13 years ago
Robin Appelman 8bce661e4d add search to the filecache api 13 years ago
Robin Appelman 7ef0ffe8ad add View->putFileInfo to the filecache api 13 years ago
Robin Appelman e63e246c48 fix problem with normalizePath when there was a double leading slash 13 years ago
Robin Appelman 39adadd3e3 move the cache api from OC_Files to filesystem(view) 13 years ago
Robin Appelman 56c7ee799c use strtotime on non-nummeric times in oc_filesystem::touch 13 years ago
Robin Appelman 2522c25af7 use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache 13 years ago
Robin Appelman 01594b8610 remove chroot from filesystem api 13 years ago
Robin Appelman 3ff0772a05 add getCache and getScanner to storage api in order to allow storage backends to overwride caching behaviour 13 years ago
Robin Appelman 1901ac8b17 drop depricated is_readable and is_writable 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Robin Appelman 5c6e9518ed drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Filesystem::resolvePath 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Robin Appelman 07c5384189 fix namespaces in filesystem and filesystemview 13 years ago
Robin Appelman 9df60d27bd move some code around 13 years ago
Robin Appelman 13515effc9 add Cache::getStatus 13 years ago
Robin Appelman b9b9fd9dba more tests and fixes for the filesystem scanner 13 years ago
Robin Appelman 85be00be65 add some more test cases for the scanner 13 years ago
Robin Appelman e415e90c6d make filestorage scanner non-static and add a simple test case 13 years ago
Robin Appelman 96d7cd5997 correct namespace usage in common filestorage backend 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 46896be0d4 fix namespace error in temporary storage backend 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
Robin Appelman c94fe38d39 add getPermissions to storage backends to get all permission flags in one go 13 years ago
Robin Appelman e8d3a47685 add getId to storage backends 13 years ago