summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* Show hint in OCS API for user creationMorris Jobke2018-02-231-2/+10
* Update license headersMorris Jobke2017-11-061-0/+1
* throw 101 when an empty group string is providedArthur Schiwon2017-09-181-1/+1
* Allow to force a language and set it via the ocs apiJoas Schilling2017-06-211-0/+13
* Don't allow the user to set fields they can't seeJoas Schilling2017-06-021-7/+24
* Remove dead argumentsJoas Schilling2017-04-241-24/+1
* Fix similar issues with the group idJoas Schilling2017-04-241-3/+3
* Fix the storage info and other checks when the user has wrong casingJoas Schilling2017-04-241-5/+5
* Use RESPOND_NOT_FOUND for non existing userMorris Jobke2017-04-211-1/+1
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-4/+4
* Merge pull request #4244 from nextcloud/welcome-emailMorris Jobke2017-04-071-24/+10
|\
| * Add support for themingLukas Reschke2017-04-071-24/+10
* | Allow to change account info via provisioning apiJoas Schilling2017-04-071-10/+31
|/
* OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-1/+100
* add groups to user info outputBjoern Schiessle2017-02-091-0/+6
* make sure that 'getCurrentUser' gets an array in order to manipulate the data...Bjoern Schiessle2017-01-261-25/+37
* unify endpoints form core and the the provisioning apiBjoern Schiessle2017-01-251-0/+25
* add data from the users profile to the provisioning apiBjoern Schiessle2017-01-241-3/+15
* Allow subadmins to add people to groups via provisioning apiJoas Schilling2017-01-181-0/+9
* Make sure subadmins can not delete users from their last subadmin groupJoas Schilling2017-01-181-0/+14
* No need to check the subadmin againJoas Schilling2017-01-181-16/+11
* Require sudo mode on the provisioning APIJoas Schilling2016-12-051-3/+18
* Allow to retrieve the quota itself via the provisioning apiJoas Schilling2016-08-171-0/+1
* Move Users to OCSControllerRoeland Jago Douma2016-08-141-0/+632