Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -4/+3 |
| | |||||
* | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 1 | -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 backend | Robin Appelman | 2012-07-20 | 1 | -10/+5 |
| | | |||||
* | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵ | Michael Gapczynski | 2012-07-24 | 1 | -2/+2 |
|/ | | | | is_writable() | ||||
* | remove comments around code block | Bjoern Schiessle | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | webdav ssl cleanup | Bjoern Schiessle | 2012-07-09 | 1 | -3/+6 |
| | |||||
* | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | CURLOPT_SSL_VERIFYPEER=false shouldn't be in master | Bjoern Schiessle | 2012-07-06 | 1 | -2/+1 |
| | |||||
* | use OC_Connector_Sabre_Client | Bjoern Schiessle | 2012-07-06 | 1 | -6/+6 |
| | |||||
* | check if caview really exists | Bjoern Schiessle | 2012-07-05 | 1 | -2/+4 |
| | |||||
* | send ca cert path to sabredav client | Bjoern Schiessle | 2012-07-05 | 1 | -0/+3 |
| | |||||
* | webdav client crashes for secure connections if he doesn't have the right ↵ | Bjoern Schiessle | 2012-07-02 | 1 | -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 Gapczynski | 2012-06-29 | 1 | -14/+12 |
| | | | | for oc-1160 | ||||
* | - remove leading http[s] to let createBaseUri() generate secure/unsecure ↵ | Bjoern Schiessle | 2012-06-29 | 1 | -3/+7 |
| | | | | | | base URI - if secure is set to true add 's' to http | ||||
* | Don't use substr to get first char of string | Bart Visscher | 2012-06-08 | 1 | -2/+2 |
| | |||||
* | removing executable bit - again | Thomas Mueller | 2012-05-15 | 1 | -0/+0 |
| | |||||
* | move all the files stuff into a files class | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | ported the rest of the OC_Helper calls | Frank Karlitschek | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | renaming remote storage support to External storage support to clear up ↵ | Jan-Christoph Borchardt | 2012-03-30 | 1 | -0/+293 |
naming conflict |