aboutsummaryrefslogtreecommitdiffstats
path: root/apps/provisioning_api/lib
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-0214-324/+31
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+4
* feat: Add back searching in disabled user listCôme Chilliet2024-05-231-3/+4
* refactor(provisioning_api): Add types for user details scopesprovokateurin2024-05-111-14/+16
* fix(provisioning_api): Show warning but do not fail when listing accounts in ...Ferdinand Thiessen2024-04-231-3/+18
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-4/+4
* Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schemaKate2024-03-142-47/+1
|\
| * fix(provisioning_api): Fix AppInfo schema for OpenAPIprovokateurin2024-02-272-47/+1
* | fix(settings): Fix always empty disabled users list for subadminsChristopher Ng2024-03-111-1/+1
|/
* Fix: #41005 Resend welcome emailEzhil Shanmugham2024-02-231-1/+8
* fix: Add bruteforce protection to email endpointJoas Schilling2024-02-141-6/+15
* feat: rename users to account or personVincent Petry2024-02-133-4/+4
* fix(i18n): id -> IDrakekniven2024-02-041-1/+1
* fix(provisioning_api): Translate exceptions shown in the frontend + replace s...Ferdinand Thiessen2024-02-011-60/+40
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-181-2/+2
* lazy AppConfigMaxence Lange2024-01-151-46/+19
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-22/+23
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-025-21/+21
* fix(provisioning_api): Fix quota fields in OpenAPIjld31032023-10-231-4/+4
* Check limit and offset parameters sent to controllerCôme Chilliet2023-10-101-0/+7
* Fix api description for Users#getDisabledUsersCôme Chilliet2023-10-091-0/+2
* Remove psalm @var annotations which should not be neededCôme Chilliet2023-10-091-2/+0
* Add endpoint for getting disabled user listCôme Chilliet2023-10-091-1/+65
* Add single status code descriptions for OpenAPIjld31032023-09-274-0/+64
* fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-251-22/+11
* provisioning_api: Fix quota constants in OpenAPIjld31032023-09-141-1/+1
* provisioning_api: Add OpenAPI specjld31032023-07-319-136/+440
* to return correct code when group not foundAlexander Piskun2023-07-221-0/+3
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
* fix(CI): Satisfy psalm by removing a now obsolete type checkJoas Schilling2023-05-311-3/+2
* feat(users): Store and load a user's managerChristoph Wurst2023-05-122-2/+21
* fix(provisioning_api): Don't allow to configure the same additional email mul...Joas Schilling2023-04-261-4/+4
* Improve handling of profile fieldsChristopher Ng2023-03-301-0/+2
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* Merge pull request #36665 from nextcloud/fix/36539Julien Veyssier2023-03-222-4/+3
|\
| * Always set displayname and display-name for user datajld31032023-02-102-4/+3
* | fix: Recalculate storage statistics on updating the quotaJulius Härtl2023-03-061-3/+2
|/
* Merge pull request #36094 from nextcloud/bugfix/noid/user-info-api-exclude-st...Joas Schilling2023-01-161-9/+12
|\
| * Only expose storage location to adminsVincent Petry2023-01-131-9/+12
* | Tear down in catch of an ExceptionCôme Chilliet2023-01-121-0/+2
* | Catch Exceptions when loading storage data of usersCôme Chilliet2023-01-121-0/+10
|/
* Add a const for the max user password lengthJoas Schilling2023-01-041-2/+2
* Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-222-0/+7
|\
| * Fix testsCarl Schwan2022-11-221-0/+1
| * Rename mastodon to fediverseCarl Schwan2022-11-221-6/+6
| * Add mastodon personal info fieldCarl Schwan2022-11-211-0/+6
* | Don't use quota cache through user managementVincent Petry2022-11-211-1/+1
|/
* Fix password length limitationJoas Schilling2022-10-101-0/+6
* Fix translation of user exists error server-sideChristopher Ng2022-09-151-1/+1