Commit Graph

87 Commits (0ee45d3d20ce53db97b6835acb00a95e27ee072d)

Author SHA1 Message Date
Morris Jobke e2974f1133
Simplify return statement 8 years ago
Robin Appelman 97b44605f4
Adjust dav client to new guzzle 8 years ago
Morris Jobke 9ff51aafc5
Use index based string access for substr with length of 1 8 years ago
Morris Jobke 6bbea33133
Simplify ternary operator statements 8 years ago
Morris Jobke 2a38605545
Properly log the full exception instead of only the message 8 years ago
Morris Jobke bcba1a97ad
Use fallback path if data dir is not available for Storage/Local.php 8 years ago
Morris Jobke 01040daf02
Fix call to clearstatcache to actually use the file path 8 years ago
Robin Appelman 4f0d03e172
additional debug logging on smb copy/rename failures 8 years ago
Robin Appelman 56fd462718
Use the correct root for shared jail when the source storage is also a jail 8 years ago
Morris Jobke 4866314ce0
Run updated license header updater 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Joas Schilling 94f3fc63bc
Use ::class and fix missing doc 8 years ago
Robin Appelman b36dd8b71f
Fallback to filename based detection if the remote dav server doesn't know the mimetype 8 years ago
Lukas Reschke c78e999b21
Make definition compatible 9 years ago
Roeland Jago Douma ace7b69aa7
Fix copy from jailed storage 9 years ago
Lukas Reschke dfd8125aeb
Replace wrong PHPDocs 9 years ago
Robin Appelman 03f27b4c2c
Fix scan permissions with nested permissions masks 9 years ago
Robin Appelman dfe662ad42
Fix propagating changes within jail wrapper 9 years ago
Michael Munger b8f2418248 Fixed a crash caused by Local::copyFromStorage() not conforming to Common::copyFromStorage. Issue# 5071 9 years ago
Robin Appelman 1f1e1b0d00
use unmasked permissions during scanning 9 years ago
Joas Schilling cd2b567c21
Make sure we use the passed-in storage when there is one 9 years ago
Morris Jobke c54a59d51e
Remove unused use statements 9 years ago
Robin Appelman 8500debe79
use unjailed path when moving files out of a shared storage 9 years ago
Robin Appelman 2f949f4515
rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::getSourcePath 9 years ago
Piotr M dc78f1251e
Optimize put - Dont try to fetch filecache for not existing filecache in encription 9 years ago
Robin Appelman a7c611039d
Dont use the permissions mask while scanning 9 years ago
Lukas Reschke 49ba822fef
Remove verbose error message 9 years ago
Jörn Friedrich Dreyer 9eca1da1dd
allow configuring authType for DAV backend 9 years ago
Vinicius Cubas Brand 13e50cbcd7 added method needsPartFile() in Storage 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 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
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
Vincent Petry 4744dce4df
Nuke the legacy storage fallback from orbit 9 years ago
Robin Appelman 02ee4f958c
apply permissions mask for shared storage 9 years ago
Bjoern Schiessle 0f8fe77b3a
check if the file should really be encrypted before we update the file cache 9 years ago
Joas Schilling 558f169671
Move the validation into one place only 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
Joas Schilling 246bb9f33d
Move OC\Files\Storage\Shared to the right namespace 9 years ago
Vincent Petry 1f21a132c7
Only use realpath for real directories (#26058) 9 years ago