]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add comments controller
authorChocobozzz <me@florianbigard.com>
Fri, 22 Dec 2017 09:50:07 +0000 (10:50 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 22 Dec 2017 10:29:12 +0000 (11:29 +0100)
commitbf1f650817dadfd5eeee9e5e0b6b6938c136e25d
tree0f1dc95d87089be177ebe60740a55dd0c96b2414
parent6d8524702874120a4667269a81a61e3c7c5e300d
Add comments controller
server/controllers/api/videos/comment.ts
server/controllers/api/videos/index.ts
server/helpers/custom-validators/video-comments.ts [new file with mode: 0644]
server/initializers/constants.ts
server/lib/activitypub/url.ts
server/lib/video-comment.ts [new file with mode: 0644]
server/middlewares/sort.ts
server/middlewares/validators/sort.ts
server/middlewares/validators/video-comments.ts [new file with mode: 0644]
server/models/video/video-comment.ts
shared/models/videos/video-comment.model.ts [new file with mode: 0644]