]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/videos/+video-watch/video-watch.component.scss
Client: add ability to report a video
authorChocobozzz <florian.bigard@gmail.com>
Fri, 20 Jan 2017 18:22:15 +0000 (19:22 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 20 Jan 2017 18:22:15 +0000 (19:22 +0100)
commit4f8c0eb0e9356ee2782ea6eb12a92e4dc5f66127
treebcef1232a565ceaf3d43415a0b08e53e30c236d7
parent872a4c7cea861246cf84fa3686bd9d40c684535f
Client: add ability to report a video
client/src/app/shared/forms/form-validators/index.ts
client/src/app/shared/forms/form-validators/video-report.ts [new file with mode: 0644]
client/src/app/videos/shared/video.service.ts
client/src/app/videos/video-watch/index.ts
client/src/app/videos/video-watch/video-report.component.html [new file with mode: 0644]
client/src/app/videos/video-watch/video-report.component.ts [new file with mode: 0644]
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/videos.module.ts
server/helpers/database-utils.js