nextcloud/apps/files_external/lib
Carlos Cerrillo ce1a1996f7 Fixing Issue #6301 on master branch
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 7c264c88fe,
b245e2e3d8 and
c06844c374 to stable6 (squashed)
2014-01-13 16:38:30 +01:00
..
amazons3.php Fixed test function for S3 2013-12-03 15:55:15 +01:00
config.php Fixing Issue #6301 on master branch 2014-01-13 16:38:30 +01:00
dropbox.php Fixed various Dropbox issues + unit tests 2013-11-26 11:59:36 +01:00
ftp.php Fixed FTP and SMB to use rmdir() when deleting folders 2013-11-29 13:01:01 +01:00
google.php Moved default isReadable/isUpdatable impl into Common class 2013-11-22 18:21:17 +01:00
irods.php Merge pull request #4719 from owncloud/port_4701_master 2013-09-12 15:44:20 -07:00
sftp.php Fixed SFTP storage to overwrite on rename 2013-11-26 16:32:44 +01:00
smb.php Fixed FTP and SMB to use rmdir() when deleting folders 2013-11-29 13:01:01 +01:00
streamwrapper.php Fixed FTP and SMB to use rmdir() when deleting folders 2013-11-29 13:01:01 +01:00
swift.php Fixed ext storage touch function to return true on success 2013-11-25 12:44:27 +01:00
webdav.php Fixing Issue #6301 on master branch 2014-01-13 16:38:30 +01:00