summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib/Controller
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add API to change preferencesJoas Schilling2022-05-231-0/+185
* Profile backendChristopher Ng2021-10-191-7/+2
* Add new account propertiesChristopher Ng2021-10-192-58/+138
* l10n: Spelling unificationValdnet2021-10-171-1/+1
* Add support for Delegation Settings for more appsCarl Schwan2021-10-152-2/+67
* Changed spelling and aligned to other resources.rakekniven2021-09-111-1/+1
* also allow admins to set the primary emailArthur Schiwon2021-09-091-0/+1
* use specific email getter where necessaryArthur Schiwon2021-09-092-2/+2
* enable the user to set a primary (notification) email address (backend)Arthur Schiwon2021-09-092-27/+57
* Confirm mails only per POSTArthur Schiwon2021-09-091-2/+24
* implement verification for additional mailsArthur Schiwon2021-09-092-4/+131
* refs #21045 add app config to disable unlimited quota and to set max quotaJulien Veyssier2021-07-292-0/+18
* Migrate HintException to OCPGary Kim2021-06-301-3/+3
* cleanupArthur Schiwon2021-06-301-6/+0
* fix small issues in UsersController handlingArthur Schiwon2021-06-302-3/+7
* 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
* prov api reports additional emails on getUserArthur Schiwon2021-06-301-0/+14
* Group may be null if backend doesn't support creating groupsDries Mys2021-06-051-0/+3
* Fixed indentationDries Mys2021-06-051-1/+1
* [ProvisioningAPI] Allow specifying group display name during creationDries Mys2021-06-051-2/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-12/+7
* 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-132-14/+22
|\
| * Fix unauthorized OCS status in provisioningJoas Schilling2021-05-122-14/+22
* | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-121-1/+1
* | provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-083-37/+44
|/
* 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
* Expose avatarScope through provisioning APIVincent Petry2021-03-262-0/+9
* OCS allow reading and writing account property scopesVincent Petry2021-03-262-8/+55
* Make extra user profile fields always editableVincent Petry2021-03-261-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-101-1/+1
* Add a service to find out if a user knows another userJoas Schilling2021-03-101-23/+14
* Delete matches when a user changes their phone numberJoas Schilling2021-03-101-0/+4
* Store when a user knows another user based on phone numberJoas Schilling2021-03-101-0/+22
* Fixed error after merge in UsersControllerRoeland Jago Douma2021-03-051-5/+6
* Merge pull request #25589 from nextcloud/provisioning-api-invalid-argumentRoeland Jago Douma2021-03-051-0/+7
|\