summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* Patch to optimize for large installations (>5000 users >20000 groups) where s...Mikael Hammarin2020-04-251-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-9/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Revive the "send email to new users" toggle for the user formChristoph Wurst2020-02-281-1/+1
* query FederatedFileSharing Application instead of creating itRobin Appelman2019-12-161-1/+1
* Update license headersChristoph Wurst2019-12-051-3/+10
* Fix provisioning_api getUsers typesJohn Molakvoæ (skjnldsv)2019-11-281-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Move settings to an appChristoph Wurst2019-09-281-1/+1
* Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-091-1/+38
* Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)2019-07-021-2/+3
* Merge pull request #16024 from nextcloud/bugfix/15944/fix-return-code-user-pr...Roeland Jago Douma2019-06-251-1/+8
|\
| * Forward OCSException to initiatorDaniel Kesselberg2019-06-201-1/+8
* | changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon2019-06-211-1/+1
* | uses "yes" and "no" for config switch over stringified numbersArthur Schiwon2019-06-211-2/+2
* | makes users management page aware of the introduced optionsArthur Schiwon2019-06-191-2/+2
* | extends Provisioning API with optional userid and required emailArthur Schiwon2019-06-191-2/+24
|/
* fixes misunderstanding of the error messageArthur Schiwon2019-05-161-1/+1
* Check if password can be changed for the users backend in OCS apiJulius Härtl2019-03-051-0/+3
* Merge pull request #13412 from nextcloud/forward-password-policyRoeland Jago Douma2019-01-301-1/+5
|\
| * forward error message from password policyRobin Appelman2019-01-071-1/+5
* | Expose subadmin to OCPRoeland Jago Douma2019-01-291-10/+4
* | Fix doc blockJoas Schilling2019-01-101-1/+1
|/
* 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