summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/swift.php
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-2/+2
| * merge master into filesystemRobin Appelman2012-12-031-77/+77
| |\
| * \ merge master into filesystemRobin Appelman2012-11-151-2/+2
| |\ \
| * \ \ merge master into filesystemRobin Appelman2012-11-071-23/+31
| |\ \ \
| * \ \ \ merge master into filesystemRobin Appelman2012-10-251-6/+6
| |\ \ \ \
| * | | | | postpone the cost of setting up some of the external storage backends untill ...Robin Appelman2012-10-211-2/+27
| * | | | | drop filectime from the filesystem api'sRobin Appelman2012-10-201-2/+0
| * | | | | fix namespace problems for external storage backendsRobin Appelman2012-10-111-35/+34
| * | | | | implement getId for the external storage providersRobin Appelman2012-10-111-0/+7
| * | | | | merge master into filesystemRobin Appelman2012-10-111-11/+27
| |\ \ \ \ \
| * | | | | | put filestorages in a namespaceRobin Appelman2012-09-071-5/+7
* | | | | | | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-20/+25
| |_|_|_|_|/ |/| | | | |