| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
* | Fallback to default mimetype detection mechanism | Vincent Petry | 2015-10-13 | 1 | -21/+0 |
* | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
* | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI... | Martin | 2015-09-22 | 1 | -1/+1 |
* | Make AmazonS3 path style actually work | Robin McCorkell | 2015-09-16 | 1 | -1/+4 |
* | Merge pull request #18445 from owncloud/ext-only-setuservars-string | Morris Jobke | 2015-08-25 | 1 | -2/+2 |
|\ |
|
| * | setUserVars() should only attempt substitution with strings | Robin McCorkell | 2015-08-20 | 1 | -2/+2 |
* | | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-08-19 | 1 | -4/+4 |
|/ |
|
* | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 1 | -3/+2 |
* | Revert "Use OCP classes as much as possible in files_external" | Thomas Müller | 2015-07-02 | 1 | -2/+2 |
* | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-07-01 | 1 | -2/+2 |
* | Merge pull request #16940 from owncloud/ext-s3-touchmtimefix | Thomas Müller | 2015-06-22 | 1 | -8/+13 |
|\ |
|
| * | Properly set mtime on S3 for touch operation | Vincent Petry | 2015-06-15 | 1 | -8/+13 |
* | | Skip directory entry in S3 opendir | Vincent Petry | 2015-06-15 | 1 | -0/+4 |
|/ |
|
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -15/+25 |
* | drop any fallback code related to curl - refs https://github.com/owncloud/cor... | Thomas Müller | 2015-03-12 | 1 | -5/+1 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -24/+16 |
* | 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 |
|\ |
|