summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/amazons3.php
Commit message (Expand)AuthorAgeFilesLines
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-634/+0
* Happy new year!Thomas Müller2016-01-121-2/+2
* Fallback to default mimetype detection mechanismVincent Petry2015-10-131-21/+0
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
* Make AmazonS3 path style actually workRobin McCorkell2015-09-161-1/+4
* Merge pull request #18445 from owncloud/ext-only-setuservars-stringMorris Jobke2015-08-251-2/+2
|\
| * setUserVars() should only attempt substitution with stringsRobin McCorkell2015-08-201-2/+2
* | Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-4/+4
|/
* Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-151-3/+2
* Revert "Use OCP classes as much as possible in files_external"Thomas Müller2015-07-021-2/+2
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-07-011-2/+2
* Merge pull request #16940 from owncloud/ext-s3-touchmtimefixThomas Müller2015-06-221-8/+13
|\
| * Properly set mtime on S3 for touch operationVincent Petry2015-06-151-8/+13
* | Skip directory entry in S3 opendirVincent Petry2015-06-151-0/+4
|/
* Update license headersJenkins for ownCloud2015-03-261-15/+25
* drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-5/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+16
* Updating license headersJenkins for ownCloud2015-02-231-16/+24
* Do not remove dir entry if it has the same name as the parentVincent Petry2014-11-131-4/+1
* fix files_external storage id migrationJörn Friedrich Dreyer2014-10-311-3/+20
* Merge pull request #11721 from owncloud/fix-s3-regressionMorris Jobke2014-10-231-5/+11
|\
| * Fix S3 connectionVincent Petry2014-10-221-5/+11
* | Merge pull request #11726 from owncloud/s3-fixunittestsMorris Jobke2014-10-231-0/+1
|\ \ | |/ |/|
| * Fix S3 folder creation for new AWS APIVincent Petry2014-10-221-0/+1
* | Lazy initialize external storagesVincent Petry2014-10-221-45/+55
|/
* guess mimetype on touchJörn Friedrich Dreyer2014-10-211-1/+3
* extract batchDelete(), better commentsJörn Friedrich Dreyer2014-10-081-31/+31
* files_extern: remove empty Body and ContentLength in Amazon S3 mountAndré Gaul2014-10-081-3/+1
* fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-108/+123
* Fix copy overwrite for amazon s3Robin Appelman2014-09-171-12/+4
* Fix amazon s3 rename overwriteRobin Appelman2014-09-171-2/+10
* Fix AmazonS3 rmdir on the rootRobin Appelman2014-09-171-15/+42
* Fix failing AmazonS3::touch on updated aws sdkJohan Björk2014-09-031-1/+2
* use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-141-2/+3
* Converted an array to PHP5.3 compatible versionJohan Björk2014-07-091-2/+2
* Fixes #8326: deletion of directories on S3Johan Björk2014-07-081-17/+12
* Fix Signiture Does Not Match when mounting Amazon S3 external storageChristopher T. Johnson2014-07-081-13/+17
* Fix whitespace issuesRobin McCorkell2014-05-161-1/+1
* remove duplicate method checkDependencies()Thomas Müller2014-04-031-12/+0
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-0/+12
* Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-031-0/+12
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+3
* Fixed test function for S3Vincent Petry2013-12-031-2/+4
* Fixed Amazon S3 ext storage config UIVincent Petry2013-12-031-3/+3
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-8/+0
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-17/+22
* use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-2/+2
* Compare result are already true/falseBart Visscher2013-08-171-1/+1