summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Phpunit changed, use proper Assert classArthur Schiwon2018-08-121-7/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* tests for user storage locationArthur Schiwon2018-08-101-8/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* convert pagination testsArthur Schiwon2018-08-091-0/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* convert connection testsArthur Schiwon2018-08-091-0/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* integration test to ensure entries without displayname don't cause troubleArthur Schiwon2018-08-091-9/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* convert LDAP offline and backup server integration testsArthur Schiwon2018-08-091-0/+13
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* integration test checking the group filterArthur Schiwon2018-08-091-0/+31
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* check user detailsArthur Schiwon2018-08-091-0/+20
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* behat integration tests for LDAP, basic setupArthur Schiwon2018-08-091-0/+22
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add integration test for creating room shares when Talk is not enabledDaniel Calviño Sánchez2018-08-081-0/+24
| | | | | | | | The test just ensures that the controller will gracefully reject the creation instead of failing miserably; the integration tests when Talk is enabled are in the Talk repository. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for searching files by commentsDaniel Calviño Sánchez2018-07-252-0/+91
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* add some integration testsBjoern Schiessle2018-07-111-0/+27
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fixed phpunit Test classJohn Molakvoæ (skjnldsv)2018-06-1311-70/+81
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Return proper boolean user enabled state apiJohn Molakvoæ (skjnldsv)2018-04-161-2/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add integration tests for zip32/zip64 boundaries of number of filesDaniel Calviño Sánchez2018-04-061-0/+12
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for downloading basic zip filesDaniel Calviño Sánchez2018-04-062-0/+144
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix use of data directory in integration testsDaniel Calviño Sánchez2018-04-061-2/+23
| | | | | | | | The data directory is not necessarily located at "../..". The proper directory is now got by running "php console.php config:system:get datadirectory". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* fix redundant namespaceRobin Appelman2018-02-121-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adjust integration tests to new guzzleRobin Appelman2018-02-0916-349/+321
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add integration tests for length header on new chunkingThomas Müller2017-12-151-0/+17
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Some tests for the remote cloud apiRobin Appelman2017-12-082-0/+152
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Change @georgehrke's emailMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-0621-17/+58
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use a standardized Bearer nowLukas Reschke2017-05-181-2/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added test about checking file id after a moveSergio Bertolin2017-04-261-2/+33
|
* Add integration test for trashbinVincent Petry2017-04-112-10/+121
| | | | | | | | | Add test for basic deletion. Add test when deleting from shared folder as recipient. Add test to check that metadata stays when moving out of shared folder as recipient. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Clear opcode cache after config changeLukas Reschke2017-04-111-1/+7
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add integration testsLukas Reschke2017-04-112-0/+17
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #4221 from nextcloud/provisioning-api-for-account-infoMorris Jobke2017-04-071-0/+26
|\ | | | | Allow to change account info via provisioning api
| * Allow to change account info via provisioning apiJoas Schilling2017-04-071-0/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4224 from nextcloud/dont-list-on-public-calendar-endpointMorris Jobke2017-04-051-1/+48
|\ \ | | | | | | Don't list on public calendar endpoints
| * | Don't list on public calendar endpointsLukas Reschke2017-04-051-1/+48
| |/ | | | | | | | | | | There is no need to allow listing here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / Add integration tests for token authLukas Reschke2017-04-051-16/+119
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use authType BASIC for Sabre client in integration testsVincent Petry2017-03-241-6/+7
| | | | | | | | | | | This helps massively reduce the numerous useless 401 exceptions that appears in the test log. These appear only because Sabre first connects without any auth type to receive the challenge and then sends the authentication data. With this change it will directly use basic auth. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #3879 from nextcloud/downstream-26915Morris Jobke2017-03-233-5/+15
|\ | | | | Added integration tests for sharees using v2.php
| * Fix deletion of groupsJoas Schilling2017-03-201-1/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Strict comparisonsJoas Schilling2017-03-202-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Added tests using v2.phpSergio Bertolin2017-03-201-2/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Providing --path option to transfer-ownershipSujith H2017-03-201-0/+14
|/ | | | | | | | | | | | | | | | This will help user to selectively move the folders specified using --path option, instead of moving entire folder under files directory. Signed-off-by: Sujith H <sharidasan@owncloud.com> Update the integration test for transfer-ownership Update the integration test for transfer-ownership as the new option --path is introduced in the command. Signed-off-by: Sujith H <sharidasan@owncloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Added logic and tests to remove everything inside a folderSergio Bertolin2017-03-201-0/+19
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Added functions to add files in local_storageSergio Bertolin2017-03-191-0/+24
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Revert "Add integration test for trashbin"Morris Jobke2017-03-172-121/+10
|
* Merge pull request #3893 from nextcloud/downstream-27069Roeland Jago Douma2017-03-172-10/+121
|\ | | | | Add integration test for trashbin
| * Add integration test for trashbinVincent Petry2017-03-162-10/+121
| | | | | | | | | | | | | | | | | | Add test for basic deletion. Add test when deleting from shared folder as recipient. Add test to check that metadata stays when moving out of shared folder as recipient. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Integration test check download without saving file locallyVincent Petry2017-03-161-17/+25
|/ | | | | | | Use Guzzle stream mode to download the contents instead of using a temporary local file. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make intergration tests work againRoeland Jago Douma2017-03-101-3/+3
| | | | | | The regex was to greedy Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use clearer name setUpScenarioPhil Davis2017-02-215-5/+5
| | | | Signed-off-by: Phil Davis <phil.davis@inf.org>
* Add integration tests for legacy DAV endpointsLukas Reschke2017-02-102-9/+14
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* LDAP PUT command now supports setting multiple keys at onceArthur Schiwon2017-01-201-11/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP OCS Api for show configArthur Schiwon2017-01-191-0/+19
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>