nextcloud/apps/provisioning_api
nfebe bebe8377b4 fix(provisioning_api): Allow group details access for users with admin delegation
This fixes an issue where users with "Administration privileges → Users" could not access
the groups details endpoint in the provisioning API, resulting in a 403 Forbidden error.

There is a problem with adding the  `AuthorizedAdminSetting` attribute (middleware)
that only allows access to users with Sharing admin privileges.

Users with "`Users` admin" privileges should also be able to access group details.

Resolves: https://github.com/nextcloud/server/issues/52617

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-06-03 14:41:56 +00:00
..
appinfo feat(provisioning_api): Add endpoint for fetching user subadmin groups with details 2025-03-31 14:10:24 -07:00
composer refactor(provisioning_api): Rename AUserData to AUserDataOCSController to allow openapi-extractor to detect it as OCS 2025-01-06 14:30:40 +01:00
img chore: Make app icons consistent Material Symbols with same settings 2024-07-10 15:53:45 +02:00
l10n fix(l10n): Update translations from Transifex 2025-05-02 00:23:06 +00:00
lib fix(provisioning_api): Allow group details access for users with admin delegation 2025-06-03 14:41:56 +00:00
tests fix(settings): Handle email change restriction separately from display name change restriction 2025-04-03 09:03:42 +02:00
openapi-administration.json chore: Update openapi.json files 2025-01-07 16:30:23 +01:00
openapi-administration.json.license chore: Add SPDX header 2024-06-02 20:00:00 +02:00
openapi-full.json chore(openapi): Update spec 2025-03-31 14:10:24 -07:00
openapi-full.json.license chore: Add SPDX header 2024-06-02 20:00:00 +02:00
openapi.json chore(openapi): Update spec 2025-03-31 14:10:24 -07:00
openapi.json.license chore: Add SPDX header 2024-06-02 20:00:00 +02:00