]> source.dussan.org Git - nextcloud-server.git/commit
Move iMIP to it's own interface 34893/head
authorAnna Larch <anna@nextcloud.com>
Mon, 31 Oct 2022 10:16:45 +0000 (11:16 +0100)
committerAnna Larch <anna@nextcloud.com>
Thu, 3 Nov 2022 09:07:09 +0000 (10:07 +0100)
commitaebcc3126adf91e5666b76abc8e4b72a061e3243
tree04537bddbdc7b53aeeb435977284527a83b7ad18
parentbfb764b5f3a26add7059391134c86a1fca460dfd
Move iMIP to it's own interface

and clean up the code a bit.

Added:
- author

Removed:
- unused imports

Changed:
- moved iMIP handling to new interface
- pointed code to new implementation

Signed-off-by: Anna Larch <anna@nextcloud.com>
apps/dav/lib/CalDAV/CalendarImpl.php
lib/private/Calendar/Manager.php
lib/public/Calendar/ICreateFromString.php
lib/public/Calendar/IHandleImipMessage.php [new file with mode: 0644]