Design second video upload step
authorChocobozzz <florian.bigard@gmail.com>
Fri, 8 Dec 2017 07:39:15 +0000 (08:39 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 8 Dec 2017 08:57:29 +0000 (09:57 +0100)
commitcadb46d832724ea1a17b085b992142aa32e212be
treedf1972470ab022e95ff5dc7866c78174c36bfa37
parentc182778e26b8478fae9d7dd0bf0687baf7b72fd1
Design second video upload step
26 files changed:
client/src/app/core/auth/auth.service.ts
client/src/app/core/server/server.service.ts
client/src/app/menu/menu.component.scss
client/src/app/shared/forms/form-validators/video.ts
client/src/app/shared/video/video-edit.model.ts
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-edit/shared/video-description.component.html [new file with mode: 0644]
client/src/app/videos/+video-edit/shared/video-description.component.scss [new file with mode: 0644]
client/src/app/videos/+video-edit/shared/video-description.component.ts [new file with mode: 0644]
client/src/app/videos/+video-edit/shared/video-edit.component.scss
client/src/app/videos/+video-edit/shared/video-edit.module.ts
client/src/app/videos/+video-edit/video-add.component.html
client/src/app/videos/+video-edit/video-add.component.scss
client/src/app/videos/+video-edit/video-add.component.ts
client/src/app/videos/+video-edit/video-update.component.html
client/src/app/videos/+video-watch/video-watch.component.html
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 [deleted file]
client/src/app/videos/shared/video-description.component.scss [deleted file]
client/src/app/videos/shared/video-description.component.ts [deleted file]
client/src/sass/_mixins.scss
client/src/sass/application.scss
server/controllers/api/videos/index.ts
server/tests/api/single-server.ts
server/tests/utils/videos.ts