Commit Graph

162 Commits (b2dfdacaa1cb6d7839aed3b4d39adc6504a4beef)

Author SHA1 Message Date
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 14 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 14 years ago
Administrator 4e5a3fbcaf - Fixed indentations. 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
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
Michael Gapczynski 4835525c46 Switch scan to scanFile for root of mount points 14 years ago
Michael Gapczynski aa15fcf22f Scan mount points in root before adding a entry 14 years ago
Michael Gapczynski 5174eda232 Fix permissions for mount point 14 years ago
Robin Appelman d0377b1951 Cache: normalize mimetypes 14 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 14 years ago
Robin Appelman 457dc270f5 Fix messed up mounts 14 years ago
Michael Gapczynski 1137723b2a Remove unnecessary length parameter from last commit 14 years ago
Michael Gapczynski 38876fc98a Update old storage classes names to the new namespace during mounting 14 years ago
Michael Gapczynski a068ddff64 Use the sub storage's permission cache for retrieving the correct permission 14 years ago
Robin Appelman a164fd160f Cache: provide path hints to getCache/etc where available 14 years ago