aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/swift.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|_|/ |/| | | | |
* | | | | | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-75/+75
| |_|_|_|/ |/| | | |
* | | | | Fixed new checkstyle issues in swift.php from build #1341.Diederik de Haas2012-11-101-2/+2
| |_|_|/ |/| | |
* | | | support string values ('true' and 'false') for configuring the secure paramet...Robin Appelman2012-11-051-1/+9
* | | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-3/+3
* | | | Checkstyle: many fixesFelix Moeller2012-11-021-19/+19
| |_|/ |/| |
* | | Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-6/+6
| |/ |/|
* | Various bug fixes for swiftBenjamin Liles2012-10-111-11/+27
|/
* adding space between) and {Thomas Mueller2012-09-071-85/+85
* no more require_once()Thomas Mueller2012-09-051-1/+1
* Whitespace fixes in appsBart Visscher2012-08-291-4/+4
* Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+2