]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/models/video/video-comment.ts
Add ability to list comments on local videos
authorChocobozzz <me@florianbigard.com>
Fri, 12 Aug 2022 09:05:11 +0000 (11:05 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 16 Aug 2022 08:33:27 +0000 (10:33 +0200)
commit0e6cd1c00f71554fe7375a96db693a6983951ba6
treebe9b049e047895c88c561202377f6c5e64ae40df
parent045224d5eb6a41081186c4040bab1570b9d9ad65
Add ability to list comments on local videos
client/src/app/+admin/overview/comments/video-comment-list.component.ts
client/src/app/shared/shared-video-comment/video-comment.service.ts
server/controllers/api/videos/comment.ts
server/middlewares/validators/videos/video-comments.ts
server/models/video/video-comment.ts
server/tests/api/videos/video-comments.ts
shared/server-commands/videos/comments-command.ts