aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/controller/ajaxcontroller.php
Commit message (Collapse)AuthorAgeFilesLines
* Move stuff from outside lib/ to PSR-4Joas Schilling2016-05-241-64/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* remove global credentialsRobin Appelman2016-02-171-10/+1
|
* Add global auth backend for files externalRobin Appelman2016-02-041-1/+9
|
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* 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