aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests/Controller/UsersControllerTest.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49476 from nextcloud/ocs-user-info-quota-optimizeRobin Appelman2025-01-161-3/+10
|\
| * perf: use more optimized way to get user storage info in ocs user info when p...Robin Appelman2025-01-061-3/+10
* | fix(tests): Fix getLastLogin expectation in UsersControllerTestCôme Chilliet2025-01-071-3/+3
* | fix: Return timestamps in unix format rather than millisecondsCôme Chilliet2025-01-071-3/+6
* | fix(tests): Adapt tests to firstLogin new featureCôme Chilliet2025-01-071-0/+15
|/
* chore(provisioning_api): Add tests for getDisabledUserDetailsCôme Chilliet2024-10-171-0/+125
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-48/+48
* test: Fix testsfix/get-managers-as-subadminChristopher Ng2024-10-081-12/+8
* fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-301-5/+5
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-2/+16
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-89/+89
* test(users): Adapt tests to new admin delegation checksLouis Chemineau2024-07-221-28/+46
* chore: Add SPDX headerAndy Scherzinger2024-06-021-38/+4
* Update UsersControllerTest.phprakekniven2024-02-041-1/+1
* fix(provisioning_api): Translate exceptions shown in the frontend + replace s...Ferdinand Thiessen2024-02-011-22/+20
* fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-5/+14
* 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