]> source.dussan.org Git - nextcloud-server.git/commit
Add calendar sharing
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 26 Jan 2016 11:06:02 +0000 (12:06 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 3 Feb 2016 16:18:22 +0000 (17:18 +0100)
commit91065956080b02407625cd78796064e45a6d0236
tree14d462ae2062ad6bc8e257167c36c0d04dd68c48
parentdfeb6ea49117654842157f66798ecea6367a7626
Add calendar sharing
20 files changed:
apps/dav/appinfo/register_command.php
apps/dav/command/createcalendar.php
apps/dav/lib/caldav/caldavbackend.php
apps/dav/lib/caldav/calendar.php [new file with mode: 0644]
apps/dav/lib/caldav/calendarhome.php [new file with mode: 0644]
apps/dav/lib/caldav/calendarroot.php [new file with mode: 0644]
apps/dav/lib/carddav/carddavbackend.php
apps/dav/lib/rootcollection.php
apps/dav/tests/travis/caldav/install.sh
apps/dav/tests/travis/caldav/script.sh
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/1.xml [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/4.xml [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/5.ics [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/5.xml [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/6.ics [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/7.ics [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/8.ics [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/data/Resource/CalDAV/sharing/calendars/read-write/9.ics [new file with mode: 0644]
apps/dav/tests/travis/caldavtest/tests/CalDAV/sharing-calendars.xml
apps/dav/tests/unit/caldav/caldavbackendtest.php