nextcloud/apps/provisioning_api/lib/Controller
Mikael Hammarin 6ffde74928
Patch to optimize for large installations (>5000 users >20000 groups) where subadmins have access to many of groups (>250)
- UsersController:editUser() calls isUserAccessible() even if the user is admin

This fix reduces API calls to editUser (ex change locale/display name) from >2 minutes (!) to ~3 seconds per call in average.

Signed-off-by: Mikael Hammarin <mikael@try2.se>
2020-04-25 14:37:46 +02:00
..
AppConfigController.php Use exactly one empty line after the namespace declaration 2020-04-09 11:48:10 +02:00
AppsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AUserData.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
GroupsController.php Make the groupId url encoded 2020-04-11 08:28:15 +02:00
UsersController.php Patch to optimize for large installations (>5000 users >20000 groups) where subadmins have access to many of groups (>250) 2020-04-25 14:37:46 +02:00