]> source.dussan.org Git - nextcloud-server.git/commit
Mark DAV background jobs as time sensitive/insensitive 31316/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 22 Feb 2022 10:24:38 +0000 (11:24 +0100)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Tue, 22 Feb 2022 12:55:06 +0000 (13:55 +0100)
commitc01eb0775648bd54e9cd4904499a30f448554968
treec06b619b4af515e48db263af4d82cee18473ba31
parenta6bc871c96d071ef54d9fd3b547df606fa9d19ca
Mark DAV background jobs as time sensitive/insensitive

* As a bonus they are now all using OCP base classes
* Strict typing is now enforced

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
13 files changed:
apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
apps/dav/lib/BackgroundJob/CleanupDirectLinksJob.php
apps/dav/lib/BackgroundJob/CleanupInvitationTokenJob.php
apps/dav/lib/BackgroundJob/EventReminderJob.php
apps/dav/lib/BackgroundJob/GenerateBirthdayCalendarBackgroundJob.php
apps/dav/lib/BackgroundJob/RegisterRegenerateBirthdayCalendars.php
apps/dav/lib/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJob.php
apps/dav/tests/unit/BackgroundJob/EventReminderJobTest.php
apps/dav/tests/unit/BackgroundJob/GenerateBirthdayCalendarBackgroundJobTest.php
apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
apps/dav/tests/unit/BackgroundJob/RegisterRegenerateBirthdayCalendarsTest.php
apps/dav/tests/unit/BackgroundJob/UpdateCalendarResourcesRoomsBackgroundJobTest.php
apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php