Commit Graph

174 Commits (db30f94fc89dff1dffe46cee6aca6eef8ac9e793)

Author SHA1 Message Date
Thomas Mueller b31cc83a2d $this->numericId should be determined based on table storages not filecache 14 years ago
Robin Appelman b54dcd1999 Cache: fix scanner trying to use existing data when file isn't in cache 14 years ago
Thomas Mueller f2baf1ae0e fixing syntax error 14 years ago
Robin Appelman e1fe5279dd Cache: also preserve etags for files 14 years ago
irgsmirx 062befd1fc Update lib/files/cache/legacy.php 14 years ago
Robin Appelman 2921d2fb78 Cache: don't create a new etag when the mtime hasn't changed 14 years ago
Robin Appelman d84c3cd014 Cache: actually use parameter 14 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 14 years ago
Robin Appelman 56d10e9054 Cache: simplify scanner logic a bit when handeling with unknown folder sizes 14 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 14 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 14 years ago
Robin Appelman 0c05244f8b Mapper: use md5 hashes for database indexes 14 years ago
Thomas Müller e0da721a7d adding ctor to Local and revert call to it within Temporary 14 years ago
Thomas Mueller 92e6409f40 fixing mappedlocal storage to work on non-windows as well 14 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 14 years ago
Jörn Friedrich Dreyer 420b63cbe4 fix empty path handling 14 years ago
Bart Visscher 60411f7d3d Remove unneeded __destruct call in OC\Files\Storage\Temporary 14 years ago
Thomas Müller ddc7af9a53 know your libraries ;-) 14 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 14 years ago
Sam Tuke 50faddfa40 Minor improvement to comments 14 years ago
Thomas Mueller 9446017821 spell check 14 years ago
Thomas Mueller 1fd807a7d6 pass the argument to the ctor 14 years ago
Thomas Mueller 02e6adfdb3 fixing namespace 14 years ago
Robin Appelman 7c33d0a5a7 Cache: fix copy-paste errors 14 years ago
Robin Appelman 80dd8d7802 Cache: check for invalid paths in getFileInfo/getDirectoryContent 14 years ago
Lukas Reschke 3def7f8187 Make fileblacklist configurable 14 years ago
TheSFReader d03155a8d5 translate the mimtype/mimepart to readable in the searchByMime function 14 years ago
Michael Gapczynski 6093d961a0 Add getOwner to Filesystem and View classes 14 years ago
TheSFReader 42d59d5a16 Remove a warning by making sure the renamed file is a dir before trying and opening it 14 years ago
Robin Appelman af3b0e30ed Cache: don't insert duplicated during upgrade 14 years ago
Robin Appelman 232cc3211b add oc:// streamwrapper to provide access to ownCloud's virtual filesystem 14 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 14 years ago
Robin Appelman 3e59a87153 Filesystem: use the updated Mount::findById in getPath to ensure we get the correct path if the storage is also mounted outside the view 14 years ago
Robin Appelman 577e3b11d7 Filesystem: return all matching mounts in Mount::findById 14 years ago
Robin Appelman 4cae141673 Filesystem: also add getPath to \OC\Filesystem 14 years ago
Robin Appelman 17bcea1585 Filesystem: add View->getPath to the cache api 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 69f11151e9 Filesystem: add Mount::findById 14 years ago
Michael Gapczynski 03b947e3ec Don't check for updates for sub storages, these scans should be done in the background 14 years ago
Robin Appelman f25db779d9 Filesystem: move mount management to it's own class 14 years ago
Robin Appelman 9a1f65aab1 Some style fixes 14 years ago
Robin Appelman 7330fcf5e8 Cache: make mounts overwrite existing folders, prevents duplicate entries 14 years ago
Robin Appelman 42a1a17a30 Cache: return non numberic storage id 14 years ago
Michael Gapczynski 664f33a29c Update mtimes of all parent folders after change inside 14 years ago
Robin Appelman 6871a150bd Cache: use a database transition for scanning each folder 14 years ago
Robin Appelman f9c42a196f Cache: no longer using this file 14 years ago
Robin Appelman 29ec007979 Cache: dont migrate permissions, cache them on demain instead 14 years ago
Robin Appelman 7debfac0dc Cache: more efficient upgrading 14 years ago
Robin Appelman 94068e5d08 Cache: show upgrade progress 14 years ago
Michael Gapczynski 8a63bcc1e8 Don't use more entropy for etags 14 years ago