| Commit message (Expand) | Author | Age | Files | Lines |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
* | Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-download | Thomas Müller | 2016-01-22 | 1 | -16/+13 |
|\ |
|
| * | Modified swift handling to explicitly set 404 responses to false | Daniel Tosello | 2016-01-12 | 1 | -1/+2 |
| * | Fixing swift fopen by ensuring stream is a valid resource | Daniel Tosello | 2015-12-10 | 1 | -1/+4 |
| * | Streaming download from Swift external storage | Tim Dettrick | 2015-12-10 | 1 | -17/+10 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
* | | Allowing access to Swift containers shared by ACL | Tim Dettrick | 2016-01-08 | 1 | -2/+19 |
|/ |
|
* | Improving fopen behaviour for Swift backend | Tim Dettrick | 2015-12-07 | 1 | -1/+10 |
* | Merge pull request #19000 from UoM-ResPlat-DevOps/swift-squelch-expected-404-... | Thomas Müller | 2015-10-29 | 1 | -1/+4 |
|\ |
|
| * | Don't log expected Swift 404 responses | Tim Dettrick | 2015-09-14 | 1 | -1/+4 |
* | | Fallback to default mimetype detection mechanism | Vincent Petry | 2015-10-13 | 1 | -12/+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 | -2/+2 |
|/ |
|
* | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-08-19 | 1 | -3/+3 |
* | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 1 | -2/+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 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+22 |
* | 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 | -21/+14 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+21 |
* | Lazy initialize external storages | Vincent Petry | 2014-10-22 | 1 | -48/+79 |
* | guess mimetype on touch | Jörn Friedrich Dreyer | 2014-10-21 | 1 | -1/+2 |
* | Also check if the file itself is updatable | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
* | Check if a folder is deletable before we try to recursively delete it | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
* | Fix hasUpdated for folders in swift backend | Robin Appelman | 2014-09-05 | 1 | -0/+22 |
* | Fix configuration of rackspace | Robin Appelman | 2014-09-05 | 1 | -18/+28 |
* | update files_external swift to php-opencloud v1.9.2 | Jörn Friedrich Dreyer | 2014-06-25 | 1 | -111/+107 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -16/+16 |
* | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 1 | -8/+20 |
* | Added cURL dependency for Amazon S3, Dropbox and SWIFT | Philipp Kapfer | 2014-04-03 | 1 | -0/+12 |
* | Fix swift touch operation | Vincent Petry | 2014-03-27 | 1 | -1/+1 |
* | Fixed mtime reading from OpenStack API | Vincent Petry | 2014-03-26 | 1 | -0/+4 |
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+6 |
* | Fixed ext storage touch function to return true on success | Vincent Petry | 2013-11-25 | 1 | -2/+2 |
* | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 1 | -8/+0 |
* | add configuration parameter to manually set the timeout of HTTP requests | Christian Berendt | 2013-10-24 | 1 | -0/+5 |
* | make Swift::testLocal workable by using a delimiter | Christian Berendt | 2013-10-23 | 1 | -1/+2 |
* | Revert "make Swift::testLocal workable by fixing the prefix used with the obj... | Christian Berendt | 2013-10-23 | 1 | -4/+1 |
* | make Swift::testLocal workable by fixing the prefix used with the object list... | Christian Berendt | 2013-10-23 | 1 | -1/+4 |
* | rewrite of OC\Files\Storage\Swift | Christian Berendt | 2013-10-22 | 1 | -456/+354 |
* | Set storage id for openstack swift backend | Robin Appelman | 2013-05-01 | 1 | -0/+1 |
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -6/+2 |
|\ |
|
| * | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -4/+0 |
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | | fixing namespace | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -50/+80 |
|\| |
|
| * | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -2/+2 |