summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Collapse)AuthorAgeFilesLines
* Also check implementsAction methodJoas Schilling2021-04-272-5/+92
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only return display name as editable when the user backend allows itJoas Schilling2021-04-273-11/+67
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-04-252-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-04-162-0/+16
|
* Also check the default phone region when the number has no country codeJoas Schilling2021-03-311-0/+15
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Capability for federated scopeVincent Petry2021-03-262-0/+103
| | | | | | | | | Added additional capability in the provisioning API to signal whether the federation scope values can be used. This is based on whether the lookup server upload is enabled or not. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Change account property capability Vincent Petry2021-03-261-1/+1
| | | | | | | Include version number in capability Signed-off-by: Vincent Petry <vincent@nextcloud.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* Add capability for editable scopes in provisioning APIVincent Petry2021-03-264-0/+55
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add property scope tests for AccountManagerVincent Petry2021-03-261-0/+3
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Enhance UsersControllerTest of provisioning API with scopesVincent Petry2021-03-261-37/+140
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Expose avatarScope through provisioning APIVincent Petry2021-03-262-0/+9
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* OCS allow reading and writing account property scopesVincent Petry2021-03-262-8/+55
| | | | | | | Extends the provisioning API to allow a user to get and set their own account property scopes. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Make extra user profile fields always editableVincent Petry2021-03-262-52/+11
| | | | | | | | The fields for phone number, address, website and twitter are now editable regardless whether federated sharing and the lookup server are enabled or not. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-03-232-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2021-03-202-4/+4
|
* Only clear known users when we had at least one phonebook entryJoas Schilling2021-03-121-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Rename some parameters and methods to make the API more clearJoas Schilling2021-03-102-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a service to find out if a user knows another userJoas Schilling2021-03-103-30/+44
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Delete matches when the user is being deletedJoas Schilling2021-03-104-0/+60
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Delete matches when a user changes their phone numberJoas Schilling2021-03-101-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Store when a user knows another user based on phone numberJoas Schilling2021-03-101-0/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix some psalm warningsJoas Schilling2021-03-101-17/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Provisioning API to IBootstrapRoeland Jago Douma2021-03-101-6/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixed error after merge in UsersControllerRoeland Jago Douma2021-03-051-5/+6
| | | | | | | This was moved to the LoggerInterface so the recent merge of #25589 broke master. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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 fails
| * forward invalid argument message to frontend when creating a user failsRobin Appelman2021-02-111-0/+7
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-042-4/+4
| |
* | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-035-20/+23
| | | | | | | | | | | | | | | | Time to remove this forgood now. Remaining constant moved over The world is a tiny bit better Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | LoggerInterface for provisioning API ControllersRoeland Jago Douma2021-03-024-43/+49
| | | | | | | | | | | | | | Sweep swoop swaap swuup away with the deprecated stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-012-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-252-0/+16
| |
* | Cleanup appinfo usageJoas Schilling2021-02-162-13/+10
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-02-062-0/+16
|
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2021-01-222-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-01-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-01-184-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-01-174-2/+18
|
* [tx-robot] updated from transifexNextcloud bot2021-01-162-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2021-01-112-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-12-272-2/+4
|
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-12-104-2/+22
|
* Unit tests for searching by phone numberJoas Schilling2020-12-072-15/+55
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make the throwing optional, so background tasks don't breakJoas Schilling2020-12-071-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also translate the phone number when coming in via the accounts manager API ↵Joas Schilling2020-12-071-1/+5
| | | | | | directly Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-073-3/+82
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make code strictJoas Schilling2020-12-074-58/+62
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>