Christoph Wurst
cb057829f7
Update license headers for 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
44577e4345
Remove trailing and in between spaces
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
afbd9c4e6e
Unify function spacing to PSR2 recommendation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
2fbad1ed72
Fix (array) indent style to always use one tab
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
1a9330cd69
Update the license headers for Nextcloud 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
b80ebc9674
Use the short array syntax, everywhere
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Christoph Wurst
5bf3d1bb38
Update license headers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
6 years ago
Roeland Jago Douma
c007ca624f
Make phpunit8 compatible
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
Roeland Jago Douma
68748d4f85
Some php-cs fixes
* Order the imports
* No leading slash on imports
* Empty line before namespace
* One line per import
* Empty after imports
* Emmpty line at bottom of file
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
6 years ago
Joas Schilling
0215b004da
Update with robin
10 years ago
Joas Schilling
813f0a0f40
Fix apps/
10 years ago
Lukas Reschke
aba539703c
Update license headers
10 years ago
Joas Schilling
9382cd1d8e
Fix the names of the tests so the script discovers them again
10 years ago
Joas Schilling
4576891f10
Move Lib\Storage to PSR-4
10 years ago
Robin McCorkell
4717605d22
Fix storage backend class namespaces and move to subdir
All classes that were previously \OC\Files\Storage\FooBar are now
\OCA\Files_External\Lib\Storage\FooBar
10 years ago
Thomas Müller
682821c71e
Happy new year!
10 years ago
Thomas Müller
e265e982bf
External storage tests require DB as well
10 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0 .
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Morris Jobke
60cadf5647
[files_external] ftp tests
11 years ago
Morris Jobke
7c1b9aedd5
Setup a docker container that holds a webdav instance to test files_external
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
11 years ago
Joas Schilling
76ebd3a050
Make apps/ extend the \Test\TestCase and fix overwritten methods
11 years ago
Vincent Petry
84f3dd15a6
Add trailing slash in FTP root path when missing
Fixes #6093
12 years ago
Vincent Petry
944d4156bf
Fixed FTP storage unit tests to use the correct class
12 years ago
Robin Appelman
c05195a46d
Dont task external storages with creating their own root
13 years ago
Thomas Mueller
ef88ceba8c
drop SimpleTest compatibility
13 years ago
Jörn Friedrich Dreyer
92df70b6e5
fix checkstyle for files_external app, add whitespace for readability
13 years ago
Robin Appelman
972243d564
support string values ('true' and 'false') for configuring the secure parameter on external storage backends
fixes #78
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
14 years ago
Robin Appelman
5256301a53
skip the files_external test cases the correct way
14 years ago
Robin Appelman
96b798a59f
move storage backend test cases to their own namespace
14 years ago
Robin Appelman
bd83422095
put filestorages in a namespace
14 years ago
Thomas Mueller
3829460ab8
adding space between) and {
14 years ago
Bart Visscher
0e58800016
Whitespace fixes in apps
14 years ago
Robin Appelman
c9be9ab251
remove unused variables
14 years ago
Thomas Mueller
583dce5276
removing executable bit - again
14 years ago
Frank Karlitschek
8c7f854671
move all the files stuff into a files class
14 years ago
Frank Karlitschek
93b63cf375
ported the rest of the OC_Helper calls
14 years ago
Robin Appelman
6066ea3170
only run tests for files_external when asked for explicitly
14 years ago
Jan-Christoph Borchardt
011132feb3
renaming remote storage support to External storage support to clear up naming conflict
14 years ago
Robin Appelman
e0cbefc727
webdav storage backend
14 years ago
Robin Appelman
82b54938e3
ftp storage backend
14 years ago