aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller/UsersController.php
Commit message (Expand)AuthorAgeFilesLines
* feat: Add back searching in disabled user listCôme Chilliet2024-05-271-3/+4
* fix(provisioning_api): Show warning but do not fail when listing accounts in ...Ferdinand Thiessen2024-04-231-3/+18
* fix(settings): Fix always empty disabled users list for subadminsChristopher Ng2024-03-121-1/+1
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-021-6/+6
* Check limit and offset parameters sent to controllerCôme Chilliet2023-10-101-0/+7
* Fix api description for Users#getDisabledUsersCôme Chilliet2023-10-091-0/+2
* Remove psalm @var annotations which should not be neededCôme Chilliet2023-10-091-2/+0
* Add endpoint for getting disabled user listCôme Chilliet2023-10-091-1/+65
* Add single status code descriptions for OpenAPIjld31032023-09-271-0/+38
* fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-22/+11
* provisioning_api: Add OpenAPI specjld31032023-07-311-68/+115
* fix(CI): Satisfy psalm by removing a now obsolete type checkJoas Schilling2023-05-311-3/+2
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-2/+18
* fix(provisioning_api): Don't allow to configure the same additional email mul...Joas Schilling2023-04-261-4/+4
* Improve handling of profile fieldsChristopher Ng2023-03-301-0/+2
* Merge pull request #36665 from nextcloud/fix/36539Julien Veyssier2023-03-221-4/+1
|\
| * Always set displayname and display-name for user datajld31032023-02-101-4/+1
* | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-3/+2
|/
* Add a const for the max user password lengthJoas Schilling2023-01-041-2/+2
* Rename mastodon to fediverseCarl Schwan2022-11-221-6/+6
* Add mastodon personal info fieldCarl Schwan2022-11-211-0/+6
* Fix password length limitationJoas Schilling2022-10-101-0/+6
* Fix translation of user exists error server-sideChristopher Ng2022-09-151-1/+1
* Fix typos in apps/ subdirectoryluz paz2022-09-051-2/+2
* Fix creation of new user and display the correct error messageChristopher Ng2022-08-221-3/+12
* Do not save invalid display name to the databaseChristopher Ng2022-06-281-1/+3
* Fix exception handling when profile data is too longJoas Schilling2022-06-091-1/+5
* Profile backendChristopher Ng2021-10-191-7/+2
* Add new account propertiesChristopher Ng2021-10-191-58/+133
* also allow admins to set the primary emailArthur Schiwon2021-09-091-0/+1
* use specific email getter where necessaryArthur Schiwon2021-09-091-1/+1
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-091-22/+44
* implement verification for additional mailsArthur Schiwon2021-09-091-4/+10
* refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-291-0/+11
* Migrate HintException to OCPGary Kim2021-06-301-3/+3
* cleanupArthur Schiwon2021-06-301-6/+0
* fix small issues in UsersController handlingArthur Schiwon2021-06-301-2/+6
* adjust access permissions of new controller methodArthur Schiwon2021-06-301-1/+5
* create a property on editUser when it was not set beforeArthur Schiwon2021-06-301-10/+14
* prov api to be able to edit multivalue propertiesArthur Schiwon2021-06-301-0/+98
* prov api reports multiple mail as editable fieldArthur Schiwon2021-06-301-0/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Fix the get editable fields endpoint without a user idJoas Schilling2021-05-271-1/+18
* Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz2021-05-131-12/+20
|\
| * Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-12/+20
* | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-121-1/+1
* | provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-081-11/+12
|/
* Also check implementsAction methodJoas Schilling2021-04-271-3/+7
* Only return display name as editable when the user backend allows itJoas Schilling2021-04-271-6/+36
* Also check the default phone region when the number has no country codeJoas Schilling2021-03-311-0/+15