aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/config.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-061-21/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-5/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-44/+44
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-18/+18
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move GDrive external storage to a separate repoVincent Petry2017-08-211-7/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-161-9/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update license headers and authorsMorris Jobke2015-06-251-1/+0
|
* Update license headersJenkins for ownCloud2015-03-261-1/+26
|
* Revert "Updating license headers"Morris Jobke2015-02-261-26/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+26
|
* Add support for SFTP key authenticationRoss Nicoll2015-01-141-1/+9
| | | | | | | | | | 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
* Added ext storage app in autotest unit test runVincent Petry2014-05-051-1/+1
| | | | | | To make sure that the dynamic mount config and config classes from external storages are tested, these are now added into the autotest.sh test run by enabling the app.
* Fixed ext storage webdav path encodingVincent Petry2014-02-191-1/+5
| | | | | | | | | | | | - Some WebDAV servers like lighttpd need paths in URLs to be properly encoded - Added error log output when curl connection failed - Added check for 'resourcetype' in case the WebDAV server doesn't support/return it - Fixed touch() to return false if the server doesn't implement PROPPATCH - Added optional delay in WebDAV unit tests to use when testing against lighttpd's WebDAV
* Merge pull request #5238 from owncloud/externalstorage-owncloudbackendThomas Müller2014-01-081-0/+7
|\ | | | | Added ownCloud backend for external storage
| * Added ownCloud backend for external storageVincent Petry2013-10-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To make it possible to use the short ownCloud URL (without specifying webdav.php or remote.php), a new backend is available for ownCloud. The user must specify the host + context path in the "Url" field (which is mapped to the "host" parameter) and the subdir to mount in the "Root" field. This is to prevent confusion because some users forget to append webdav.php or remote.php to the WebDAV URL. Fixes #4923
* | add configuration parameter to manually set the timeout of HTTP requestsChristian Berendt2013-10-241-2/+3
| |
* | adjustment of the configuration parametersChristian Berendt2013-10-221-5/+9
|/
* Merge pull request #3392 from owncloud/googledriveBart Visscher2013-07-231-6/+5
|\ | | | | Switch to using Google Drive SDK, closes #2047
| * Remove root option from Google Drive storage, because it is only used for ↵Michael Gapczynski2013-07-231-6/+5
| | | | | | | | testing and we have our own empty Google account for testing
* | rewrote initialisation, added testing workaroundChristian Berendt2013-07-101-2/+3
| |
* | added commented new parametersChristian Berendt2013-07-031-1/+6
|/
* Read configuratons for external filesystem test from a private place.Thomas Mueller2013-06-071-0/+9
| | | | This will help not to accidentially push private data and enable testing on our ci server.
* Merge pull request #1030 from hkjolhede/masterLukas Reschke2013-02-101-0/+7
|\ | | | | SFTP support in files_external app
| * Added unittestHenrik Kjölhede2013-02-091-0/+7
| |
* | Don't run external storage tests on defaultRobin Appelman2013-02-101-2/+2
|/
* postpone the cost of setting up some of the external storage backends untill ↵Robin Appelman2012-10-211-1/+1
| | | | we actually need it
* fix namespace problems for external storage backendsRobin Appelman2012-10-111-1/+1
|
* fix webdav storage backend when trying to open a non existing file for readingRobin Appelman2012-10-111-3/+3
|
* skip the files_external test cases the correct wayRobin Appelman2012-10-111-3/+3
|
* test case for dropbox storageRobin Appelman2012-10-061-0/+9
|
* split share and root config for smb backend, also sanitize config a bit moreRobin Appelman2012-06-081-1/+2
|
* Initial support for Amazon S3 storage backendMichael Gapczynski2012-05-291-0/+6
| | | | | | Conflicts: apps/files_external/tests/config.php
* smb filestorage backendRobin Appelman2012-05-241-0/+7
|
* run none of the extranal storage tests on defaultRobin Appelman2012-05-021-1/+1
|
* add SWIFT (openstack object storage) storage backendRobin Appelman2012-04-181-1/+8
|
* only run tests for files_external when asked for explicitlyRobin Appelman2012-04-131-0/+3
|
* renaming remote storage support to External storage support to clear up ↵Jan-Christoph Borchardt2012-03-301-0/+22
naming conflict