aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller/UsersControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Remove dead argumentsJoas Schilling2017-04-241-21/+0
* Fix similar issues with the group idJoas Schilling2017-04-241-1/+5
* Fix the storage info and other checks when the user has wrong casingJoas Schilling2017-04-241-30/+78
* Use RESPOND_NOT_FOUND for non existing userMorris Jobke2017-04-211-1/+1
* Adjust class referencesLukas Reschke2017-04-111-1/+1
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+3
* Merge pull request #4244 from nextcloud/welcome-emailMorris Jobke2017-04-071-183/+55
|\
| * Add support for themingLukas Reschke2017-04-071-183/+55
* | Allow to change account info via provisioning apiJoas Schilling2017-04-071-6/+6
|/
* OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+518
* Refactor provision api app's UserControllerTestChristoph Wurst2017-02-281-76/+67
* add groups to user info outputBjoern Schiessle2017-02-091-3/+30
* make sure that 'getCurrentUser' gets an array in order to manipulate the data...Bjoern Schiessle2017-01-261-11/+46
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-2/+86
* add data from the users profile to the provisioning apiBjoern Schiessle2017-01-241-1/+50
* Allow subadmins to add people to groups via provisioning apiJoas Schilling2017-01-181-7/+142
* Make sure subadmins can not delete users from their last subadmin groupJoas Schilling2017-01-181-0/+62
* No need to check the subadmin againJoas Schilling2017-01-181-5/+0
* Move Users to OCSControllerRoeland Jago Douma2016-08-141-0/+2296