aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49476 from nextcloud/ocs-user-info-quota-optimizeRobin Appelman2025-01-162-3/+15
|\
| * perf: use more optimized way to get user storage info in ocs user info when p...Robin Appelman2025-01-062-3/+15
* | 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
|/
* Merge pull request #48766 from nextcloud/fix/fix-disabled-user-list-for-subad...John Molakvoæ2024-10-291-0/+125
|\
| * chore(provisioning_api): Add tests for getDisabledUserDetailsCôme Chilliet2024-10-171-0/+125
* | refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-2/+3
|/
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-154-59/+63
* test: Fix testsfix/get-managers-as-subadminChristopher Ng2024-10-082-17/+13
* fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-301-5/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-2/+16
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-156-126/+126
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-13/+14
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-5/+5
* fix(provisioning): Support setting new app configs as wellJoas Schilling2024-08-221-14/+23
* fix(ProvisioningAPI): set typed config values by via APIArthur Schiwon2024-08-201-3/+33
* test(users): Adapt tests to new admin delegation checksLouis Chemineau2024-07-222-29/+51
* chore: Add SPDX headerAndy Scherzinger2024-06-027-171/+22
* Update UsersControllerTest.phprakekniven2024-02-041-1/+1
* fix(provisioning_api): Translate exceptions shown in the frontend + replace s...Ferdinand Thiessen2024-02-011-22/+20
* fixesMaxence Lange2024-01-151-24/+16
* lazy AppConfigMaxence Lange2024-01-151-4/+4
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* 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 errors from PHP 8.2 testingCôme Chilliet2022-11-141-1/+2
* Fix test failure introduced in https://github.com/nextcloud/server/pull/33819Christopher Ng2022-09-161-0/+6
* Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
* Fix unit testsJoas Schilling2022-07-061-1/+2
* Fix exception handling when profile data is too longJoas Schilling2022-06-091-26/+28
* Merge pull request #26725 from nextcloud/fix-federated-scope-not-shown-when-p...John Molakvoæ2021-10-221-9/+15
|\
| * Split capabilityDaniel Calviño Sánchez2021-08-181-9/+15
* | Add new account propertiesChristopher Ng2021-10-191-10/+84
* | Add support for Delegation Settings for more appsCarl Schwan2021-10-152-11/+62
* | 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
* Effectively return a valid group as it would be the case in a realDries Mys2021-06-051-2/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-13/+7
* Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz2021-05-132-10/+10
|\
| * Fix unauthorized OCS status in provisioningJoas Schilling2021-05-122-10/+10