Commit Graph

142 Commits (69bc42f920324ef02ade5dff6bd52f2ddde113a2)

Author SHA1 Message Date
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
Robin Appelman 04f83e3b53 Cache: optional path argument for getCache/Scanner/etc 14 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 14 years ago
Michael Gapczynski d0a50fae83 Fix eTagUpdate and add tests 14 years ago
Michael Gapczynski 96e08a1d96 Fix function name 14 years ago
Michael Gapczynski 3ee3323b87 Fix retrieving of cache and scanner in Updater class 14 years ago
Michael Gapczynski 77f12c526b Update etags in parent folders 14 years ago
Michael Gapczynski 83064aca51 Remove old etag code 14 years ago
Michael Gapczynski 2c23e143d3 Store etags in the file cache 14 years ago
Michael Gapczynski 8bdfb04056 Fix shared folders 14 years ago