Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-05Add integration tests for federated shares from unavailable serversDaniel Calviño Sánchez
The federated server needs to be stopped during the tests, so it is now stopped in the FederationContext for each scenario instead of just once in the run.sh script. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-04-15Allow local remotes in integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-19Add install logic for enable commandDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-02-19Strict Types, Return TypesDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-08-10behat integration tests for LDAP, basic setupArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-04-06Make possible to provide "--tags=XXX" parameter to BehatDaniel Calviño Sánchez
"--tags=XXX" limits the features or scenarios to be run to those matching the tag filter expression. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-03-30fix setup of external storage integration testsRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-03-24Merge pull request #3879 from nextcloud/downstream-26915Morris Jobke
Added integration tests for sharees using v2.php
2017-03-22add integration test to ensure that shares dont overwrite external storagesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-03-21Use proper bash test syntaxMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-12-19Adjust to Nextcloud changesLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-19Add transfer ownership integration tests (#26543)Vincent Petry
* Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-22Add integration test for web based installerMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-08-30Creating the folder when the tests runSergio Bertolín
2016-08-30External storage was not enabled and content was not deleted before scenariosSergio Bertolín
2016-08-30Run as current userSergio Bertolin
2016-08-30Removed extra context added needed option and remove storage after external ↵Sergio Bertolin
storage scenarios
2016-08-30Modified run.sh to mount a local storageSergio Bertolin
2016-07-20Implement brute force protectionLukas Reschke
Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
2016-07-04Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer
2016-06-14Add integration testsMorris Jobke
2015-12-04forgotten variableSergio Bertolin
2015-12-04Controlled arguments for run scriptSergio Bertolin
2015-12-01add parameter to call single behat testsMorris Jobke
2015-12-01tail the server log and exit with the exit code of behatThomas Müller
2015-11-26Restructured FeatureContext to reuse some parts and run two servers in parallelSergio Bertolin
2015-10-29Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵Thomas Müller
up users
2015-09-29Support different server ports - defined by EXECUTOR_NUMBERThomas Müller
2015-09-29Use ci profileThomas Müller
2015-09-29Use fixed port for nowThomas Müller
2015-09-29First integration tests for provisioning apiThomas Müller