summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/swift.php
Commit message (Expand)AuthorAgeFilesLines
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-599/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-downloadThomas Müller2016-01-221-16/+13
|\
| * Modified swift handling to explicitly set 404 responses to falseDaniel Tosello2016-01-121-1/+2
| * Fixing swift fopen by ensuring stream is a valid resourceDaniel Tosello2015-12-101-1/+4
| * Streaming download from Swift external storageTim Dettrick2015-12-101-17/+10
* | Happy new year!Thomas Müller2016-01-121-2/+3
* | Allowing access to Swift containers shared by ACLTim Dettrick2016-01-081-2/+19
|/
* Improving fopen behaviour for Swift backendTim Dettrick2015-12-071-1/+10
* Merge pull request #19000 from UoM-ResPlat-DevOps/swift-squelch-expected-404-...Thomas Müller2015-10-291-1/+4
|\
| * Don't log expected Swift 404 responsesTim Dettrick2015-09-141-1/+4
* | Fallback to default mimetype detection mechanismVincent Petry2015-10-131-12/+0
* | deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* | update licence headers via scriptMorris Jobke2015-10-051-0/+2
* | Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-2/+2
|/
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-3/+3
* Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-151-2/+2
* Revert "Use OCP classes as much as possible in files_external"Thomas Müller2015-07-021-2/+2
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-07-011-2/+2
* Update license headersJenkins for ownCloud2015-03-261-13/+22
* drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-5/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+14
* Updating license headersJenkins for ownCloud2015-02-231-14/+21
* Lazy initialize external storagesVincent Petry2014-10-221-48/+79
* guess mimetype on touchJörn Friedrich Dreyer2014-10-211-1/+2
* Also check if the file itself is updatableRobin Appelman2014-09-171-1/+1
* Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-171-1/+1
* Fix hasUpdated for folders in swift backendRobin Appelman2014-09-051-0/+22
* Fix configuration of rackspaceRobin Appelman2014-09-051-18/+28
* update files_external swift to php-opencloud v1.9.2Jörn Friedrich Dreyer2014-06-251-111/+107
* Fix whitespace issuesRobin McCorkell2014-05-161-16/+16
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-8/+20
* Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-031-0/+12
* Fix swift touch operationVincent Petry2014-03-271-1/+1
* Fixed mtime reading from OpenStack APIVincent Petry2014-03-261-0/+4
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+6
* Fixed ext storage touch function to return true on successVincent Petry2013-11-251-2/+2
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-8/+0
* add configuration parameter to manually set the timeout of HTTP requestsChristian Berendt2013-10-241-0/+5
* make Swift::testLocal workable by using a delimiterChristian Berendt2013-10-231-1/+2
* Revert "make Swift::testLocal workable by fixing the prefix used with the obj...Christian Berendt2013-10-231-4/+1
* make Swift::testLocal workable by fixing the prefix used with the object list...Christian Berendt2013-10-231-1/+4
* rewrite of OC\Files\Storage\SwiftChristian Berendt2013-10-221-456/+354
* Set storage id for openstack swift backendRobin Appelman2013-05-011-0/+1
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-6/+2
|\
| * Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-4/+0
| * Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
| * Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* | fixing namespaceThomas Mueller2013-02-121-1/+1
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-50/+80
|\|