]> source.dussan.org Git - nextcloud-server.git/commit
Comments DAV implementation
authorArthur Schiwon <blizzz@owncloud.com>
Mon, 11 Jan 2016 17:09:00 +0000 (18:09 +0100)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 26 Jan 2016 11:10:14 +0000 (12:10 +0100)
commited546bd2a591d0d9029e9f3989e159f8b1e4e8c5
treef0d0126c7f43cea0191b2dda78d5a832767cc822
parent3da78c8f1c9355a726f289e834fa237366c3df20
Comments DAV implementation
14 files changed:
apps/dav/lib/comments/commentnode.php [new file with mode: 0644]
apps/dav/lib/comments/commentsplugin.php [new file with mode: 0644]
apps/dav/lib/comments/entitycollection.php [new file with mode: 0644]
apps/dav/lib/comments/entitytypecollection.php [new file with mode: 0644]
apps/dav/lib/comments/rootcollection.php [new file with mode: 0644]
apps/dav/lib/rootcollection.php
apps/dav/lib/server.php
apps/dav/tests/unit/comments/commentnode.php [new file with mode: 0644]
apps/dav/tests/unit/comments/commentsplugin.php [new file with mode: 0644]
apps/dav/tests/unit/comments/entitycollection.php [new file with mode: 0644]
apps/dav/tests/unit/comments/entitytypecollection.php [new file with mode: 0644]
apps/dav/tests/unit/comments/rootcollection.php [new file with mode: 0644]
lib/private/comments/comment.php
lib/private/comments/manager.php