summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/public_key.js
Commit message (Collapse)AuthorAgeFilesLines
* Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-291-1/+17
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Defer initialisation of data until after complete constructionRobin McCorkell2015-11-221-5/+7
|
* Clear highlight on RSA public key generationRobin McCorkell2015-11-211-1/+1
|
* Migrate SFTP_Key external storage to new APIRobin McCorkell2015-08-281-0/+46
The SFTP backend now supports public key authentication alongside password authentication.