aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/Storage
Commit message (Collapse)AuthorAgeFilesLines
* chore: run rectorrector-phpunit10Robin Appelman2025-07-011-3/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: reenable localstack tests (bug fixed) but disable MinIO versioned copy ↵Ferdinand Thiessen2025-06-103-17/+10
| | | | | | test Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test: only skip tests failing on localstack for localstackFerdinand Thiessen2025-06-102-2/+9
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test: fix s3 external storage tests to run all storages on ciFerdinand Thiessen2025-06-103-1/+4
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test: Fix namespace casingJoas Schilling2025-06-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Prepare files_external for PHPUnit10tests/noid/migrate-files-external-to-phpunit10Joas Schilling2025-05-209-6/+24
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* test: Make extending tests also static alreadyJoas Schilling2025-05-152-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-1/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-158-21/+21
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-0610-232/+28
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* test: retry smb notify test a few timesRobin Appelman2024-05-011-0/+17
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* test: improve notify tests for smbRobin Appelman2024-03-081-7/+22
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-281-0/+68
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fixing samba test and adding details to kerberos jobCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix Samba test failure details outputCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
| | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* ciRobin Appelman2021-10-152-0/+49
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fixup tests for ftp limitationsRobin Appelman2021-10-071-0/+44
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* teardownRobin Appelman2021-10-071-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add new ftp backendRobin Appelman2021-10-071-37/+2
| | | | | | this uses the raw `ftp_` functions instead of the stream wrapper Signed-off-by: Robin Appelman <robin@icewind.nl>
* run ftp external storage tests against multiple ftp serversRobin Appelman2021-10-071-1/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-10/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 19Christoph Wurst2020-04-294-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-104-4/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-094-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-058-8/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-271-13/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-278-16/+16
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-228-8/+8
| | | | | | | | | | | * 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>
* Add time between SMB test runs and properly log full changesetMorris Jobke2019-03-141-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Wait up to 10 seconds for incoming changes from SMB notifierMorris Jobke2019-03-131-1/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-191-6/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* increase the time we wait for smb notifications in the testRobin Appelman2018-01-221-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-1/+12
|\ | | | | Fallback to filename based detection if the remote dav server doesn't…
| * Fallback to filename based detection if the remote dav server doesn't know ↵Robin Appelman2017-09-281-1/+12
| | | | | | | | | | | | the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Update license headersMorris Jobke2017-11-061-0/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move GDrive external storage to a separate repoVincent Petry2017-08-211-74/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-161-78/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add new specific tests for SMBJuan Pablo Villafáñez2017-04-261-0/+19
|
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
| | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* add unit tests for smb notify backendRobin Appelman2017-01-271-0/+47
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update with robinJoas Schilling2016-07-218-8/+8
|
* Fix apps/Joas Schilling2016-07-2110-19/+30
|