205 Commits (6565533d3ba7230959fd51e5355871b392eb5df2)

Author SHA1 Message Date
Vinicius Cubas Brand 13e50cbcd7 added method needsPartFile() in Storage 9 years ago
Robin Appelman 6d0c756ff9
dont allow empty wildcard search 9 years ago
Robin Appelman e61606a767
Allow searching for favorites 9 years ago
Robin Appelman df2063ee7b
Implement webdav SEARCH 9 years ago
Robin Appelman 706131b394
add icewind/searchdav 9 years ago
Frédéric Fortier 55a37c1db9 Refactor files' CacheEntry object creation to call cacheEntryFromData() all the time thus allowing proper casts to be done 9 years ago
Frédéric Fortier cc511ac7b8 Typecast filecache 'storage' as int to return it as documented, fixes #3461 9 years ago
Robin Appelman 25dc140511
Make it easier to subclass DAV storage 9 years ago
Morris Jobke 7f73ee0764
Add missing PHPDoc and properly throw exception 9 years ago
Lukas Reschke a422a59f99
Add storage to log item as well 9 years ago
Robin Appelman 8c1ed7507a
Add option to enable locking debug logging 9 years ago
Robin Appelman f27113a6ee
also apply permissions mask in getMetaData 9 years ago
vkuimov 71a022640b bug when connect to yandex webdav server 9 years ago
Jörn Friedrich Dreyer 6fd7d4efd0
remove obsolete hack (#26928) 9 years ago
Robin Appelman 269747985e
Add a more powerful notify mechanism 9 years ago
Robin Appelman 2520a4831b
Make sure we use the correct storage id when scanning a jailed storage 9 years ago
Robin Appelman 38ec2a35f2
Make DAV external storage test more reliable 9 years ago
Magnus Walbeck 3d99ec6832 Reduced code for filename trim 9 years ago
Magnus Walbeck eadc1ac637 Mimetype detection for hidden files 9 years ago
Vincent Petry 0aaf209c66
Prevent PHP request to get killed when using fclose callback (#26775) 9 years ago
Vincent Petry e667b28298
Fix files node API failed rename/copy 9 years ago
Vincent Petry eb5ea0e260
Refactor files node API for more code reuse 9 years ago
Roeland Jago Douma 00b17c3af5
Only check for local shared storages 9 years ago
Vincent Petry 706655ef20
Skip local shares in bkg scan and occ files:scan (#26590) 9 years ago
Robin Appelman 5774d3e82c
replace close:// streamwrapper with CallBackWrapper 9 years ago
Vincent Petry 6d4abdab8f
Fix DAV stat cache to properly cache 404 9 years ago
Robin Appelman 72a3ea6073
log a warning when trying to use a non basic fopen mode 9 years ago
Robin Appelman bca91f2216
remove static:// stream wrapper 9 years ago
Robin Appelman 968de70bc5
remove the need to register the quota streamwrapper globally 9 years ago
Robin Appelman 5b09565594
remove no longer used fakedir stream wrapper 9 years ago
Vincent Petry 4744dce4df
Nuke the legacy storage fallback from orbit 9 years ago
Robin Appelman 14a561ddad
always use numeric storage id in cacheentry 9 years ago
Robin Appelman 86473306f3
fix cacheentry return wrong storage id 9 years ago
Robin Appelman 6f46a8bd5b
also compare storage ids when checking for changed mounts 9 years ago
Robin Appelman 02ee4f958c
apply permissions mask for shared storage 9 years ago
Robin Appelman efbe26f9c3
only update the cache if the storage operation succeeds 9 years ago
Lukas Reschke b7f866988e
Prevent endless loop in \OC\Files\View::createParentDirectories 9 years ago
Bjoern Schiessle 0f8fe77b3a
check if the file should really be encrypted before we update the file cache 9 years ago
Robin Appelman ce2f9493a7
filter out oc_mounts results from non existing users 9 years ago
Joas Schilling 558f169671
Move the validation into one place only 9 years ago
Joas Schilling 4652d203e3
Make sure we don't scan files that can not be accessed 9 years ago
Robin Appelman 89d37575a3
close the file handle after readfile 9 years ago
Robin Appelman 2f03fcab4a
let the share backend get the node cacheentry to save queries 9 years ago
Robin Appelman 14cdeafc3e
make source cache injectable in cache wrappers 9 years ago
Robin Appelman 30e7c27d86
reuse the known rootinfo in the shared cache when possible 9 years ago
Morris Jobke b373f52fa8
only use one kind of hack for the storage wrappers of the sharing code 9 years ago
Vincent Petry e7b1196dd6
Hack to prevent warning for read-only wrapper in public links 9 years ago
Robin Appelman a7c0d99705
ensure we setup the mount manager when in lockdown 9 years ago
Robin Appelman 3ab160dd5a
fopen s3 objects directly to work around unexplainable guzzle bug 9 years ago
Robin Appelman 0ee958595e
Improve isMounted to handle primary storage object store 9 years ago