summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-0411-30/+26
* 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-133-16/+24
|\
| * Fix unauthorized OCS status in provisioningJoas Schilling2021-05-123-16/+24
* | 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
* Capability for federated scopeVincent Petry2021-03-261-0/+11
* Change account property capability Vincent Petry2021-03-261-1/+1
* Add capability for editable scopes in provisioning APIVincent Petry2021-03-262-0/+53
* 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-102-2/+2
* Add a service to find out if a user knows another userJoas Schilling2021-03-102-30/+21
* Delete matches when the user is being deletedJoas Schilling2021-03-102-0/+58
* 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
* Fix some psalm warningsJoas Schilling2021-03-101-17/+22
* Provisioning API to IBootstrapRoeland Jago Douma2021-03-101-6/+13
* 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
|\
| * forward invalid argument message to frontend when creating a user failsRobin Appelman2021-02-111-0/+7
* | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-034-19/+21
* | LoggerInterface for provisioning API ControllersRoeland Jago Douma2021-03-022-31/+36
* | Cleanup appinfo usageJoas Schilling2021-02-162-13/+10
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* 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-072-30/+32
* Merge pull request #22891 from nextcloud/techdebt/18680/improve-ProvisioningA...Morris Jobke2020-10-051-2/+13
|\
| * Improve registerService logic for ProvisioningApiMiddleware for static code a...Daniel Kesselberg2020-09-161-2/+13
* | Merge pull request #23189 from nextcloud/enhancement/cs/binary_operator_spacesMorris Jobke2020-10-052-3/+3
|\ \