summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/webdav.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-11/+11
|\
| * Give storage backends the option to define having no known free spaceRobin Appelman2013-02-161-1/+1
| * Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-9/+9
| * Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* | fixing namespaceThomas Mueller2013-02-121-2/+2
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-46/+68
|\|
| * remove outdated lineRobin Appelman2013-01-311-1/+0
| * Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-2/+4
| * merge master into filesystemRobin Appelman2013-01-151-1/+1
| |\
| * \ merge master into filesystemRobin Appelman2012-12-031-44/+45
| |\ \
| * \ \ merge master into filesystemRobin Appelman2012-11-151-2/+2
| |\ \ \
| * \ \ \ merge master into filesystemRobin Appelman2012-11-071-2/+10
| |\ \ \ \
| * \ \ \ \ merge master into filesystemRobin Appelman2012-10-301-17/+17
| |\ \ \ \ \
| * \ \ \ \ \ merge master into filesystemRobin Appelman2012-10-251-7/+7
| |\ \ \ \ \ \
| * | | | | | | postpone the cost of setting up some of the external storage backends untill ...Robin Appelman2012-10-211-0/+23
| * | | | | | | drop filectime from the filesystem api'sRobin Appelman2012-10-201-1/+0
| * | | | | | | fix namespace problems for external storage backendsRobin Appelman2012-10-111-19/+13
| * | | | | | | implement getId for the external storage providersRobin Appelman2012-10-111-0/+4
| * | | | | | | merge master into filesystemRobin Appelman2012-10-111-0/+3
| |\ \ \ \ \ \ \
| * | | | | | | | put filestorages in a namespaceRobin Appelman2012-09-071-5/+7
* | | | | | | | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-01-091-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Upstream merged my patch to add additional ssl root certificates to the webda...Björn Schießle2013-01-081-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Move storage backend tests from constructor to test functionMichael Gapczynski2012-12-281-4/+0
* | | | | | | | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-34/+43
|/ / / / / / /
* | | | | | / fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-40/+41
| |_|_|_|_|/ |/| | | | |
* | | | | | Fixed new checkstyle issues 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: Fix the last two SpaceBeforeOpenBraceFelix Moeller2012-11-041-1/+1
* | | | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
* | | | | Checkstyle: many fixesFelix Moeller2012-11-021-7/+7
| |_|_|/ |/| | |
* | | | NoSpaceAfterCommaFelix Moeller2012-10-281-19/+19
| |_|/ |/| |
* | | NoSpaceAfterComma IIFelix Moeller2012-10-231-2/+2
* | | Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-7/+7
| |/ |/|
* | fix webdav storage backend when trying to open a non existing file for readingRobin Appelman2012-10-111-0/+3
|/
* adding space between) and {Thomas Mueller2012-09-071-44/+44
* Whitespace fixes in appsBart Visscher2012-08-291-4/+3
* Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-10/+5
|\
| * remove unused variables from webdav file backendRobin Appelman2012-07-201-10/+5
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+2
|/
* remove comments around code blockBjoern Schiessle2012-07-091-2/+2
* webdav ssl cleanupBjoern Schiessle2012-07-091-3/+6
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-061-1/+1
* CURLOPT_SSL_VERIFYPEER=false shouldn't be in masterBjoern Schiessle2012-07-061-2/+1
* use OC_Connector_Sabre_ClientBjoern Schiessle2012-07-061-6/+6
* check if caview really existsBjoern Schiessle2012-07-051-2/+4
* send ca cert path to sabredav clientBjoern Schiessle2012-07-051-0/+3
* webdav client crashes for secure connections if he doesn't have the right roo...Bjoern Schiessle2012-07-021-0/+2
* Fix WebDAV external storage opendir() and stat() for directories, bug fix for...Michael Gapczynski2012-06-291-14/+12
* - remove leading http[s] to let createBaseUri() generate secure/unsecure base...Bjoern Schiessle2012-06-291-3/+7
* Don't use substr to get first char of stringBart Visscher2012-06-081-2/+2