Merge pull request #1449 from nextcloud/comments-user-mention
Notifications for simple @-mentioning in comments
Showing
- apps/comments/appinfo/app.php 21 additions, 10 deletionsapps/comments/appinfo/app.php
- apps/comments/appinfo/routes.php 28 additions, 0 deletionsapps/comments/appinfo/routes.php
- apps/comments/lib/AppInfo/Application.php 35 additions, 0 deletionsapps/comments/lib/AppInfo/Application.php
- apps/comments/lib/Controller/Notifications.php 134 additions, 0 deletionsapps/comments/lib/Controller/Notifications.php
- apps/comments/lib/EventHandler.php 91 additions, 0 deletionsapps/comments/lib/EventHandler.php
- apps/comments/lib/Notification/Listener.php 126 additions, 0 deletionsapps/comments/lib/Notification/Listener.php
- apps/comments/lib/Notification/Notifier.php 115 additions, 0 deletionsapps/comments/lib/Notification/Notifier.php
- apps/comments/tests/Unit/AppInfo/ApplicationTest.php 65 additions, 0 deletionsapps/comments/tests/Unit/AppInfo/ApplicationTest.php
- apps/comments/tests/Unit/Controller/NotificationsTest.php 155 additions, 0 deletionsapps/comments/tests/Unit/Controller/NotificationsTest.php
- apps/comments/tests/Unit/EventHandlerTest.php 119 additions, 0 deletionsapps/comments/tests/Unit/EventHandlerTest.php
- apps/comments/tests/Unit/Notification/ListenerTest.php 339 additions, 0 deletionsapps/comments/tests/Unit/Notification/ListenerTest.php
- apps/comments/tests/Unit/Notification/NotifierTest.php 498 additions, 0 deletionsapps/comments/tests/Unit/Notification/NotifierTest.php
- apps/dav/lib/Comments/CommentNode.php 1 addition, 1 deletionapps/dav/lib/Comments/CommentNode.php
- lib/composer/composer/autoload_classmap.php 1 addition, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 1 addition, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/AppFramework/DependencyInjection/DIContainer.php 4 additions, 0 deletionslib/private/AppFramework/DependencyInjection/DIContainer.php
- lib/private/Comments/Manager.php 64 additions, 21 deletionslib/private/Comments/Manager.php
- lib/public/Comments/CommentsEvent.php 4 additions, 3 deletionslib/public/Comments/CommentsEvent.php
- lib/public/Comments/ICommentsEventHandler.php 39 additions, 0 deletionslib/public/Comments/ICommentsEventHandler.php
- lib/public/Comments/ICommentsManager.php 9 additions, 0 deletionslib/public/Comments/ICommentsManager.php
Loading
Please register or sign in to comment