nextcloud/apps/provisioning_api/lib
nfebe 740b88b6ba 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-08-28 13:37:29 +00:00
..
AppInfo chore: apply code style 2025-04-30 19:04:59 +02:00
Controller fix(provisioning_api): Allow group details access for users with admin delegation 2025-08-28 13:37:29 +00:00
Listener chore: Add SPDX header 2024-06-02 20:00:00 +02:00
Middleware chore: apply code style 2025-04-30 19:04:59 +02:00
Capabilities.php chore: apply code style 2025-04-30 19:04:59 +02:00
FederatedShareProviderFactory.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00
ResponseDefinitions.php chore: Add SPDX header 2024-06-02 20:00:00 +02:00