nextcloud-server/apps/dav/lib/Events
Thomas Citharel 13a3ebd4cc
feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBook
This allows to just UPDATE the card row instead of deleting it and reinsert it. It's very similar to https://github.com/nextcloud/server/pull/30120 for calendars.

As we need the addressbookid exposed, this introduces OCA\DAV\CardDAV\Card that extends Sabre's.

I chose specifically NOT to auto-inject LoggerInterface in Addressbook like in #30120 because the chain of DI is huge just for ONE simple call and it would break an existing dirty call (OCA\Contacts calling OCA\DAV) of ContactsManager in Contacts: https://github.com/nextcloud/contacts/pull/1722 (in SocialApiService), but this is debatable.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2023-05-16 11:38:57 +07:00
..
AddressBookCreatedEvent.php
AddressBookDeletedEvent.php
AddressBookShareUpdatedEvent.php
AddressBookUpdatedEvent.php
BeforeFileDirectDownloadedEvent.php
CachedCalendarObjectCreatedEvent.php
CachedCalendarObjectDeletedEvent.php
CachedCalendarObjectUpdatedEvent.php
CalendarCreatedEvent.php
CalendarDeletedEvent.php
CalendarMovedToTrashEvent.php
CalendarObjectCreatedEvent.php
CalendarObjectDeletedEvent.php
CalendarObjectMovedEvent.php
CalendarObjectMovedToTrashEvent.php
CalendarObjectRestoredEvent.php
CalendarObjectUpdatedEvent.php
CalendarPublishedEvent.php
CalendarRestoredEvent.php
CalendarShareUpdatedEvent.php Fix DAV types 2023-04-05 07:06:50 +07:00
CalendarUnpublishedEvent.php
CalendarUpdatedEvent.php
CardCreatedEvent.php
CardDeletedEvent.php
CardMovedEvent.php feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBook 2023-05-16 11:38:57 +07:00
CardUpdatedEvent.php
SabrePluginAuthInitEvent.php
SubscriptionCreatedEvent.php
SubscriptionDeletedEvent.php
SubscriptionUpdatedEvent.php