]> source.dussan.org Git - nextcloud-server.git/commit
Addressbook sharing added based on a simplified approach which is based on calendar...
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 5 Nov 2015 15:46:37 +0000 (16:46 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 19 Nov 2015 10:34:31 +0000 (11:34 +0100)
commit4eb15885c9a7e930670ed58af2e566c1928bc059
tree14f21c884aad92fba5fe00fc31429b90eca42d08
parent58eaeb267c60ed2aed4b5592a28d16f5453bb773
Addressbook sharing added based on a simplified approach which is based on calendar sharing standard
apps/dav/appinfo/database.xml
apps/dav/lib/carddav/addressbook.php [new file with mode: 0644]
apps/dav/lib/carddav/addressbookroot.php [new file with mode: 0644]
apps/dav/lib/carddav/carddavbackend.php
apps/dav/lib/carddav/sharing/ishareableaddressbook.php [new file with mode: 0644]
apps/dav/lib/carddav/sharing/plugin.php [new file with mode: 0644]
apps/dav/lib/carddav/useraddressbooks.php [new file with mode: 0644]
apps/dav/lib/rootcollection.php
apps/dav/tests/misc/sharing.xml [new file with mode: 0644]
apps/dav/tests/unit/carddav/carddavbackendtest.php