@@ -42,6 +42,7 @@ class ComposerStaticInitFiles_Sharing
4242 'OCA \\Files_Sharing \\Controller \\ExternalSharesController ' => __DIR__ . '/.. ' . '/../lib/Controller/ExternalSharesController.php ' ,
4343 'OCA \\Files_Sharing \\Controller \\PublicPreviewController ' => __DIR__ . '/.. ' . '/../lib/Controller/PublicPreviewController.php ' ,
4444 'OCA \\Files_Sharing \\Controller \\RemoteController ' => __DIR__ . '/.. ' . '/../lib/Controller/RemoteController.php ' ,
45+ 'OCA \\Files_Sharing \\Controller \\SettingsController ' => __DIR__ . '/.. ' . '/../lib/Controller/SettingsController.php ' ,
4546 'OCA \\Files_Sharing \\Controller \\ShareAPIController ' => __DIR__ . '/.. ' . '/../lib/Controller/ShareAPIController.php ' ,
4647 'OCA \\Files_Sharing \\Controller \\ShareController ' => __DIR__ . '/.. ' . '/../lib/Controller/ShareController.php ' ,
4748 'OCA \\Files_Sharing \\Controller \\ShareInfoController ' => __DIR__ . '/.. ' . '/../lib/Controller/ShareInfoController.php ' ,
@@ -64,6 +65,7 @@ class ComposerStaticInitFiles_Sharing
6465 'OCA \\Files_Sharing \\Listener \\GlobalShareAcceptanceListener ' => __DIR__ . '/.. ' . '/../lib/Listener/GlobalShareAcceptanceListener.php ' ,
6566 'OCA \\Files_Sharing \\Listener \\LoadAdditionalListener ' => __DIR__ . '/.. ' . '/../lib/Listener/LoadAdditionalListener.php ' ,
6667 'OCA \\Files_Sharing \\Listener \\LoadSidebarListener ' => __DIR__ . '/.. ' . '/../lib/Listener/LoadSidebarListener.php ' ,
68+ 'OCA \\Files_Sharing \\Listener \\UserShareAcceptanceListener ' => __DIR__ . '/.. ' . '/../lib/Listener/UserShareAcceptanceListener.php ' ,
6769 'OCA \\Files_Sharing \\Middleware \\OCSShareAPIMiddleware ' => __DIR__ . '/.. ' . '/../lib/Middleware/OCSShareAPIMiddleware.php ' ,
6870 'OCA \\Files_Sharing \\Middleware \\ShareInfoMiddleware ' => __DIR__ . '/.. ' . '/../lib/Middleware/ShareInfoMiddleware.php ' ,
6971 'OCA \\Files_Sharing \\Middleware \\SharingCheckMiddleware ' => __DIR__ . '/.. ' . '/../lib/Middleware/SharingCheckMiddleware.php ' ,
@@ -74,6 +76,7 @@ class ComposerStaticInitFiles_Sharing
7476 'OCA \\Files_Sharing \\Notification \\Listener ' => __DIR__ . '/.. ' . '/../lib/Notification/Listener.php ' ,
7577 'OCA \\Files_Sharing \\Notification \\Notifier ' => __DIR__ . '/.. ' . '/../lib/Notification/Notifier.php ' ,
7678 'OCA \\Files_Sharing \\Scanner ' => __DIR__ . '/.. ' . '/../lib/Scanner.php ' ,
79+ 'OCA \\Files_Sharing \\Settings \\Personal ' => __DIR__ . '/.. ' . '/../lib/Settings/Personal.php ' ,
7780 'OCA \\Files_Sharing \\ShareBackend \\File ' => __DIR__ . '/.. ' . '/../lib/ShareBackend/File.php ' ,
7881 'OCA \\Files_Sharing \\ShareBackend \\Folder ' => __DIR__ . '/.. ' . '/../lib/ShareBackend/Folder.php ' ,
7982 'OCA \\Files_Sharing \\SharedMount ' => __DIR__ . '/.. ' . '/../lib/SharedMount.php ' ,
0 commit comments