summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/swift.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php
| * Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-4/+0
| | | | | | | | When this is the case only the configured max upload size is taking into account for uploading
| * 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
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | we actually need it
| * | | | | 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 ↵Robin Appelman2012-11-051-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | parameter on external storage backends fixes #78
* | | | 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 ↵Michael Gapczynski2012-07-241-2/+2
| | | | is_writable()
* Don't use substr to get first char of stringBart Visscher2012-06-081-1/+1
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* move all the files stuff into a files classFrank Karlitschek2012-05-021-4/+4
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-4/+4
|
* some performance improvements to the openstack swift backendRobin Appelman2012-04-251-1/+16
|
* emulate touch with custom mtime for swift backendRobin Appelman2012-04-191-11/+39
|
* add SWIFT (openstack object storage) storage backendRobin Appelman2012-04-181-0/+488