mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 03:04:35 -04:00
Added private var $certPath to store the user root cert Move logic to determine the $certPath path to the constructor and modify to get the path from OC_User::getHome() Add curl options to use the certificate to avoid certificate errors with self-signed certicates in the downdload/upload method so we don't get blank files Only set SSL things when ```$this->secure``` is ```true``` Fix ```createCertificateBundle``` and ```getCertificates``` methods from ```OC_Mount_config``` to use ```OC_User::getHome``` to get the path Backport of |
||
|---|---|---|
| .. | ||
| amazons3.php | ||
| config.php | ||
| dropbox.php | ||
| ftp.php | ||
| google.php | ||
| irods.php | ||
| sftp.php | ||
| smb.php | ||
| streamwrapper.php | ||
| swift.php | ||
| webdav.php | ||