@@ -34,6 +34,7 @@ class ComposerStaticInitSettings
3434 'OCA \\Settings \\Controller \\AdminSettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AdminSettingsController.php ' ,
3535 'OCA \\Settings \\Controller \\AppSettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AppSettingsController.php ' ,
3636 'OCA \\Settings \\Controller \\AuthSettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/AuthSettingsController.php ' ,
37+ 'OCA \\Settings \\Controller \\AuthorizedGroupController ' => __DIR__ . '/.. ' . '/../lib/Controller/AuthorizedGroupController.php ' ,
3738 'OCA \\Settings \\Controller \\ChangePasswordController ' => __DIR__ . '/.. ' . '/../lib/Controller/ChangePasswordController.php ' ,
3839 'OCA \\Settings \\Controller \\CheckSetupController ' => __DIR__ . '/.. ' . '/../lib/Controller/CheckSetupController.php ' ,
3940 'OCA \\Settings \\Controller \\CommonSettingsTrait ' => __DIR__ . '/.. ' . '/../lib/Controller/CommonSettingsTrait.php ' ,
@@ -48,13 +49,15 @@ class ComposerStaticInitSettings
4849 'OCA \\Settings \\Events \\BeforeTemplateRenderedEvent ' => __DIR__ . '/.. ' . '/../lib/Events/BeforeTemplateRenderedEvent.php ' ,
4950 'OCA \\Settings \\Hooks ' => __DIR__ . '/.. ' . '/../lib/Hooks.php ' ,
5051 'OCA \\Settings \\Listener \\AppPasswordCreatedActivityListener ' => __DIR__ . '/.. ' . '/../lib/Listener/AppPasswordCreatedActivityListener.php ' ,
52+ 'OCA \\Settings \\Listener \\GroupRemovedListener ' => __DIR__ . '/.. ' . '/../lib/Listener/GroupRemovedListener.php ' ,
5153 'OCA \\Settings \\Listener \\UserAddedToGroupActivityListener ' => __DIR__ . '/.. ' . '/../lib/Listener/UserAddedToGroupActivityListener.php ' ,
5254 'OCA \\Settings \\Listener \\UserRemovedFromGroupActivityListener ' => __DIR__ . '/.. ' . '/../lib/Listener/UserRemovedFromGroupActivityListener.php ' ,
5355 'OCA \\Settings \\Mailer \\NewUserMailHelper ' => __DIR__ . '/.. ' . '/../lib/Mailer/NewUserMailHelper.php ' ,
5456 'OCA \\Settings \\Middleware \\SubadminMiddleware ' => __DIR__ . '/.. ' . '/../lib/Middleware/SubadminMiddleware.php ' ,
5557 'OCA \\Settings \\Search \\AppSearch ' => __DIR__ . '/.. ' . '/../lib/Search/AppSearch.php ' ,
5658 'OCA \\Settings \\Search \\SectionSearch ' => __DIR__ . '/.. ' . '/../lib/Search/SectionSearch.php ' ,
5759 'OCA \\Settings \\Sections \\Admin \\Additional ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Additional.php ' ,
60+ 'OCA \\Settings \\Sections \\Admin \\Delegation ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Delegation.php ' ,
5861 'OCA \\Settings \\Sections \\Admin \\Groupware ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Groupware.php ' ,
5962 'OCA \\Settings \\Sections \\Admin \\Overview ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Overview.php ' ,
6063 'OCA \\Settings \\Sections \\Admin \\Security ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Security.php ' ,
@@ -63,6 +66,10 @@ class ComposerStaticInitSettings
6366 'OCA \\Settings \\Sections \\Personal \\PersonalInfo ' => __DIR__ . '/.. ' . '/../lib/Sections/Personal/PersonalInfo.php ' ,
6467 'OCA \\Settings \\Sections \\Personal \\Security ' => __DIR__ . '/.. ' . '/../lib/Sections/Personal/Security.php ' ,
6568 'OCA \\Settings \\Sections \\Personal \\SyncClients ' => __DIR__ . '/.. ' . '/../lib/Sections/Personal/SyncClients.php ' ,
69+ 'OCA \\Settings \\Service \\AuthorizedGroupService ' => __DIR__ . '/.. ' . '/../lib/Service/AuthorizedGroupService.php ' ,
70+ 'OCA \\Settings \\Service \\NotFoundException ' => __DIR__ . '/.. ' . '/../lib/Service/NotFoundException.php ' ,
71+ 'OCA \\Settings \\Service \\ServiceException ' => __DIR__ . '/.. ' . '/../lib/Service/ServiceException.php ' ,
72+ 'OCA \\Settings \\Settings \\Admin \\Delegation ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/Delegation.php ' ,
6673 'OCA \\Settings \\Settings \\Admin \\Mail ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/Mail.php ' ,
6774 'OCA \\Settings \\Settings \\Admin \\Overview ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/Overview.php ' ,
6875 'OCA \\Settings \\Settings \\Admin \\Security ' => __DIR__ . '/.. ' . '/../lib/Settings/Admin/Security.php ' ,
0 commit comments