summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* Replace OCSController with OCP\APIDaniel Kesselberg2021-06-021-1/+1
* Fix the get editable fields endpoint without a user idJoas Schilling2021-05-271-1/+18
* FIx stable21 differenceJoas Schilling2021-04-291-3/+4
* Also check implementsAction methodJoas Schilling2021-04-281-3/+7
* Only return display name as editable when the user backend allows itJoas Schilling2021-04-281-6/+35
* Also check the default phone region when the number has no country codeJoas Schilling2021-03-311-0/+15
* Expose avatarScope through provisioning APIVincent Petry2021-03-291-0/+3
* OCS allow reading and writing account property scopesVincent Petry2021-03-291-2/+32
* Make extra user profile fields always editableVincent Petry2021-03-291-23/+8
* Only clear known users when we had at least one phonebook entryJoas Schilling2021-03-121-3/+3
* Rename some parameters and methods to make the API more clearJoas Schilling2021-03-111-1/+1
* Add a service to find out if a user knows another userJoas Schilling2021-03-111-23/+14
* Delete matches when a user changes their phone numberJoas Schilling2021-03-111-0/+4
* Store when a user knows another user based on phone numberJoas Schilling2021-03-111-0/+22
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Unit tests for searching by phone numberJoas Schilling2020-12-071-7/+14
* Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-1/+1
* Also translate the phone number when coming in via the accounts manager API d...Joas Schilling2020-12-071-1/+5
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-0/+62
* Make code strictJoas Schilling2020-12-071-24/+25
* Merge pull request #23189 from nextcloud/enhancement/cs/binary_operator_spacesMorris Jobke2020-10-051-1/+1
|\
| * Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* | Fix the user email issue while creating a userSujith Haridasan2020-10-051-12/+14
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Generate password on addUser by password_policy appDaniel Kesselberg2020-08-091-4/+19
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-141-9/+7
* Use the new method everywhereJoas Schilling2020-07-031-17/+3
* 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