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-03-10Add integration tests for autocomplete/get (similar to sharees API)Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-29Add integration tests for video verificationDaniel Calviño Sánchez
Enabling the "send password by Talk" property of shares require that Talk is installed and enabled, so the Drone step that runs them has to first clone the Talk repository. When the integration tests are run on a local development instance, however, it is not guaranteed that Talk is installed. Due to this the "@Talk" tag was added, which ensures that any feature or scenario marked with it will first check if Talk is installed and, if not, skip the scenario (instead of failing). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-10-04Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-14add LDAP integr. test for receiving share candidates with group limitationArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-09-20quote paths in behat.ymlRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-12-08Some tests for the remote cloud apiRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-19fix and extend behat testsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
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-12-02Add intergration testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-11-22Add integration test for web based installerMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-03-15Split the context so we don't reset the config on each testJoas Schilling
2016-03-01Checksum intergration testRoeland Jago Douma
* Upload file with checksum * Chunked upload with checksum * Copy file with checksum should also copy the checksum * Moving a file with checksum should also move the checksum * Uploading a file with checksum and overwriting it with a file without cheksum should remove the checksum
2016-02-29Hides nodes from listing that the user has no access toLukas Reschke
2016-02-19Add integration tests for tagsLukas Reschke
2016-02-19Add integration tests for commentsLukas Reschke
This adds integration tests for the comments. Especially with regard to the permission handling, didn't find any problem in it. Fixes https://github.com/owncloud/core/issues/22367
2015-12-02Added capabilities context and testsSergio Bertolin
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-10-20Added more tests and fixed a problem with asort which was returning false ↵Sergio Bertolin
positives
2015-09-29Support different server ports - defined by EXECUTOR_NUMBERThomas Müller
2015-09-29First integration tests for provisioning apiThomas Müller