Commit Graph

38 Commits (17f94de19b5a22c791d4d099ab3a7ad11b254445)

Author SHA1 Message Date
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 13 years ago
Robin Appelman 17bcea1585 Filesystem: add View->getPath to the cache api 13 years ago
Michael Gapczynski 03b947e3ec Don't check for updates for sub storages, these scans should be done in the background 13 years ago
Robin Appelman 7330fcf5e8 Cache: make mounts overwrite existing folders, prevents duplicate entries 13 years ago
Michael Gapczynski 4835525c46 Switch scan to scanFile for root of mount points 13 years ago
Michael Gapczynski aa15fcf22f Scan mount points in root before adding a entry 13 years ago
Michael Gapczynski 5174eda232 Fix permissions for mount point 13 years ago
Robin Appelman d0377b1951 Cache: normalize mimetypes 13 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 13 years ago
Michael Gapczynski a068ddff64 Use the sub storage's permission cache for retrieving the correct permission 13 years ago
Robin Appelman a164fd160f Cache: provide path hints to getCache/etc where available 13 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 13 years ago
Michael Gapczynski 83064aca51 Remove old etag code 13 years ago
Michael Gapczynski 8951769cae Check sub storage isn't null or false 13 years ago
Robin Appelman cf3665057c make sure folders that are not fully scanned are at least shallow scanned when we open them 13 years ago
Robin Appelman 8635699db9 fix cache behaviour for non existing files 13 years ago
Michael Gapczynski c47bf9bbce Add checks for storage object 13 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 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 b07672821b check for changes when using the cache api 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 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 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 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 07c5384189 fix namespaces in filesystem and filesystemview 13 years ago
Robin Appelman 9df60d27bd move some code around 13 years ago
Björn Schießle 35357f3afb etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829) 14 years ago
Björn Schießle a7292e897a The mtime in the file cache has to be updated after version rollback (copy from outside of the regular files root) (fixes bug #1720) 14 years ago
Robin Appelman 82ffefb99b dont trigger filesystem hooks when not using the default view 14 years ago
Bart Visscher e3e4a2bec2 Enable post_write trigger 14 years ago
Georg Ehrke 463b48b2e1 fix file upload 14 years ago
Robin Appelman bd83422095 put filestorages in a namespace 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 14 years ago
Robin Appelman 154ce0f68d also add getLocalFolder to OC_Filsystem and OC_FilesystemView 14 years ago
Robin Appelman 53a888cc81 more path normalization 14 years ago
Robin Appelman 1522f7f211 fix some minor problems with path noramlization 14 years ago
Robin Appelman 0c8ce0bb32 some basic path normalization 14 years ago
Michael Gapczynski 6b83470c96 Fix incorrect copy/paste for file_put_contents() 14 years ago
Michael Gapczynski 93c75f46e5 Forgot data parameter for file_put_contents() streams pre proxies 14 years ago
Michael Gapczynski ea18d70c60 Run pre and post proxies for file_put_contents() streams 14 years ago