Merge pull request #1738 from nextcloud/comments-provide-displaynames-with-mentions
comment mentions: show displayname not uid
Showing
- apps/comments/appinfo/app.php 11 additions, 0 deletionsapps/comments/appinfo/app.php
- apps/comments/css/comments.css 4 additions, 0 deletionsapps/comments/css/comments.css
- apps/comments/js/commentmodel.js 0 additions, 0 deletionsapps/comments/js/commentmodel.js
- apps/comments/js/commentstabview.js 0 additions, 0 deletionsapps/comments/js/commentstabview.js
- apps/comments/lib/Notification/Listener.php 17 additions, 13 deletionsapps/comments/lib/Notification/Listener.php
- apps/comments/tests/Unit/Notification/ListenerTest.php 13 additions, 129 deletionsapps/comments/tests/Unit/Notification/ListenerTest.php
- apps/comments/tests/js/commentstabviewSpec.js 62 additions, 8 deletionsapps/comments/tests/js/commentstabviewSpec.js
- apps/dav/lib/Comments/CommentNode.php 43 additions, 1 deletionapps/dav/lib/Comments/CommentNode.php
- apps/dav/tests/unit/Comments/CommentsNodeTest.php 34 additions, 0 deletionsapps/dav/tests/unit/Comments/CommentsNodeTest.php
- lib/private/Comments/Comment.php 37 additions, 0 deletionslib/private/Comments/Comment.php
- lib/private/Comments/Manager.php 47 additions, 0 deletionslib/private/Comments/Manager.php
- lib/public/Comments/IComment.php 22 additions, 0 deletionslib/public/Comments/IComment.php
- lib/public/Comments/ICommentsManager.php 28 additions, 0 deletionslib/public/Comments/ICommentsManager.php
- tests/lib/Comments/CommentTest.php 51 additions, 6 deletionstests/lib/Comments/CommentTest.php
- tests/lib/Comments/FakeManager.php 4 additions, 0 deletionstests/lib/Comments/FakeManager.php
- tests/lib/Comments/ManagerTest.php 78 additions, 0 deletionstests/lib/Comments/ManagerTest.php
Loading
Please register or sign in to comment