]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video.model.ts
Client: Add ability to update video channel avatar
authorChocobozzz <me@florianbigard.com>
Fri, 29 Jun 2018 12:34:04 +0000 (14:34 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 29 Jun 2018 12:34:04 +0000 (14:34 +0200)
commit52d9f792b3fee5acce80f948295b59e3ad2073eb
tree661f577e9c7196d199b4b49e475ecd2d88e6d7b7
parent4bbfc6c606c8d3794bae25c64c516120af41f4eb
Client: Add ability to update video channel avatar
19 files changed:
client/src/app/+my-account/my-account-settings/my-account-settings.component.html
client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
client/src/app/+my-account/my-account-settings/my-account-settings.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
client/src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/+my-account/shared/actor-avatar-info.component.html [new file with mode: 0644]
client/src/app/+my-account/shared/actor-avatar-info.component.scss [new file with mode: 0644]
client/src/app/+my-account/shared/actor-avatar-info.component.ts [new file with mode: 0644]
client/src/app/shared/actor/actor.model.ts
client/src/app/shared/users/user.model.ts
client/src/app/shared/video-channel/video-channel.service.ts
client/src/app/shared/video/video.model.ts
client/src/app/videos/+video-edit/video-add.component.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
server/models/video/video.ts
server/tests/api/check-params/video-channels.ts