]> source.dussan.org Git - nextcloud-server.git/commit
Migrate dav application from ILogger to LoggerInterface
authorCôme Chilliet <come.chilliet@nextcloud.com>
Thu, 31 Mar 2022 13:34:57 +0000 (15:34 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 2 May 2022 08:52:43 +0000 (10:52 +0200)
commite2531f8503dea904dd1cb389ca017ce7bda5ccfc
tree683918ba234959dd76e771aaae2af434b21d09fe
parent49b650c4a46c76121d74c6c37c0dbfa0d8f53dbe
Migrate dav application from ILogger to LoggerInterface

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
42 files changed:
apps/dav/lib/AppInfo/Application.php
apps/dav/lib/BackgroundJob/BuildReminderIndexBackgroundJob.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/ICSExportPlugin/ICSExportPlugin.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/AbstractProvider.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/EmailProvider.php
apps/dav/lib/CalDAV/Reminder/NotificationProvider/PushProvider.php
apps/dav/lib/CalDAV/ResourceBooking/AbstractPrincipalBackend.php
apps/dav/lib/CalDAV/ResourceBooking/ResourcePrincipalBackend.php
apps/dav/lib/CalDAV/ResourceBooking/RoomPrincipalBackend.php
apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
apps/dav/lib/CalDAV/WebcalCaching/RefreshWebcalService.php
apps/dav/lib/CardDAV/PhotoCache.php
apps/dav/lib/CardDAV/SyncService.php
apps/dav/lib/Comments/CommentNode.php
apps/dav/lib/Comments/EntityCollection.php
apps/dav/lib/Comments/EntityTypeCollection.php
apps/dav/lib/Comments/RootCollection.php
apps/dav/lib/Connector/Sabre/Auth.php
apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php
apps/dav/lib/Connector/Sabre/File.php
apps/dav/lib/Connector/Sabre/ServerFactory.php
apps/dav/lib/HookManager.php
apps/dav/lib/Migration/CalDAVRemoveEmptyValue.php
apps/dav/lib/RootCollection.php
apps/dav/lib/Server.php
apps/dav/tests/unit/CalDAV/AbstractCalDavBackend.php
apps/dav/tests/unit/CalDAV/PublicCalendarRootTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/AbstractNotificationProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/EmailProviderTest.php
apps/dav/tests/unit/CalDAV/Reminder/NotificationProvider/PushProviderTest.php
apps/dav/tests/unit/CalDAV/ResourceBooking/AbstractPrincipalBackendTest.php
apps/dav/tests/unit/CalDAV/Schedule/IMipPluginTest.php
apps/dav/tests/unit/CalDAV/WebcalCaching/RefreshWebcalServiceTest.php
apps/dav/tests/unit/CardDAV/SyncServiceTest.php
apps/dav/tests/unit/Comments/CommentsNodeTest.php
apps/dav/tests/unit/Comments/EntityCollectionTest.php
apps/dav/tests/unit/Comments/EntityTypeCollectionTest.php
apps/dav/tests/unit/Comments/RootCollectionTest.php
apps/dav/tests/unit/Connector/Sabre/ExceptionLoggerPluginTest.php
apps/dav/tests/unit/Connector/Sabre/RequestTest/RequestTestCase.php
apps/dav/tests/unit/Migration/CalDAVRemoveEmptyValueTest.php