summaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller/UsersControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-0/+3
* fix(provisioning_api): Don't allow to configure the same additional email mul...Joas Schilling2023-04-261-0/+157
* adjust tests after #36665Julien Veyssier2023-03-231-1/+7
* Fix a few tests that were using too big int values for 32bitsCôme Chilliet2023-02-071-2/+1
* Only expose storage location to adminsVincent Petry2023-01-131-8/+4
* Fix testsCarl Schwan2022-11-221-0/+14
* Fix test failure introduced in https://github.com/nextcloud/server/pull/33819Christopher Ng2022-09-161-0/+6
* Fix unit testsJoas Schilling2022-07-061-1/+2
* Fix exception handling when profile data is too longJoas Schilling2022-06-091-26/+28
* Add new account propertiesChristopher Ng2021-10-191-10/+84
* use specific email getter where necessaryArthur Schiwon2021-09-091-5/+8
* fix UserController tests failing because of max_quota app value not provided ...Julien Veyssier2021-07-301-0/+27
* cleanupArthur Schiwon2021-06-301-8/+0
* prov api reports multiple mail as editable fieldArthur Schiwon2021-06-301-0/+3
* prov api reports additional emails on getUserArthur Schiwon2021-06-301-3/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz2021-05-131-8/+8
|\
| * Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-8/+8
* | provAPI to use only public API of IAccountManagerArthur Schiwon2021-05-081-13/+54
|/
* Also check implementsAction methodJoas Schilling2021-04-271-2/+85
* Only return display name as editable when the user backend allows itJoas Schilling2021-04-271-5/+30
* Add property scope tests for AccountManagerVincent Petry2021-03-261-0/+3
* Enhance UsersControllerTest of provisioning API with scopesVincent Petry2021-03-261-37/+140
* Make extra user profile fields always editableVincent Petry2021-03-261-29/+3
* Add a service to find out if a user knows another userJoas Schilling2021-03-101-0/+23
* LoggerInterface for provisioning API ControllersRoeland Jago Douma2021-03-021-9/+10
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Unit tests for searching by phone numberJoas Schilling2020-12-071-8/+41
* Add an endpoint to search for accounts based on phone numberJoas Schilling2020-12-071-3/+19
* Make code strictJoas Schilling2020-12-071-24/+25
* Fix the user email issue while creating a userSujith Haridasan2020-10-051-1/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-16/+15
* Generate password on addUser by password_policy appDaniel Kesselberg2020-08-091-1/+50
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-141-16/+10
* Use the new method everywhereJoas Schilling2020-07-031-37/+20
* Fix languages empty arrayGretaD2020-05-081-46/+61
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-6/+6
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-4/+4
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-4/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-359/+359
* Update license headersChristoph Wurst2019-12-051-2/+8
* Mode to modern phpunitRoeland Jago Douma2019-11-271-207/+209
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-5/+5
* Move settings to an appChristoph Wurst2019-09-281-1/+1
* Update testsRoeland Jago Douma2019-07-091-4/+13
* changes the returned key from UserID to id, in accordance with getUserDataArthur Schiwon2019-06-211-6/+6
* uses "yes" and "no" for config switch over stringified numbersArthur Schiwon2019-06-211-3/+3