aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* Get l10n within NewUserMailHelper to ensure it always uses the new user's lan...zulan2018-10-151-8/+0
* Fix user and group listing with users that have an integer user idJoas Schilling2018-09-121-7/+10
* Add optional "displayName" parameter to add user endpointDaniel Calviño Sánchez2018-07-311-0/+6
* fix tests / mistakes made during rebaseGeorg Ehrke2018-06-271-13/+0
* handle config.php valuesThomas Citharel2018-06-271-0/+4
* Fix review & testsThomas Citharel2018-06-271-1/+3
* Allow user to choose localeThomas Citharel2018-06-271-0/+20
* Allow 0 quota by provisioning apiJohn Molakvoæ (skjnldsv)2018-06-071-3/+1
* Disabled fix since new users listJohn Molakvoæ (skjnldsv)2018-05-241-0/+4
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+4
* Fixed testsJohn Molakvoæ (skjnldsv)2018-04-161-1/+2
* Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-161-1/+6
* Revert "Add language support for user creation in api"Morris Jobke2018-04-121-6/+1
* Add language support for user creationJohn Molakvoæ (skjnldsv)2018-04-111-1/+6
* Allow user creation with subadmins and quotaJohn Molakvoæ (skjnldsv)2018-04-061-43/+77
* Use abstract subclass so members can be definedJoas Schilling2018-04-051-22/+8
* Trait bumpJohn Molakvoæ (skjnldsv)2018-04-051-112/+3
* Api, return users details by groupsJohn Molakvoæ (skjnldsv)2018-04-051-3/+3
* Merge pull request #8926 from nextcloud/ocs-api-quota-fallbackblizzz2018-04-041-1/+10
|\
| * Fix quota return if unlimitedJohn Molakvoæ (skjnldsv)2018-03-221-1/+1
| * Return quota even if user is not initializedJohn Molakvoæ (skjnldsv)2018-03-221-1/+10
* | Allow admin to create users withoutpassword by sending mail automaticallyJohn Molakvoæ (skjnldsv)2018-03-221-2/+38
|/
* Merge pull request #8847 from nextcloud/ocs-api-userdetailsMorris Jobke2018-03-201-18/+70
|\
| * fixup! Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-191-7/+2
| * Check if groups is array, return empty do not throwJohn Molakvoæ (skjnldsv)2018-03-161-2/+2
| * Fixed tests and improved codeJohn Molakvoæ (skjnldsv)2018-03-161-33/+19
| * Fixed throw error on unreachable usersJohn Molakvoæ (skjnldsv)2018-03-161-7/+11
| * Add userdetails to ocs apiJohn Molakvoæ (skjnldsv)2018-03-161-3/+70
* | Allow empty emails provisionning apiJohn Molakvoæ (skjnldsv)2018-03-171-1/+1
|/
* Fixed api testsJohn Molakvoæ (skjnldsv)2018-03-081-3/+4
* Fix testsRoeland Jago Douma2018-02-271-7/+6
* Make the provisioning api app strictRoeland Jago Douma2018-02-271-23/+21
* Show hint in OCS API for user creationMorris Jobke2018-02-221-2/+10
* Fix testsRoeland Jago Douma2018-01-261-3/+9
* Don't expose language and password as editableRoeland Jago Douma2018-01-261-5/+0
* Provide list of editable fields via OCS APIRoeland Jago Douma2018-01-261-0/+32
* Properly log the full exception instead of only the messageMorris Jobke2018-01-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