@@ -29,6 +29,7 @@ class ComposerStaticInitDAV
2929 'OCA \\DAV \\BackgroundJob \\CleanupDirectLinksJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/CleanupDirectLinksJob.php ' ,
3030 'OCA \\DAV \\BackgroundJob \\CleanupInvitationTokenJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/CleanupInvitationTokenJob.php ' ,
3131 'OCA \\DAV \\BackgroundJob \\GenerateBirthdayCalendarBackgroundJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php ' ,
32+ 'OCA \\DAV \\BackgroundJob \\RefreshWebcalJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/RefreshWebcalJob.php ' ,
3233 'OCA \\DAV \\BackgroundJob \\UpdateCalendarResourcesRoomsBackgroundJob ' => __DIR__ . '/.. ' . '/../lib/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJob.php ' ,
3334 'OCA \\DAV \\CalDAV \\Activity \\Backend ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Activity/Backend.php ' ,
3435 'OCA \\DAV \\CalDAV \\Activity \\Filter \\Calendar ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Activity/Filter/Calendar.php ' ,
@@ -42,6 +43,8 @@ class ComposerStaticInitDAV
4243 'OCA \\DAV \\CalDAV \\Activity \\Setting \\Todo ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Activity/Setting/Todo.php ' ,
4344 'OCA \\DAV \\CalDAV \\BirthdayCalendar \\EnablePlugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/BirthdayCalendar/EnablePlugin.php ' ,
4445 'OCA \\DAV \\CalDAV \\BirthdayService ' => __DIR__ . '/.. ' . '/../lib/CalDAV/BirthdayService.php ' ,
46+ 'OCA \\DAV \\CalDAV \\CachedSubscription ' => __DIR__ . '/.. ' . '/../lib/CalDAV/CachedSubscription.php ' ,
47+ 'OCA \\DAV \\CalDAV \\CachedSubscriptionObject ' => __DIR__ . '/.. ' . '/../lib/CalDAV/CachedSubscriptionObject.php ' ,
4548 'OCA \\DAV \\CalDAV \\CalDavBackend ' => __DIR__ . '/.. ' . '/../lib/CalDAV/CalDavBackend.php ' ,
4649 'OCA \\DAV \\CalDAV \\Calendar ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Calendar.php ' ,
4750 'OCA \\DAV \\CalDAV \\CalendarHome ' => __DIR__ . '/.. ' . '/../lib/CalDAV/CalendarHome.php ' ,
@@ -72,6 +75,7 @@ class ComposerStaticInitDAV
7275 'OCA \\DAV \\CalDAV \\Search \\Xml \\Filter \\PropFilter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Search/Xml/Filter/PropFilter.php ' ,
7376 'OCA \\DAV \\CalDAV \\Search \\Xml \\Filter \\SearchTermFilter ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Search/Xml/Filter/SearchTermFilter.php ' ,
7477 'OCA \\DAV \\CalDAV \\Search \\Xml \\Request \\CalendarSearchReport ' => __DIR__ . '/.. ' . '/../lib/CalDAV/Search/Xml/Request/CalendarSearchReport.php ' ,
78+ 'OCA \\DAV \\CalDAV \\WebcalCaching \\Plugin ' => __DIR__ . '/.. ' . '/../lib/CalDAV/WebcalCaching/Plugin.php ' ,
7579 'OCA \\DAV \\Capabilities ' => __DIR__ . '/.. ' . '/../lib/Capabilities.php ' ,
7680 'OCA \\DAV \\CardDAV \\AddressBook ' => __DIR__ . '/.. ' . '/../lib/CardDAV/AddressBook.php ' ,
7781 'OCA \\DAV \\CardDAV \\AddressBookImpl ' => __DIR__ . '/.. ' . '/../lib/CardDAV/AddressBookImpl.php ' ,
@@ -163,13 +167,15 @@ class ComposerStaticInitDAV
163167 'OCA \\DAV \\Migration \\BuildCalendarSearchIndexBackgroundJob ' => __DIR__ . '/.. ' . '/../lib/Migration/BuildCalendarSearchIndexBackgroundJob.php ' ,
164168 'OCA \\DAV \\Migration \\CalDAVRemoveEmptyValue ' => __DIR__ . '/.. ' . '/../lib/Migration/CalDAVRemoveEmptyValue.php ' ,
165169 'OCA \\DAV \\Migration \\FixBirthdayCalendarComponent ' => __DIR__ . '/.. ' . '/../lib/Migration/FixBirthdayCalendarComponent.php ' ,
170+ 'OCA \\DAV \\Migration \\RefreshWebcalJobRegistrar ' => __DIR__ . '/.. ' . '/../lib/Migration/RefreshWebcalJobRegistrar.php ' ,
166171 'OCA \\DAV \\Migration \\Version1004Date20170825134824 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1004Date20170825134824.php ' ,
167172 'OCA \\DAV \\Migration \\Version1004Date20170919104507 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1004Date20170919104507.php ' ,
168173 'OCA \\DAV \\Migration \\Version1004Date20170924124212 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1004Date20170924124212.php ' ,
169174 'OCA \\DAV \\Migration \\Version1004Date20170926103422 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1004Date20170926103422.php ' ,
170175 'OCA \\DAV \\Migration \\Version1005Date20180413093149 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1005Date20180413093149.php ' ,
171176 'OCA \\DAV \\Migration \\Version1005Date20180530124431 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1005Date20180530124431.php ' ,
172177 'OCA \\DAV \\Migration \\Version1006Date20180619154313 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1006Date20180619154313.php ' ,
178+ 'OCA \\DAV \\Migration \\Version1006Date20180628111625 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1006Date20180628111625.php ' ,
173179 'OCA \\DAV \\Migration \\Version1007Date20181007225117 ' => __DIR__ . '/.. ' . '/../lib/Migration/Version1007Date20181007225117.php ' ,
174180 'OCA \\DAV \\RootCollection ' => __DIR__ . '/.. ' . '/../lib/RootCollection.php ' ,
175181 'OCA \\DAV \\Server ' => __DIR__ . '/.. ' . '/../lib/Server.php ' ,
0 commit comments