]> source.dussan.org Git - nextcloud-server.git/commit
Handle the move operation properly between shared calendars 32351/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 12 May 2022 07:23:26 +0000 (09:23 +0200)
committerThomas Citharel <tcit@tcit.fr>
Tue, 14 Jun 2022 12:40:24 +0000 (14:40 +0200)
commit39ef0500d1d9b2d16540c7548100181e535f2a31
tree0eb154048c90c8d9294da9aff4ec9a623c041d38
parentad10cd5f65fc145889bade0a57a910502cd02750
Handle the move operation properly between shared calendars

- Introduce a new CalendarObjectMovedEvent typed event dedicated for
  this operation
- Handle the event in the activity backend and add new appropriate activity subjects

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/AppInfo/Application.php
apps/dav/lib/CalDAV/Activity/Backend.php
apps/dav/lib/CalDAV/Activity/Provider/Event.php
apps/dav/lib/CalDAV/Activity/Provider/Todo.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/Calendar.php
apps/dav/lib/CalDAV/CalendarObject.php
apps/dav/lib/Events/CalendarObjectMovedEvent.php [new file with mode: 0644]
apps/dav/lib/Listener/ActivityUpdaterListener.php