| Commit message (Expand) | Author | Age | Files | Lines |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -16/+24 |
* | Do not remove dir entry if it has the same name as the parent | Vincent Petry | 2014-11-13 | 1 | -4/+1 |
* | fix files_external storage id migration | Jörn Friedrich Dreyer | 2014-10-31 | 1 | -3/+20 |
* | Merge pull request #11721 from owncloud/fix-s3-regression | Morris Jobke | 2014-10-23 | 1 | -5/+11 |
|\ |
|
| * | Fix S3 connection | Vincent Petry | 2014-10-22 | 1 | -5/+11 |
* | | Merge pull request #11726 from owncloud/s3-fixunittests | Morris Jobke | 2014-10-23 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Fix S3 folder creation for new AWS API | Vincent Petry | 2014-10-22 | 1 | -0/+1 |
* | | Lazy initialize external storages | Vincent Petry | 2014-10-22 | 1 | -45/+55 |
|/ |
|
* | guess mimetype on touch | Jörn Friedrich Dreyer | 2014-10-21 | 1 | -1/+3 |
* | extract batchDelete(), better comments | Jörn Friedrich Dreyer | 2014-10-08 | 1 | -31/+31 |
* | files_extern: remove empty Body and ContentLength in Amazon S3 mount | André Gaul | 2014-10-08 | 1 | -3/+1 |
* | fix amazon s3 issues | Jörn Friedrich Dreyer | 2014-10-08 | 1 | -108/+123 |
* | Fix copy overwrite for amazon s3 | Robin Appelman | 2014-09-17 | 1 | -12/+4 |
* | Fix amazon s3 rename overwrite | Robin Appelman | 2014-09-17 | 1 | -2/+10 |
* | Fix AmazonS3 rmdir on the root | Robin Appelman | 2014-09-17 | 1 | -15/+42 |
* | Fix failing AmazonS3::touch on updated aws sdk | Johan Björk | 2014-09-03 | 1 | -1/+2 |
* | use S3Client::encodeKey(), fixes #8325 | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -2/+3 |
* | Converted an array to PHP5.3 compatible version | Johan Björk | 2014-07-09 | 1 | -2/+2 |
* | Fixes #8326: deletion of directories on S3 | Johan Björk | 2014-07-08 | 1 | -17/+12 |
* | Fix Signiture Does Not Match when mounting Amazon S3 external storage | Christopher T. Johnson | 2014-07-08 | 1 | -13/+17 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
* | remove duplicate method checkDependencies() | Thomas Müller | 2014-04-03 | 1 | -12/+0 |
* | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 1 | -0/+12 |
* | Added cURL dependency for Amazon S3, Dropbox and SWIFT | Philipp Kapfer | 2014-04-03 | 1 | -0/+12 |
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+3 |
* | Fixed test function for S3 | Vincent Petry | 2013-12-03 | 1 | -2/+4 |
* | Fixed Amazon S3 ext storage config UI | Vincent Petry | 2013-12-03 | 1 | -3/+3 |
* | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 1 | -8/+0 |
* | Always check variable type before using readdir to avoid surprises | Arthur Schiwon | 2013-09-04 | 1 | -17/+22 |
* | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 1 | -2/+2 |
* | Compare result are already true/false | Bart Visscher | 2013-08-17 | 1 | -1/+1 |
* | Merge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdoc | Jörn Friedrich Dreyer | 2013-08-01 | 1 | -0/+15 |
|\ |
|
| * | added @var tags | Christian Berendt | 2013-08-01 | 1 | -0/+15 |
* | | write all catched exception messages to the log | Christian Berendt | 2013-08-01 | 1 | -0/+14 |
|/ |
|
* | fixing style issues | Christian Berendt | 2013-07-10 | 1 | -13/+13 |
* | use === instead of == | Christian Berendt | 2013-07-10 | 1 | -7/+7 |
* | remove uneeded calls to touch | Christian Berendt | 2013-07-10 | 1 | -2/+0 |
* | rewrote initialisation, added testing workaround | Christian Berendt | 2013-07-10 | 1 | -23/+44 |
* | minimize waiting time | Christian Berendt | 2013-07-08 | 1 | -1/+3 |
* | wait methods are probably not working, just wait | Christian Berendt | 2013-07-08 | 1 | -3/+1 |
* | added exception messages | Christian Berendt | 2013-07-08 | 1 | -2/+2 |
* | wait until bucket exists after the creation | Christian Berendt | 2013-07-08 | 1 | -0/+3 |
* | check if used bucket name is valid | Christian Berendt | 2013-07-08 | 1 | -0/+4 |
* | fixed syntax error | Christian Berendt | 2013-07-08 | 1 | -1/+1 |
* | remove needless check | Christian Berendt | 2013-07-08 | 1 | -4/+0 |
* | replaced substr with trim | Christian Berendt | 2013-07-08 | 1 | -7/+1 |
* | removed aws.phar and added extracted zip instead | Christian Berendt | 2013-07-08 | 1 | -1/+1 |
* | use us-west-1 as default region for Amazon S3 | Christian Berendt | 2013-07-03 | 1 | -1/+4 |
* | fixing rmdir in \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -4/+4 |
* | reworking and extending \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -117/+363 |