server/apps/files_external/lib
Ross Nicoll 64f4f8fc84 Add support for SFTP key authentication
Add support for external files accessed via SFTP using public key exchange authentication.
Keys are generated automatically when the configuration is added, or can be regenerated on demand if a key is compromised.
Creation of a new configuration row now triggers focus on that row. This is used to trigger auto-configuration for SFTP keys.
Generated public keys are saved in user's data directory for easy retrieval by an external application.
Add controller for SFTP key generation AJAX
SFTP class initialisation no longer produces a warning if the password field is missing.
Add unit tests for SFTP with key authentication backend
2015-01-14 17:00:34 +00:00
..
config Load mount specific options from the mount config 2014-12-17 14:03:50 +01:00
amazons3.php Do not remove dir entry if it has the same name as the parent 2014-11-13 17:37:56 +01:00
api.php Replace deprecated constant with new class constant 2014-11-25 16:30:21 +01:00
config.php Merge pull request #12896 from owncloud/drop-deprecated 2014-12-18 23:01:49 +01:00
dropbox.php Make files non executable 2014-10-24 11:14:51 +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 google: delete original after successful rename 2014-11-30 15:34:35 -08:00
owncloud.php Allow specifying protocol in ext storage OC config 2014-10-13 17:15:58 +02:00
personalmount.php Use the mount config api for files_external 2014-12-04 16:47:30 +01:00
sftp.php Add support for SFTP key authentication 2015-01-14 17:00:34 +00:00
sftp_key.php Add support for SFTP key authentication 2015-01-14 17:00:34 +00:00
smb.php Replace some more "command -v" calls with the Helper method 2014-11-25 18:10:03 +01:00
smb_oc.php Only store user credentials when SMB_OC storage is enabled 2014-12-01 11:18:29 +01: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