Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
* | no files external for SMB on windows | Thomas Müller | 2013-08-15 | 1 | -10/+16 |
* | Fixing owncloud/core#4301 | Alexander Bogdanov | 2013-08-02 | 1 | -0/+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 |
|/ | |||||
* | 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 | 2 | -463/+448 |
|\ | |||||
| * | Remove root option from Google Drive storage, because it is only used for tes... | Michael Gapczynski | 2013-07-23 | 1 | -4/+3 |
| * | Fix 'most' Google Drive tests | Michael Gapczynski | 2013-07-13 | 1 | -74/+138 |
| * | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 1 | -2/+12 |
| |\ | |||||
| * | | 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 |
| * | | Include 3rdparty Google Drive SDK 0.6.2 | Michael Gapczynski | 2013-05-17 | 1 | -2/+4 |
| * | | 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 | 2 | -448/+304 |
* | | | Merge branch 'master' into ext-fs-irods-master | Thomas Müller | 2013-07-22 | 3 | -122/+398 |
|\ \ \ | |||||
| * \ \ | Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3 | Thomas Müller | 2013-07-22 | 2 | -121/+391 |
| |\ \ \ | |||||
| | * | | | 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 |
| | * | | | adding several new parameters | Christian Berendt | 2013-07-03 | 1 | -3/+8 |
| | | |/ | | |/| | |||||
| * / | | 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 |
| |/ / | |||||
* | | | fixing / adding comments | Thomas Müller | 2013-07-16 | 1 | -1/+3 |
* | | | Merge branch 'master' into ext-fs-irods-master | Thomas Mueller | 2013-06-19 | 1 | -2/+12 |
|\| | | |||||
| * | | In cases where smb4php returns false of an empty array stat/( has to return f... | Thomas Mueller | 2013-06-01 | 1 | -2/+12 |
| |/ | |||||
* | | update to latest master | Thomas Mueller | 2013-06-06 | 1 | -6/+0 |
* | | - implement touch() to at least create a file which doesn't exist | Thomas Mueller | 2013-06-06 | 1 | -12/+87 |
* | | Merge branch 'master' into ext-fs-irods-master | Thomas Mueller | 2013-05-15 | 7 | -45/+6 |
|\| | |||||
| * | Merge pull request #3147 from owncloud/storage-mkdir-root | Michael Gapczynski | 2013-05-01 | 6 | -45/+5 |
| |\ | |||||
| | * | Dont task external storages with creating their own root | Robin Appelman | 2013-04-26 | 6 | -45/+5 |
| * | | Set storage id for openstack swift backend | Robin Appelman | 2013-05-01 | 1 | -0/+1 |
| |/ | |||||
* | | adding auth mode to ui and the url | Thomas Mueller | 2013-04-26 | 2 | -0/+7 |
* | | Merge branch 'master' into ext-fs-irods-master | Thomas Mueller | 2013-04-26 | 1 | -2/+12 |
|\| | |||||
| * | External Storage: Check for curl in PHP | Markus Goetz | 2013-04-23 | 1 | -2/+12 |