]> source.dussan.org Git - nextcloud-server.git/commit
Move RefreshWebcalJob logic to a proper service so that it may be called 19588/head
authorThomas Citharel <tcit@tcit.fr>
Mon, 10 Feb 2020 15:04:38 +0000 (16:04 +0100)
committerThomas Citharel <tcit@tcit.fr>
Sat, 22 Feb 2020 18:27:11 +0000 (19:27 +0100)
commit44d4647ed98378da146f3f4c9210d161fe5f5578
tree6f3daa2061123e7d0826241b1abde0cfef37e53a
parent62023ead0c7615518a599f3c42e40ac907c24406
Move RefreshWebcalJob logic to a proper service so that it may be called
independently

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
apps/dav/appinfo/app.php
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/BackgroundJob/RefreshWebcalJob.php
apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php [new file with mode: 0644]
apps/dav/tests/unit/BackgroundJob/RefreshWebcalJobTest.php
apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php [new file with mode: 0644]