summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/webdav.php
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace fixes in appsBart Visscher2012-08-291-4/+3
|
* Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-10/+5
|\ | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * remove unused variables from webdav file backendRobin Appelman2012-07-201-10/+5
| |
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-241-2/+2
|/ | | | is_writable()
* 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 ↵Bjoern Schiessle2012-07-021-0/+2
| | | | root certificate for ssl verification. For the moment I print at least a useful error message to the OC log and the Apache log
* Fix WebDAV external storage opendir() and stat() for directories, bug fix ↵Michael Gapczynski2012-06-291-14/+12
| | | | for oc-1160
* - remove leading http[s] to let createBaseUri() generate secure/unsecure ↵Bjoern Schiessle2012-06-291-3/+7
| | | | | | base URI - if secure is set to true add 's' to http
* Don't use substr to get first char of stringBart Visscher2012-06-081-2/+2
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* move all the files stuff into a files classFrank Karlitschek2012-05-021-1/+1
|
* ported the rest of the OC_Helper callsFrank Karlitschek2012-05-021-1/+1
|
* renaming remote storage support to External storage support to clear up ↵Jan-Christoph Borchardt2012-03-301-0/+293
naming conflict