aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/backends
Commit message (Collapse)AuthorAgeFilesLines
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Add visibility for methodMorris Jobke2015-04-151-1/+1
|
* Fix SFTP storage id to be compatible with older idsVincent Petry2015-04-151-0/+57
| | | | | | Remove port from SFTP storage id if it is 22. This will prevent recreating a different storage entry due to id mismatch after upgrade.
* Update license headersJenkins for ownCloud2015-03-2610-86/+179
|
* Revert "Updating license headers"Morris Jobke2015-02-2610-173/+96
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Merge pull request #14068 from owncloud/autotest-external-sftpThomas Müller2015-02-241-4/+4
|\ | | | | [files_external] sftp tests
| * [files_external] sftp testsMorris Jobke2015-02-101-4/+4
| |
* | Updating license headersJenkins for ownCloud2015-02-2310-96/+173
| |
* | Merge pull request #10673 from owncloud/smb-newMorris Jobke2015-02-162-5/+4
|\ \ | | | | | | New SMB storage backend
| * | also make sure we have a leading slash for the test rootRobin Appelman2015-02-162-4/+3
| | |
| * | New SMB storage backendRobin Appelman2015-02-161-1/+1
| | |
* | | Merge pull request #14076 from owncloud/autotest-external-ftpThomas Müller2015-02-161-4/+4
|\ \ \ | |/ / |/| | [files_external] ftp tests
| * | [files_external] ftp testsMorris Jobke2015-02-101-4/+4
| |/
* | Merge pull request #13922 from owncloud/smb-autotest-externalThomas Müller2015-02-161-4/+4
|\ \ | |/ |/| [files_external] add SMB autotest
| * [files_external] add SMB autotestMorris Jobke2015-02-101-4/+4
| |
* | Add support for SFTP key authenticationRoss Nicoll2015-01-141-0/+85
|/ | | | | | | | | | 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
* Setup a docker container that holds a webdav instance to test files_externalMorris Jobke2014-12-179-0/+442
document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts