nextcloud/apps/files_external/lib
Vincent Petry 075e8d8e86 Lazy initialize external storages
Fixed the following external storages to not connect in the constructor,
but do it on-demand when getConnection() is called.
- S3
- SWIFT
- SFTP
2014-10-22 12:42:36 +02:00
..
amazons3.php Lazy initialize external storages 2014-10-22 12:42:36 +02:00
api.php Use filtered list for ext storage list mounts API 2014-06-30 12:33:11 +02:00
config.php Hookup the etag propagator 2014-10-08 14:22:17 +02:00
dropbox.php Lazy initialize external storages 2014-10-22 12:42:36 +02:00
etagpropagator.php Added PHP docs for etag propagator 2014-10-08 14:22:18 +02:00
ftp.php Lazy initialize external storages 2014-10-22 12:42:36 +02:00
google.php Lazy initialize external storages 2014-10-22 12:42:36 +02:00
owncloud.php Allow specifying protocol in ext storage OC config 2014-10-13 17:15:58 +02:00
personalmount.php Fix the removeMount for personal mounts 2014-06-06 09:55:59 +02:00
sftp.php Lazy initialize external storages 2014-10-22 12:42:36 +02:00
smb.php Fix more missing or broken PHPDoc 2014-05-16 22:21:57 +01:00
smb_oc.php kill OC::$session 2014-08-29 10:22:21 +02:00
streamwrapper.php Also check if the file itself is updatable 2014-09-17 11:35:16 +02:00
swift.php Lazy initialize external storages 2014-10-22 12:42:36 +02:00