@@ -34,6 +34,7 @@ class ComposerStaticInitDAV
3434 'OCA \\DAV \\BackgroundJob \\CleanupOrphanedChildrenJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/CleanupOrphanedChildrenJob.php ' ,
3535 'OCA \\DAV \\BackgroundJob \\DeleteOutdatedSchedulingObjects ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/DeleteOutdatedSchedulingObjects.php ' ,
3636 'OCA \\DAV \\BackgroundJob \\EventReminderJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/EventReminderJob.php ' ,
37+ 'OCA \\DAV \\BackgroundJob \\FederatedCalendarsSyncJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/FederatedCalendarsSyncJob.php ' ,
3738 'OCA \\DAV \\BackgroundJob \\GenerateBirthdayCalendarBackgroundJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php ' ,
3839 'OCA \\DAV \\BackgroundJob \\OutOfOfficeEventDispatcherJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/OutOfOfficeEventDispatcherJob.php ' ,
3940 'OCA \\DAV \\BackgroundJob \\PruneOutdatedSyncTokensJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/PruneOutdatedSyncTokensJob.php ' ,
@@ -80,6 +81,20 @@ class ComposerStaticInitDAV
8081 'OCA \\DAV \\CalDAV \\EventReaderRDate ' => __DIR__ . '/.. ' . '/../lib/CalDAV/EventReaderRDate.php ' ,
8182 'OCA \\DAV \\CalDAV \\EventReaderRRule ' => __DIR__ . '/.. ' . '/../lib/CalDAV/EventReaderRRule.php ' ,
8283 'OCA \\DAV \\CalDAV \\Export \\ExportService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Export/ExportService.php ' ,
84+ 'OCA \\DAV \\CalDAV \\Federation \\CalendarFederationConfig ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/CalendarFederationConfig.php ' ,
85+ 'OCA \\DAV \\CalDAV \\Federation \\CalendarFederationProvider ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/CalendarFederationProvider.php ' ,
86+ 'OCA \\DAV \\CalDAV \\Federation \\FederatedCalendar ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederatedCalendar.php ' ,
87+ 'OCA \\DAV \\CalDAV \\Federation \\FederatedCalendarAuth ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederatedCalendarAuth.php ' ,
88+ 'OCA \\DAV \\CalDAV \\Federation \\FederatedCalendarEntity ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederatedCalendarEntity.php ' ,
89+ 'OCA \\DAV \\CalDAV \\Federation \\FederatedCalendarImpl ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederatedCalendarImpl.php ' ,
90+ 'OCA \\DAV \\CalDAV \\Federation \\FederatedCalendarMapper ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederatedCalendarMapper.php ' ,
91+ 'OCA \\DAV \\CalDAV \\Federation \\FederatedCalendarProvider ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederatedCalendarProvider.php ' ,
92+ 'OCA \\DAV \\CalDAV \\Federation \\FederatedCalendarSyncService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederatedCalendarSyncService.php ' ,
93+ 'OCA \\DAV \\CalDAV \\Federation \\FederationSharingService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/FederationSharingService.php ' ,
94+ 'OCA \\DAV \\CalDAV \\Federation \\Protocol \\CalendarFederationProtocolV1 ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/Protocol/CalendarFederationProtocolV1.php ' ,
95+ 'OCA \\DAV \\CalDAV \\Federation \\Protocol \\CalendarProtocolParseException ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/Protocol/CalendarProtocolParseException.php ' ,
96+ 'OCA \\DAV \\CalDAV \\Federation \\Protocol \\ICalendarFederationProtocol ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/Protocol/ICalendarFederationProtocol.php ' ,
97+ 'OCA \\DAV \\CalDAV \\Federation \\RemoteUserCalendarHome ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Federation/RemoteUserCalendarHome.php ' ,
8398 'OCA \\DAV \\CalDAV \\FreeBusy \\FreeBusyGenerator ' => __DIR__ . '/.. ' . '/../lib/CalDAV/FreeBusy/FreeBusyGenerator.php ' ,
8499 'OCA \\DAV \\CalDAV \\ICSExportPlugin \\ICSExportPlugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php ' ,
85100 'OCA \\DAV \\CalDAV \\IRestorable ' => __DIR__ . '/.. ' . '/../lib/CalDAV/IRestorable.php ' ,
@@ -127,6 +142,7 @@ class ComposerStaticInitDAV
127142 'OCA \\DAV \\CalDAV \\Sharing \\Backend ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Sharing/Backend.php ' ,
128143 'OCA \\DAV \\CalDAV \\Sharing \\Service ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Sharing/Service.php ' ,
129144 'OCA \\DAV \\CalDAV \\Status \\StatusService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Status/StatusService.php ' ,
145+ 'OCA \\DAV \\CalDAV \\SyncService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/SyncService.php ' ,
130146 'OCA \\DAV \\CalDAV \\TimeZoneFactory ' => __DIR__ . '/.. ' . '/../lib/CalDAV/TimeZoneFactory.php ' ,
131147 'OCA \\DAV \\CalDAV \\TimezoneService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/TimezoneService.php ' ,
132148 'OCA \\DAV \\CalDAV \\TipBroker ' => __DIR__ . '/.. ' . '/../lib/CalDAV/TipBroker.php ' ,
@@ -249,6 +265,7 @@ class ComposerStaticInitDAV
249265 'OCA \\DAV \\DAV \\CustomPropertiesBackend ' => __DIR__ . '/.. ' . '/../lib/DAV/CustomPropertiesBackend.php ' ,
250266 'OCA \\DAV \\DAV \\GroupPrincipalBackend ' => __DIR__ . '/.. ' . '/../lib/DAV/GroupPrincipalBackend.php ' ,
251267 'OCA \\DAV \\DAV \\PublicAuth ' => __DIR__ . '/.. ' . '/../lib/DAV/PublicAuth.php ' ,
268+ 'OCA \\DAV \\DAV \\RemoteUserPrincipalBackend ' => __DIR__ . '/.. ' . '/../lib/DAV/RemoteUserPrincipalBackend.php ' ,
252269 'OCA \\DAV \\DAV \\Sharing \\Backend ' => __DIR__ . '/.. ' . '/../lib/DAV/Sharing/Backend.php ' ,
253270 'OCA \\DAV \\DAV \\Sharing \\IShareable ' => __DIR__ . '/.. ' . '/../lib/DAV/Sharing/IShareable.php ' ,
254271 'OCA \\DAV \\DAV \\Sharing \\Plugin ' => __DIR__ . '/.. ' . '/../lib/DAV/Sharing/Plugin.php ' ,
@@ -317,6 +334,7 @@ class ComposerStaticInitDAV
317334 'OCA \\DAV \\Listener \\ClearPhotoCacheListener ' => __DIR__ . '/.. ' . '/../lib/Listener/ClearPhotoCacheListener.php ' ,
318335 'OCA \\DAV \\Listener \\DavAdminSettingsListener ' => __DIR__ . '/.. ' . '/../lib/Listener/DavAdminSettingsListener.php ' ,
319336 'OCA \\DAV \\Listener \\OutOfOfficeListener ' => __DIR__ . '/.. ' . '/../lib/Listener/OutOfOfficeListener.php ' ,
337+ 'OCA \\DAV \\Listener \\SabrePluginAuthInitListener ' => __DIR__ . '/.. ' . '/../lib/Listener/SabrePluginAuthInitListener.php ' ,
320338 'OCA \\DAV \\Listener \\SubscriptionListener ' => __DIR__ . '/.. ' . '/../lib/Listener/SubscriptionListener.php ' ,
321339 'OCA \\DAV \\Listener \\TrustedServerRemovedListener ' => __DIR__ . '/.. ' . '/../lib/Listener/TrustedServerRemovedListener.php ' ,
322340 'OCA \\DAV \\Listener \\UserEventsListener ' => __DIR__ . '/.. ' . '/../lib/Listener/UserEventsListener.php ' ,
@@ -365,6 +383,7 @@ class ComposerStaticInitDAV
365383 'OCA \\DAV \\Migration \\Version1029Date20231004091403 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1029Date20231004091403.php ' ,
366384 'OCA \\DAV \\Migration \\Version1030Date20240205103243 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1030Date20240205103243.php ' ,
367385 'OCA \\DAV \\Migration \\Version1031Date20240610134258 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1031Date20240610134258.php ' ,
386+ 'OCA \\DAV \\Migration \\Version1034Date20250605132605 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1034Date20250605132605.php ' ,
368387 'OCA \\DAV \\Model \\ExampleEvent ' => __DIR__ . '/.. ' . '/../lib/Model/ExampleEvent.php ' ,
369388 'OCA \\DAV \\Paginate \\LimitedCopyIterator ' => __DIR__ . '/.. ' . '/../lib/Paginate/LimitedCopyIterator.php ' ,
370389 'OCA \\DAV \\Paginate \\PaginateCache ' => __DIR__ . '/.. ' . '/../lib/Paginate/PaginateCache.php ' ,
@@ -380,6 +399,7 @@ class ComposerStaticInitDAV
380399 'OCA \\DAV \\Search \\TasksSearchProvider ' => __DIR__ . '/.. ' . '/../lib/Search/TasksSearchProvider.php ' ,
381400 'OCA \\DAV \\Server ' => __DIR__ . '/.. ' . '/../lib/Server.php ' ,
382401 'OCA \\DAV \\ServerFactory ' => __DIR__ . '/.. ' . '/../lib/ServerFactory.php ' ,
402+ 'OCA \\DAV \\Service \\ASyncService ' => __DIR__ . '/.. ' . '/../lib/Service/ASyncService.php ' ,
383403 'OCA \\DAV \\Service \\AbsenceService ' => __DIR__ . '/.. ' . '/../lib/Service/AbsenceService.php ' ,
384404 'OCA \\DAV \\Service \\ExampleContactService ' => __DIR__ . '/.. ' . '/../lib/Service/ExampleContactService.php ' ,
385405 'OCA \\DAV \\Service \\ExampleEventService ' => __DIR__ . '/.. ' . '/../lib/Service/ExampleEventService.php ' ,
0 commit comments