summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap
Commit message (Collapse)AuthorAgeFilesLines
* Use the short array syntax, everywhereChristoph Wurst2020-03-263-9/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-12/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-0525-33/+75
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not call count on nullJulius Härtl2019-11-291-2/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Accept incoming shares in integration testsDaniel Calviño Sánchez2019-11-201-0/+33
| | | | | | | | | Now all incoming shares need to be explicitly accepted before being able to use the shared file or get information about a reshare (although getting the information of the incoming share is possible before accepting it). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for getting shares including subfilesDaniel Calviño Sánchez2019-10-251-0/+108
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Replace fully qualified name with aliasDaniel Calviño Sánchez2019-10-251-10/+11
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Do not expect a 200 HTTP status code when updating a shareDaniel Calviño Sánchez2019-10-041-2/+0
| | | | | | | | | | | | | This will be needed to test scenarios in which updating a share return a different HTTP status code, like 401. The assertion for the 200 HTTP status code was added in those scenarios that tested updating a share (that is, those that were also checking the OCS status code), but not in those in which updating a share was just a preparatory step for the actual test (in the same way that the HTTP status code is not checked in those tests when creating a share). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Move sharing integration tests to their own directoryJohn Molakvoæ (skjnldsv)2019-10-041-0/+40
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* add LDAP integr. test for receiving share candidates with group limitationArthur Schiwon2019-06-147-101/+84
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Add integration tests for updating folder sharesJulius Härtl2019-04-161-0/+17
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* with LDAP server set offline, config cannot be controlled via ocs anymoreArthur Schiwon2019-03-051-0/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Mock name for integration testDaniel Kesselberg2019-02-041-0/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix sharing trashbin integration testsRobin Appelman2018-09-201-0/+20
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* more trashbin integration testsRobin Appelman2018-09-201-25/+49
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix trashbin integration tests and add a few moreRobin Appelman2018-09-202-64/+66
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove old trashbin endpointRobin Appelman2018-09-201-5/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* don't add new LDAP configs if one is already presentArthur Schiwon2018-08-121-1/+8
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* improve fail info and disable cache for a caseArthur Schiwon2018-08-121-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* 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