@@ -28,6 +28,7 @@ class ComposerStaticInitDAV
2828 'OCA \\DAV \\Avatars \\AvatarNode ' => __DIR__ . '/.. ' . '/../lib/Avatars/AvatarNode.php ' ,
2929 'OCA \\DAV \\Avatars \\RootCollection ' => __DIR__ . '/.. ' . '/../lib/Avatars/RootCollection.php ' ,
3030 'OCA \\DAV \\BackgroundJob \\BuildReminderIndexBackgroundJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/BuildReminderIndexBackgroundJob.php ' ,
31+ 'OCA \\DAV \\BackgroundJob \\CalendarRetentionJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/CalendarRetentionJob.php ' ,
3132 'OCA \\DAV \\BackgroundJob \\CleanupDirectLinksJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/CleanupDirectLinksJob.php ' ,
3233 'OCA \\DAV \\BackgroundJob \\CleanupInvitationTokenJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/CleanupInvitationTokenJob.php ' ,
3334 'OCA \\DAV \\BackgroundJob \\EventReminderJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/EventReminderJob.php ' ,
@@ -59,6 +60,7 @@ class ComposerStaticInitDAV
5960 'OCA \\DAV \\CalDAV \\CalendarObject ' => __DIR__ . '/.. ' . '/../lib/CalDAV/CalendarObject.php ' ,
6061 'OCA \\DAV \\CalDAV \\CalendarRoot ' => __DIR__ . '/.. ' . '/../lib/CalDAV/CalendarRoot.php ' ,
6162 'OCA \\DAV \\CalDAV \\ICSExportPlugin \\ICSExportPlugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php ' ,
63+ 'OCA \\DAV \\CalDAV \\IRestorable ' => __DIR__ . '/.. ' . '/../lib/CalDAV/IRestorable.php ' ,
6264 'OCA \\DAV \\CalDAV \\Integration \\ExternalCalendar ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Integration/ExternalCalendar.php ' ,
6365 'OCA \\DAV \\CalDAV \\Integration \\ICalendarProvider ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Integration/ICalendarProvider.php ' ,
6466 'OCA \\DAV \\CalDAV \\InvitationResponse \\InvitationResponseServer ' => __DIR__ . '/.. ' . '/../lib/CalDAV/InvitationResponse/InvitationResponseServer.php ' ,
@@ -87,6 +89,7 @@ class ComposerStaticInitDAV
8789 'OCA \\DAV \\CalDAV \\ResourceBooking \\AbstractPrincipalBackend ' => __DIR__ . '/.. ' . '/../lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php ' ,
8890 'OCA \\DAV \\CalDAV \\ResourceBooking \\ResourcePrincipalBackend ' => __DIR__ . '/.. ' . '/../lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php ' ,
8991 'OCA \\DAV \\CalDAV \\ResourceBooking \\RoomPrincipalBackend ' => __DIR__ . '/.. ' . '/../lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php ' ,
92+ 'OCA \\DAV \\CalDAV \\RetentionService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/RetentionService.php ' ,
9093 'OCA \\DAV \\CalDAV \\Schedule \\IMipPlugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Schedule/IMipPlugin.php ' ,
9194 'OCA \\DAV \\CalDAV \\Schedule \\Plugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Schedule/Plugin.php ' ,
9295 'OCA \\DAV \\CalDAV \\Search \\SearchPlugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Search/SearchPlugin.php ' ,
@@ -97,6 +100,10 @@ class ComposerStaticInitDAV
97100 'OCA \\DAV \\CalDAV \\Search \\Xml \\Filter \\PropFilter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Search/Xml/Filter/PropFilter.php ' ,
98101 'OCA \\DAV \\CalDAV \\Search \\Xml \\Filter \\SearchTermFilter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php ' ,
99102 'OCA \\DAV \\CalDAV \\Search \\Xml \\Request \\CalendarSearchReport ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php ' ,
103+ 'OCA \\DAV \\CalDAV \\Trashbin \\DeletedCalendarObject ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Trashbin/DeletedCalendarObject.php ' ,
104+ 'OCA \\DAV \\CalDAV \\Trashbin \\DeletedCalendarObjectsCollection ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Trashbin/DeletedCalendarObjectsCollection.php ' ,
105+ 'OCA \\DAV \\CalDAV \\Trashbin \\RestoreTarget ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Trashbin/RestoreTarget.php ' ,
106+ 'OCA \\DAV \\CalDAV \\Trashbin \\TrashbinHome ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Trashbin/TrashbinHome.php ' ,
100107 'OCA \\DAV \\CalDAV \\WebcalCaching \\Plugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/WebcalCaching/Plugin.php ' ,
101108 'OCA \\DAV \\CalDAV \\WebcalCaching \\RefreshWebcalService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/WebcalCaching/RefreshWebcalService.php ' ,
102109 'OCA \\DAV \\Capabilities ' => __DIR__ . '/.. ' . '/../lib/Capabilities.php ' ,
@@ -122,6 +129,7 @@ class ComposerStaticInitDAV
122129 'OCA \\DAV \\Command \\ListCalendars ' => __DIR__ . '/.. ' . '/../lib/Command/ListCalendars.php ' ,
123130 'OCA \\DAV \\Command \\MoveCalendar ' => __DIR__ . '/.. ' . '/../lib/Command/MoveCalendar.php ' ,
124131 'OCA \\DAV \\Command \\RemoveInvalidShares ' => __DIR__ . '/.. ' . '/../lib/Command/RemoveInvalidShares.php ' ,
132+ 'OCA \\DAV \\Command \\RetentionCleanupCommand ' => __DIR__ . '/.. ' . '/../lib/Command/RetentionCleanupCommand.php ' ,
125133 'OCA \\DAV \\Command \\SendEventReminders ' => __DIR__ . '/.. ' . '/../lib/Command/SendEventReminders.php ' ,
126134 'OCA \\DAV \\Command \\SyncBirthdayCalendar ' => __DIR__ . '/.. ' . '/../lib/Command/SyncBirthdayCalendar.php ' ,
127135 'OCA \\DAV \\Command \\SyncSystemAddressBook ' => __DIR__ . '/.. ' . '/../lib/Command/SyncSystemAddressBook.php ' ,
@@ -181,6 +189,7 @@ class ComposerStaticInitDAV
181189 'OCA \\DAV \\DAV \\Sharing \\Xml \\Invite ' => __DIR__ . '/.. ' . '/../lib/DAV/Sharing/Xml/Invite.php ' ,
182190 'OCA \\DAV \\DAV \\Sharing \\Xml \\ShareRequest ' => __DIR__ . '/.. ' . '/../lib/DAV/Sharing/Xml/ShareRequest.php ' ,
183191 'OCA \\DAV \\DAV \\SystemPrincipalBackend ' => __DIR__ . '/.. ' . '/../lib/DAV/SystemPrincipalBackend.php ' ,
192+ 'OCA \\DAV \\Db \\CalendarRepository ' => __DIR__ . '/.. ' . '/../lib/Db/CalendarRepository.php ' ,
184193 'OCA \\DAV \\Db \\Direct ' => __DIR__ . '/.. ' . '/../lib/Db/Direct.php ' ,
185194 'OCA \\DAV \\Db \\DirectMapper ' => __DIR__ . '/.. ' . '/../lib/Db/DirectMapper.php ' ,
186195 'OCA \\DAV \\Direct \\DirectFile ' => __DIR__ . '/.. ' . '/../lib/Direct/DirectFile.php ' ,
@@ -252,6 +261,7 @@ class ComposerStaticInitDAV
252261 'OCA \\DAV \\Migration \\Version1012Date20190808122342 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1012Date20190808122342.php ' ,
253262 'OCA \\DAV \\Migration \\Version1016Date20201109085907 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1016Date20201109085907.php ' ,
254263 'OCA \\DAV \\Migration \\Version1017Date20210216083742 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1017Date20210216083742.php ' ,
264+ 'OCA \\DAV \\Migration \\Version1018Date20210312100735 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1018Date20210312100735.php ' ,
255265 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningNode ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningNode.php ' ,
256266 'OCA \\DAV \\Provisioning \\Apple \\AppleProvisioningPlugin ' => __DIR__ . '/.. ' . '/../lib/Provisioning/Apple/AppleProvisioningPlugin.php ' ,
257267 'OCA \\DAV \\RootCollection ' => __DIR__ . '/.. ' . '/../lib/RootCollection.php ' ,
0 commit comments