summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/webdav.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4510 from owncloud/f_e_webdav_urlencodingThomas Müller2013-08-191-2/+2
|\
| * replace ' ' with '%20' in urls for curlJörn Friedrich Dreyer2013-08-191-2/+2
* | merge master in storage-wrapper-quotaRobin Appelman2013-08-181-0/+1
|\|
| * Fixing owncloud/core#4301Alexander Bogdanov2013-08-021-0/+1
* | use renamed constantsRobin Appelman2013-07-251-1/+1
|/
* if the file doesn't exists; create a new one. We use this to create new text ...Björn Schießle2013-07-221-1/+7
* Dont task external storages with creating their own rootRobin Appelman2013-04-261-2/+0
* 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