Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also check implementsAction method | Joas Schilling | 2021-04-27 | 2 | -5/+92 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Only return display name as editable when the user backend allows it | Joas Schilling | 2021-04-27 | 3 | -11/+67 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-25 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-16 | 2 | -0/+16 |
| | |||||
* | Also check the default phone region when the number has no country code | Joas Schilling | 2021-03-31 | 1 | -0/+15 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Capability for federated scope | Vincent Petry | 2021-03-26 | 2 | -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 Petry | 2021-03-26 | 1 | -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 API | Vincent Petry | 2021-03-26 | 4 | -0/+55 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Add property scope tests for AccountManager | Vincent Petry | 2021-03-26 | 1 | -0/+3 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Enhance UsersControllerTest of provisioning API with scopes | Vincent Petry | 2021-03-26 | 1 | -37/+140 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Expose avatarScope through provisioning API | Vincent Petry | 2021-03-26 | 2 | -0/+9 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | OCS allow reading and writing account property scopes | Vincent Petry | 2021-03-26 | 2 | -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 editable | Vincent Petry | 2021-03-26 | 2 | -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 transifex | Nextcloud bot | 2021-03-23 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-20 | 2 | -4/+4 |
| | |||||
* | Only clear known users when we had at least one phonebook entry | Joas Schilling | 2021-03-12 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Rename some parameters and methods to make the API more clear | Joas Schilling | 2021-03-10 | 2 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a service to find out if a user knows another user | Joas Schilling | 2021-03-10 | 3 | -30/+44 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Delete matches when the user is being deleted | Joas Schilling | 2021-03-10 | 4 | -0/+60 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Delete matches when a user changes their phone number | Joas Schilling | 2021-03-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Store when a user knows another user based on phone number | Joas Schilling | 2021-03-10 | 1 | -0/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix some psalm warnings | Joas Schilling | 2021-03-10 | 1 | -17/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Provisioning API to IBootstrap | Roeland Jago Douma | 2021-03-10 | 1 | -6/+13 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fixed error after merge in UsersController | Roeland Jago Douma | 2021-03-05 | 1 | -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-argument | Roeland Jago Douma | 2021-03-05 | 1 | -0/+7 |
|\ | | | | | forward invalid argument message to frontend when creating a user fails | ||||
| * | forward invalid argument message to frontend when creating a user fails | Robin Appelman | 2021-02-11 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-04 | 2 | -4/+4 |
| | | |||||
* | | Remove deprecated \OCP\API | Roeland Jago Douma | 2021-03-03 | 5 | -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 Controllers | Roeland Jago Douma | 2021-03-02 | 4 | -43/+49 |
| | | | | | | | | | | | | | | Sweep swoop swaap swuup away with the deprecated stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Update autoloader files | Roeland Jago Douma | 2021-03-02 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-01 | 2 | -0/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-25 | 2 | -0/+16 |
| | | |||||
* | | Cleanup appinfo usage | Joas Schilling | 2021-02-16 | 2 | -13/+10 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-06 | 2 | -0/+16 |
| | |||||
* | This is 22 | Joas Schilling | 2021-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update all composer autoloader files | Christoph Wurst | 2021-01-28 | 2 | -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 transifex | Nextcloud bot | 2021-01-22 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-19 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-18 | 4 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-17 | 4 | -2/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-16 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-11 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-27 | 2 | -2/+4 |
| | |||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-10 | 4 | -2/+22 |
| | |||||
* | Unit tests for searching by phone number | Joas Schilling | 2020-12-07 | 2 | -15/+55 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make the throwing optional, so background tasks don't break | Joas Schilling | 2020-12-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Also translate the phone number when coming in via the accounts manager API ↵ | Joas Schilling | 2020-12-07 | 1 | -1/+5 |
| | | | | | | directly Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add an endpoint to search for accounts based on phone number | Joas Schilling | 2020-12-07 | 3 | -3/+82 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make code strict | Joas Schilling | 2020-12-07 | 4 | -58/+62 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |