171 Commits (706655ef2000f00c66aa1c4387ab9fa7f60cc537)

Author SHA1 Message Date
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
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
Robin Appelman eefd059716
add amazon s3 objectstore backend 9 years ago
Robin Appelman 64e896cc0d
split testing of objectstoragestorage and objectstore implementations 9 years ago
Robin Appelman 0a246f9852
split off s3 connection logic 9 years ago
Robin Appelman b56f2c9ed0
basic lockdown logic 9 years ago
Jörn Friedrich Dreyer 4a9361905d
make object prefix configurable 9 years ago
Thomas Müller 506ccdbd8d
Introduce an event for first time login based on the last login time stamp 9 years ago
Robin Appelman cbcdf69dc2
only query substorages to calculate the final mtime/size/etag lazily 9 years ago
Robin Appelman b72e5a2e4e
allow using 'bucket' to set the swift container 9 years ago
Vincent Petry 237dab675e
Fix initMountPoints to set usersSetup earlier 9 years ago
Robin Appelman 7be62d083e
explicitly cast mtime to int 9 years ago
Lukas Reschke 68cebef64c
DI for root.php 9 years ago
Morris Jobke 8653d14862
Do not expose user data in exceptions & fix typo 9 years ago
Vincent Petry f737426eca
Add using casing check/fix for initMountPoints 9 years ago
Robin Appelman 049bcae29e
Allow setting a maximun number of buckets for multibucket 9 years ago
Lukas Reschke 459477e2c3
Move function to LargeFileHelper 9 years ago
Boris Rybalkin cfc0d9249b
fixing php 32 bit (arm) filemtime on large file issue (#18971) (#25428) 9 years ago
Lukas Reschke df3444493b
Remove not existent function call 9 years ago
Roeland Jago Douma e73a11d106
Fix permision mask 9 years ago
Morris Jobke 169faf8c32
Remove sensible information from exception message 9 years ago
Olivier Mehani 19ad058d06
Add message to NotSquareException thrown from Avatar 9 years ago
Vincent Petry 9e9fef46d9
Get rid of very old oc:// stream wrapper (#26381) 9 years ago
Joas Schilling 246bb9f33d
Move OC\Files\Storage\Shared to the right namespace 10 years ago
Robin Appelman 3a8e75a814
Allow 4byte unicode filenames on supported platforms 9 years ago
Morris Jobke 4d2835802f
hide storage wrapper warning for the readonly storage 9 years ago