summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-09-2010-0/+68
|/ /
* | Add transifex config for all new appsMorris Jobke2020-09-181-0/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Bump versionsJoas Schilling2020-09-181-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-0/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-124-33/+32
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Generate password on addUser by password_policy appDaniel Kesselberg2020-08-092-5/+69
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-145-31/+23
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use the new method everywhereJoas Schilling2020-07-035-77/+38
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix languages empty arrayGretaD2020-05-082-47/+62
| | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #20677 from ↵Joas Schilling2020-04-301-2/+2
|\ | | | | | | | | nextcloud/followup/17718/scaling-user-provisioning Scaling user provisioning for subadmins with many groups
| * Patch to optimize for large installations (>5000 users >20000 groups) where ↵Mikael Hammarin2020-04-251-2/+2
| | | | | | | | | | | | | | | | | | | | subadmins have access to many of groups (>250) - UsersController:editUser() calls isUserAccessible() even if the user is admin This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average. Signed-off-by: Mikael Hammarin <mikael@try2.se>
* | Update license headers for 19Christoph Wurst2020-04-295-0/+6
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix php-cs formattingChristoph Wurst2020-04-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add tests for encoded group idJulius Härtl2020-04-111-10/+74
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make the groupId url encodedJulius Härtl2020-04-111-0/+7
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1011-45/+28
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-103-8/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>