Lazy description and previews to video form
authorChocobozzz <florian.bigard@gmail.com>
Mon, 30 Oct 2017 19:26:06 +0000 (20:26 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Mon, 30 Oct 2017 19:26:06 +0000 (20:26 +0100)
commit2de96f4d6b800076743ed2073f9529816cfd5c8a
tree8c2dbd29fe5560e0b24edaa58038581bddd49778
parent8bf89b095a711d5ac5e6ef55575b166257d0d526
Lazy description and previews to video form
23 files changed:
client/.bootstraprc
client/src/app/core/auth/auth.service.ts
client/src/app/shared/forms/form-validators/video.ts
client/src/app/videos/+video-edit/video-add.component.html
client/src/app/videos/+video-edit/video-add.component.ts
client/src/app/videos/+video-edit/video-add.module.ts
client/src/app/videos/+video-edit/video-edit.module.ts [new file with mode: 0644]
client/src/app/videos/+video-edit/video-update.component.html
client/src/app/videos/+video-edit/video-update.component.ts
client/src/app/videos/+video-edit/video-update.module.ts
client/src/app/videos/+video-watch/video-report.component.html
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/shared/index.ts
client/src/app/videos/shared/video-description.component.html [new file with mode: 0644]
client/src/app/videos/shared/video-description.component.scss [new file with mode: 0644]
client/src/app/videos/shared/video-description.component.ts [new file with mode: 0644]
client/src/app/videos/shared/video-details.model.ts
client/src/app/videos/shared/video.service.ts
client/tslint.json
server/models/video/video-interface.ts
server/tests/api/check-params/videos.ts