Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-07 | 1 | -2/+2 |
* | 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 |
* | | Merge pull request #4266 from berendt/OC_Files_Storage_AmazonS3_logging | Jörn Friedrich Dreyer | 2013-08-01 | 1 | -0/+14 |
|\ \ | |||||
| * | | write all catched exception messages to the log | Christian Berendt | 2013-08-01 | 1 | -0/+14 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-01 | 1 | -0/+1 |
|/ | |||||
* | use output buffering when including the irods libraries | Robin Appelman | 2013-07-24 | 1 | -0/+2 |
* | Merge pull request #3392 from owncloud/googledrive | Bart Visscher | 2013-07-23 | 38 | -597/+8524 |
|\ | |||||
| * | Remove root option from Google Drive storage, because it is only used for tes... | Michael Gapczynski | 2013-07-23 | 2 | -10/+8 |
| * | Fix 'most' Google Drive tests | Michael Gapczynski | 2013-07-13 | 2 | -82/+148 |
| * | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 14 | -18/+61 |
| |\ | |||||
| * | | substr storage id to prevent problems with storing the change id in appconfig | Michael Gapczynski | 2013-06-04 | 1 | -1/+1 |
| * | | Implement hasUpdated() to watch for changes on Google Drive side | Michael Gapczynski | 2013-05-30 | 1 | -0/+59 |
| * | | Merge branch 'master' into googledrive | Michael Gapczynski | 2013-05-27 | 3 | -20/+7 |
| |\ \ | |||||
| * | | | Fix require_once for 3rdparty in google ajax frontend | Michael Gapczynski | 2013-05-18 | 1 | -2/+3 |
| * | | | Include 3rdparty Google Drive SDK 0.6.2 | Michael Gapczynski | 2013-05-17 | 33 | -2/+7936 |
| * | | | Fix constant in last commit | Michael Gapczynski | 2013-05-17 | 1 | -1/+1 |
| * | | | Prepare for #2013 fix | Michael Gapczynski | 2013-05-17 | 1 | -1/+7 |
| * | | | Setting Redirect URI is not required here | Michael Gapczynski | 2013-05-16 | 1 | -1/+0 |
| * | | | Switch to using Google Drive SDK, closes #2047 | Michael Gapczynski | 2013-05-16 | 4 | -567/+431 |
* | | | | Merge branch 'master' into ext-fs-irods-master | Thomas Müller | 2013-07-22 | 640 | -136/+62505 |
|\ \ \ \ | |||||
| * \ \ \ | Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3 | Thomas Müller | 2013-07-22 | 634 | -129/+62472 |
| |\ \ \ \ | |||||
| | * | | | | stripping services from AWS SDK | Christian Berendt | 2013-07-10 | 596 | -114377/+0 |
| | * | | | | 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 | 3 | -28/+49 |
| | * | | | | minimize waiting time | Christian Berendt | 2013-07-08 | 2 | -2/+6 |
| | * | | | | wait methods are probably not working, just wait | Christian Berendt | 2013-07-08 | 2 | -6/+2 |
| | * | | | | make tests workable with Amazon S3 | Christian Berendt | 2013-07-08 | 1 | -9/+16 |
| | * | | | | 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 | 1228 | -1/+176428 |
| | * | | | | 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 |
| | * | | | | added commented new parameters | Christian Berendt | 2013-07-03 | 1 | -1/+6 |
| | * | | | | reworking testclass for \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -7/+18 |
| | * | | | | reworking and extending \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -117/+363 |
| | * | | | | adding several new parameters | Christian Berendt | 2013-07-03 | 1 | -3/+8 |
| | * | | | | adding AWS SDK for PHP 2.4.0 | Christian Berendt | 2013-07-03 | 1 | -0/+0 |
| * | | | | | if the file doesn't exists; create a new one. We use this to create new text ... | Björn Schießle | 2013-07-22 | 1 | -1/+7 |
| * | | | | | replace external storage status images with CSS, also use form to distinguish... | Jan-Christoph Borchardt | 2013-07-18 | 4 | -5/+19 |
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-17 | 1 | -1/+7 |
| | |_|_|/ | |/| | | | |||||
* | | | | | fixing / adding comments | Thomas Müller | 2013-07-16 | 1 | -1/+3 |
* | | | | | update copy right | Thomas Müller | 2013-07-12 | 1 | -1/+1 |
* | | | | | incorporate development branch of ssh://irodsguest@code.renci.org/gitroot/ir... | Thomas Müller | 2013-07-12 | 79 | -0/+7930 |