summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/Provisioning.php
Commit message (Collapse)AuthorAgeFilesLines
* Require a recent phpunit version in integration and acceptanceCôme Chilliet2022-05-241-8/+8
| | | | | | Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add integration tests for user_status APIJonas Meurer2021-10-201-0/+1
| | | | Signed-off-by: Jonas Meurer <jonas@freesources.org>
* fix small issues in UsersController handlingArthur Schiwon2021-06-301-3/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix provisioning test checkArthur Schiwon2021-06-301-8/+9
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-301-4/+45
| | | | | | | - adding as usual - deleting and scope setting via additional endpoint Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Added tests for specifying custom display name during group creation.Dries Mys2021-06-051-0/+32
| | | | Signed-off-by: Dries Mys <dries.mys@my-dreams.be>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-4/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add integration tests for the editable fieldsJoas Schilling2021-05-271-0/+30
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Int tests for provisioning API scopesVincent Petry2021-03-261-1/+5
| | | | | | | Added integration tests for the scope attributes in the provisioning API. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add an integration test for the phone search APIJoas Schilling2020-12-071-0/+44
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add integration tests for transferring files of a user with a risky nameDaniel Calviño Sánchez2020-09-181-1/+1
| | | | | | | | | | | The files:transfer-ownership performs a sanitization of users with "risky" display names (including characters like "\" or "/"). In order to allow (escaped) double quotes in the display name the regular expression used in the "user XXX with displayname YYY exists" step had to be adjusted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Add integration tests for search in groupsMorris Jobke2020-08-051-1/+47
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* 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>
* Fixed phpunit Test classJohn Molakvoæ (skjnldsv)2018-06-131-27/+28
| | | | 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>
* Adjust integration tests to new guzzleRobin Appelman2018-02-091-45/+47
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to change account info via provisioning apiJoas Schilling2017-04-071-0/+26
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix deletion of groupsJoas Schilling2017-03-201-1/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Added phpdoc for getUserHomeSergio Bertolin2016-12-231-0/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Added support for homes which doesn't have user's nameSergio Bertolin2016-12-231-0/+9
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix intergration testsRoeland Jago Douma2016-08-141-9/+70
| | | | | * Set OCS-APIREQUEST: true * PUT requires a body
* Update with robinJoas Schilling2016-07-211-1/+27
|
* Added integration tests directly in the code PRSergio Bertolín2016-05-021-2/+53
|
* Integration test for a disabled userThomas Müller2016-05-021-1/+15
|
* Always use the admin when putting poeple in a groupJoas Schilling2016-03-151-4/+5
|
* Fix inheritance of membersJoas Schilling2016-03-111-7/+28
|
* API version needs to be on basic because we use it thereJoas Schilling2016-03-111-7/+0
|
* Return -3 for unlimited quotaVincent Petry2016-02-291-0/+8
| | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set.
* Make sure to login at least once for the intergration testsRoeland Jago Douma2016-01-061-1/+7
| | | | Else we run into race conditions with the skeleton code
* fix code styleMorris Jobke2015-12-011-2/+2
|
* add behat tests for 0 quota upload failureMorris Jobke2015-12-011-0/+14
|
* Restructured FeatureContext to reuse some parts and run two servers in parallelSergio Bertolin2015-11-261-0/+548