Merge pull request #22620 from owncloud/comments-api
Comments API is missing hook/event to allow other apps to register valid entities
Showing
- apps/comments/appinfo/app.php 7 additions, 0 deletionsapps/comments/appinfo/app.php
- apps/dav/lib/Comments/EntityCollection.php 5 additions, 10 deletionsapps/dav/lib/Comments/EntityCollection.php
- apps/dav/lib/Comments/EntityTypeCollection.php 11 additions, 11 deletionsapps/dav/lib/Comments/EntityTypeCollection.php
- apps/dav/lib/Comments/RootCollection.php 28 additions, 23 deletionsapps/dav/lib/Comments/RootCollection.php
- apps/dav/lib/RootCollection.php 1 addition, 1 deletionapps/dav/lib/RootCollection.php
- apps/dav/tests/unit/comments/entitycollection.php 5 additions, 3 deletionsapps/dav/tests/unit/comments/entitycollection.php
- apps/dav/tests/unit/comments/entitytypecollection.php 15 additions, 20 deletionsapps/dav/tests/unit/comments/entitytypecollection.php
- apps/dav/tests/unit/comments/rootcollection.php 17 additions, 7 deletionsapps/dav/tests/unit/comments/rootcollection.php
- lib/public/Comments/CommentsEntityEvent.php 76 additions, 0 deletionslib/public/Comments/CommentsEntityEvent.php
Loading
Please register or sign in to comment