summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* [tx-robot] updated from transifexNextcloud bot2020-12-072-0/+2
|
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2020-11-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-122-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-312-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-292-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2020-10-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-122-0/+2
|
* Merge pull request #22891 from ↵Morris Jobke2020-10-051-2/+13
|\ | | | | | | | | nextcloud/techdebt/18680/improve-ProvisioningApiMiddleware-service-logic Improve registerService logic for ProvisioningApiMiddleware for static code analysis
| * Improve registerService logic for ProvisioningApiMiddleware for static code ↵Daniel Kesselberg2020-09-161-2/+13
| | | | | | | | | | | | | | analysis Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #23189 from nextcloud/enhancement/cs/binary_operator_spacesMorris Jobke2020-10-053-4/+4
|\ \ | | | | | | Format code to a single space around binary operators
| * | Format code to a single space around binary operatorsChristoph Wurst2020-10-053-4/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix the user email issue while creating a userSujith Haridasan2020-10-052-13/+19
|/ / | | | | | | | | | | | | | | | | When the user is created, the provisioning api was not adding the email address of the user when provided if the `send email to new user` is not set. Signed-off-by: Sujith Haridasan <sujith.h@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-10-0514-0/+14
| |
* | Merge pull request #22960 from nextcloud/Valdnet-patch-4Roeland Jago Douma2020-10-031-1/+1
|\ \ | | | | | | l10n: HTTP in capital letters
| * | l10n: HTTP in capital lettersValdnet2020-09-191-1/+1
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-10-016-2/+28
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-282-0/+14
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-264-0/+28
| | |
* | | Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-09-232-0/+14
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-222-6/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-212-2/+4
| | |