Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add integration tests for federated shares from unavailable servers | Daniel Calviño Sánchez | 2021-11-05 | 1 | -4/+2 |
| | | | | | | | | 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> | ||||
* | Allow local remotes in integration tests | Joas Schilling | 2020-04-15 | 1 | -0/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add install logic for enable command | Daniel Kesselberg | 2019-02-19 | 1 | -2/+0 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Strict Types, Return Types | Daniel Kesselberg | 2019-02-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | behat integration tests for LDAP, basic setup | Arthur Schiwon | 2018-08-09 | 1 | -1/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Make possible to provide "--tags=XXX" parameter to Behat | Daniel Calviño Sánchez | 2018-04-06 | 1 | -1/+7 |
| | | | | | | | "--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> | ||||
* | fix setup of external storage integration tests | Robin Appelman | 2017-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #3879 from nextcloud/downstream-26915 | Morris Jobke | 2017-03-23 | 1 | -1/+1 |
|\ | | | | | Added integration tests for sharees using v2.php | ||||
| * | Use proper bash test syntax | Morris Jobke | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | add integration test to ensure that shares dont overwrite external storages | Robin Appelman | 2017-03-22 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Adjust to Nextcloud changes | Lukas Reschke | 2016-12-19 | 1 | -13/+31 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add transfer ownership integration tests (#26543) | Vincent Petry | 2016-12-19 | 1 | -38/+16 |
| | | | | | | | | * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add integration test for web based installer | Morris Jobke | 2016-11-21 | 1 | -14/+27 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Creating the folder when the tests run | Sergio Bertolín | 2016-08-30 | 1 | -1/+2 |
| | |||||
* | External storage was not enabled and content was not deleted before scenarios | Sergio Bertolín | 2016-08-30 | 1 | -0/+6 |
| | |||||
* | Run as current user | Sergio Bertolin | 2016-08-30 | 1 | -5/+3 |
| | |||||
* | Removed extra context added needed option and remove storage after external ↵ | Sergio Bertolin | 2016-08-30 | 1 | -0/+2 |
| | | | | storage scenarios | ||||
* | Modified run.sh to mount a local storage | Sergio Bertolin | 2016-08-30 | 1 | -0/+8 |
| | |||||
* | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -0/+3 |
| | | | | | | | | | 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) | ||||
* | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | Add integration tests | Morris Jobke | 2016-06-14 | 1 | -0/+9 |
| | |||||
* | forgotten variable | Sergio Bertolin | 2015-12-04 | 1 | -1/+1 |
| | |||||
* | Controlled arguments for run script | Sergio Bertolin | 2015-12-04 | 1 | -1/+6 |
| | |||||
* | add parameter to call single behat tests | Morris Jobke | 2015-12-01 | 1 | -1/+1 |
| | |||||
* | tail the server log and exit with the exit code of behat | Thomas Müller | 2015-12-01 | 1 | -2/+7 |
| | |||||
* | Restructured FeatureContext to reuse some parts and run two servers in parallel | Sergio Bertolin | 2015-11-26 | 1 | -0/+9 |
| | |||||
* | Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean ↵ | Thomas Müller | 2015-10-29 | 1 | -1/+1 |
| | | | | up users | ||||
* | Support different server ports - defined by EXECUTOR_NUMBER | Thomas Müller | 2015-09-29 | 1 | -6/+6 |
| | |||||
* | Use ci profile | Thomas Müller | 2015-09-29 | 1 | -1/+1 |
| | |||||
* | Use fixed port for now | Thomas Müller | 2015-09-29 | 1 | -5/+6 |
| | |||||
* | First integration tests for provisioning api | Thomas Müller | 2015-09-29 | 1 | -0/+18 |