server/apps/files_sharing/lib/external
Lukas Reschke 8214fae9ae Use HTTPClient instead of file_get_contents
Allows us to catch exceptions like 404's and thus prevents stuff like:

```
{"reqId":"fnmS0hc+fL4+WXKAruo5","remoteAddr":"192.168.39.100","app":"PHP","message":"file_get_contents(http:\/\/ckamm.blaucloud.de\/\/status.php): failed to open stream: HTTP request failed! HTTP\/1.1 404 Not Found\r\n at \/var\/www\/owncloud\/apps\/files_sharing\/lib\/external\/storage.php#260","level":3,"time":"2016-03-08T21:00:33+00:00","method":"PROPFIND","url":"\/remote.php\/webdav\/"}
```
2016-03-08 22:13:00 +01:00
..
cache.php Happy new year! 2016-01-12 15:02:18 +01:00
manager.php Update author information 2016-03-01 17:25:15 +01:00
mount.php Happy new year! 2016-01-12 15:02:18 +01:00
mountprovider.php inject the correct external share manager into the storage 2016-02-25 14:49:25 +01:00
scanner.php /shareinfo is not required 2016-03-01 07:01:52 +01:00
storage.php Use HTTPClient instead of file_get_contents 2016-03-08 22:13:00 +01:00