]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video.service.ts
Add ability to update thumbnail and preview on client
authorChocobozzz <me@florianbigard.com>
Fri, 16 Feb 2018 15:35:32 +0000 (16:35 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 16 Feb 2018 15:35:32 +0000 (16:35 +0100)
commit6de36768980ef6063b8fcd730b59fa685dd2b99c
treea8e5a87b14013b33bf2d306552a380c407a1551d
parentb6a4fd6b099b3363ac59c06cfd81b54e1356d8bc
Add ability to update thumbnail and preview on client
20 files changed:
client/src/app/+admin/follows/follows.component.html
client/src/app/core/server/server.service.ts
client/src/app/shared/forms/form-validators/video.ts
client/src/app/shared/forms/markdown-textarea.component.html
client/src/app/shared/misc/utils.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/video/video-edit.model.ts
client/src/app/shared/video/video-thumbnail.component.html
client/src/app/shared/video/video.service.ts
client/src/app/videos/+video-edit/shared/video-edit.component.html
client/src/app/videos/+video-edit/shared/video-edit.component.scss
client/src/app/videos/+video-edit/shared/video-edit.component.ts
client/src/app/videos/+video-edit/shared/video-edit.module.ts
client/src/app/videos/+video-edit/video-update.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/sass/application.scss
server/controllers/api/config.ts
shared/models/config/server-config.model.ts
shared/models/videos/video-update.model.ts