Commit Graph

39 Commits (3e720942e58f99b038616d95e00a01ac9dd2f490)

Author SHA1 Message Date
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Daniel Kesselberg 230f685987
Remove superfluous fclose 6 years ago
Daniel Kesselberg 72d22a4828
Use local variable for directory name 6 years ago
Daniel Kesselberg 75b8944061
Don't strip path from directory prefix 6 years ago
Daniel Kesselberg 80340a8d46
Fill directory cache from opendir 6 years ago
Daniel Kesselberg 12863e0d24
Change visibility to private (from protected) 6 years ago
Daniel Kesselberg 963d35c78c
Rename $location to $path 6 years ago
Daniel Kesselberg 010473ca1f
Add method to check if directory exists 6 years ago
Daniel Kesselberg 0d667d18bb
Call headObject if file not in filecache 🙈 7 years ago
Daniel Kesselberg 659ed3ecda
Prefix $path for filename for internal file cache 7 years ago
Daniel Kesselberg 4cbea5f7e1
Remove value from cache on delete/clear 7 years ago
Daniel Kesselberg 5cf38254bb
Use helper method for content length and last modified 7 years ago
Daniel Kesselberg 67d5380b91
Reuse information from ListObjects for stat / filetype 7 years ago
Roeland Jago Douma 47a3008141
Remove \OCP\Files::tmpFile 8 years ago
enoch 6212992c0a
fix(AmazonS3): fix loop $result['Contents'] error 8 years ago
Morris Jobke 044d01d0e1
Use proper method to log exceptions 8 years ago
Robin Appelman 48ea714341
Use a more widely available method to test s3 settings 8 years ago
Robin Appelman 84bd2b6bc9
fix invalidating folder cache for s3 8 years ago
Robin Appelman 7afd77604e
adjust s3 bulk delete to new sdk syntax 8 years ago
Morris Jobke 16a558871c
Use proper code flow instead of not needed else branch 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Robin Appelman 91f44f5309
fix undefined constants 8 years ago
Robin Appelman 9154b27943
disable part files for s3 external storage 8 years ago
Robin Appelman cc9dd4280f
add stat cache for s3 external storage 8 years ago
Robin Appelman d5678201b4
more efficient is_dir 8 years ago
Robin Appelman 4bbc1cdc79
more efficient permissions for s3 external storage 8 years ago
Robin Appelman 9b5accf9f3
more efficient write only fopen 8 years ago
Robin Appelman d70607104e
reuse object read/write/delete logic in s3 implementations 8 years ago
Robin Appelman dad18baec8
update aws sdk and move it to 3rdparty 8 years ago
Robin Appelman 5774d3e82c
replace close:// streamwrapper with CallBackWrapper 9 years ago
Robin Appelman 0a246f9852
split off s3 connection logic 9 years ago
Joas Schilling 0215b004da
Update with robin 10 years ago
Joas Schilling 813f0a0f40
Fix apps/ 10 years ago
Robin Appelman 8f84c99e3f
Fix undefined properties 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Joas Schilling 4576891f10
Move Lib\Storage to PSR-4 10 years ago
Robin McCorkell 4717605d22 Fix storage backend class namespaces and move to subdir 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Vincent Petry 915d37f226 Fallback to default mimetype detection mechanism 10 years ago
Morris Jobke 8366ce2767 deduplicate @xenopathic 10 years ago
Morris Jobke b945d71384 update licence headers via script 10 years ago
Martin 491250320a Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 10 years ago
Robin McCorkell 7fc545470c Make AmazonS3 path style actually work 10 years ago
Robin McCorkell 62d328525a setUserVars() should only attempt substitution with strings 11 years ago
Robin McCorkell d577aad4ac Use OCP classes as much as possible in files_external 11 years ago
Robin Appelman da951ba059 Use the new IteratorDirectory instead of the fakedir wrapper 11 years ago
Thomas Müller 079e9cecba Revert "Use OCP classes as much as possible in files_external" 11 years ago
Robin McCorkell 728a22cda1 Use OCP classes as much as possible in files_external 11 years ago
Vincent Petry f98030020f Properly set mtime on S3 for touch operation 11 years ago