summaryrefslogtreecommitdiffstats
path: root/apps/files_external/controller/ajaxcontroller.php
Commit message (Collapse)AuthorAgeFilesLines
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* AjaxController uses RSA auth mechanismRobin McCorkell2015-08-281-7/+7
|
* Update phpseclib to 2.0Andreas Fischer2015-08-031-2/+3
|
* Update license headersJenkins for ownCloud2015-03-261-4/+18
|
* Revert "Updating license headers"Morris Jobke2015-02-261-17/+5
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-5/+17
|
* Add support for SFTP key authenticationRoss Nicoll2015-01-141-0/+48
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