nextcloud-server/apps/provisioning_api/lib/Controller
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 +07:00
..
AUserDataOCSController.php Merge pull request #49476 from nextcloud/ocs-user-info-quota-optimize 2025-01-16 17:03:57 +07:00
AppConfigController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +07:00
AppsController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +07:00
GroupsController.php fix(provisioning_api): Allow group details access for users with admin delegation 2025-06-03 14:41:56 +07:00
PreferencesController.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +07:00
UsersController.php Revert "refactor: add migration for email setting" 2025-04-07 08:20:15 +07:00
VerificationController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00