]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server.ts
Add video comment components
authorChocobozzz <me@florianbigard.com>
Wed, 27 Dec 2017 15:11:53 +0000 (16:11 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 27 Dec 2017 15:11:53 +0000 (16:11 +0100)
commit4635f59d7c3fea4b97029f10886c62fdf38b2084
treed97357a00042bbfb33c4177ee24c01171d28dfce
parentea44f375f5d3da06ca0aebfe871b9f924a26ec29
Add video comment components
41 files changed:
client/src/app/shared/forms/form-validators/video-comment.ts [new file with mode: 0644]
client/src/app/shared/misc/button.component.scss
client/src/app/shared/rest/component-pagination.model.ts [moved from client/src/app/shared/video/video-pagination.model.ts with 63% similarity]
client/src/app/shared/rest/rest.service.ts
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/video-miniature.component.scss
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-watch/comment/video-comment-add.component.html [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comment-add.component.scss [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comment-add.component.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comment.component.html [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comment.component.scss [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comment.component.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comment.model.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comment.service.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comments.component.html [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comments.component.scss [new file with mode: 0644]
client/src/app/videos/+video-watch/comment/video-comments.component.ts [new file with mode: 0644]
client/src/app/videos/+video-watch/modal/video-download.component.html [moved from client/src/app/videos/+video-watch/video-download.component.html with 100% similarity]
client/src/app/videos/+video-watch/modal/video-download.component.scss [moved from client/src/app/videos/+video-watch/video-download.component.scss with 85% similarity]
client/src/app/videos/+video-watch/modal/video-download.component.ts [moved from client/src/app/videos/+video-watch/video-download.component.ts with 93% similarity]
client/src/app/videos/+video-watch/modal/video-report.component.html [moved from client/src/app/videos/+video-watch/video-report.component.html with 100% similarity]
client/src/app/videos/+video-watch/modal/video-report.component.scss [moved from client/src/app/videos/+video-watch/video-report.component.scss with 57% similarity]
client/src/app/videos/+video-watch/modal/video-report.component.ts [moved from client/src/app/videos/+video-watch/video-report.component.ts with 94% similarity]
client/src/app/videos/+video-watch/modal/video-share.component.html [moved from client/src/app/videos/+video-watch/video-share.component.html with 100% similarity]
client/src/app/videos/+video-watch/modal/video-share.component.scss [moved from client/src/app/videos/+video-watch/video-share.component.scss with 100% similarity]
client/src/app/videos/+video-watch/modal/video-share.component.ts [moved from client/src/app/videos/+video-watch/video-share.component.ts with 93% similarity]
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/+video-watch/video-watch.module.ts
client/src/assets/images/global/edit-black.svg [new file with mode: 0644]
client/src/assets/images/global/edit-grey.svg [moved from client/src/assets/images/global/edit.svg with 100% similarity]
client/src/sass/application.scss
server.ts
server/controllers/api/videos/comment.ts
server/lib/video-comment.ts
server/middlewares/validators/pagination.ts
server/models/video/video-comment.ts
server/tests/api/video-comments.ts
shared/models/videos/video-comment.model.ts