]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts
Add video channel management
authorChocobozzz <me@florianbigard.com>
Thu, 26 Apr 2018 14:11:38 +0000 (16:11 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 26 Apr 2018 14:18:01 +0000 (16:18 +0200)
commit08c1efbe32244c321de28b0f2a6aaa3f99f46b58
tree10a1b6c12f3e30a20f3d0dd66c698d9bae2aa41f
parent7de6afdf542da6968d3f412df9c3318ba19ad229
Add video channel management
36 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+admin/follows/follows.component.html
client/src/app/+admin/follows/follows.component.scss
client/src/app/+admin/jobs/jobs-list/jobs-list.component.html
client/src/app/+admin/users/user-edit/user-edit.component.html
client/src/app/+admin/users/user-edit/user-edit.component.scss
client/src/app/+admin/users/user-list/user-list.component.html
client/src/app/+admin/users/user-list/user-list.component.scss
client/src/app/+admin/video-abuses/video-abuse-list/video-abuse-list.component.html
client/src/app/+admin/video-blacklist/video-blacklist-list/video-blacklist-list.component.html
client/src/app/my-account/my-account-routing.module.ts
client/src/app/my-account/my-account-video-channels/my-account-video-channel-create.component.ts [new file with mode: 0644]
client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html [new file with mode: 0644]
client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.scss [new file with mode: 0644]
client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.ts [new file with mode: 0644]
client/src/app/my-account/my-account-video-channels/my-account-video-channel-update.component.ts [new file with mode: 0644]
client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.html [new file with mode: 0644]
client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.scss [new file with mode: 0644]
client/src/app/my-account/my-account-video-channels/my-account-video-channels.component.ts [new file with mode: 0644]
client/src/app/my-account/my-account-videos/my-account-videos.component.ts
client/src/app/my-account/my-account.component.html
client/src/app/my-account/my-account.module.ts
client/src/app/shared/forms/form-validators/video-channel.ts [new file with mode: 0644]
client/src/app/shared/video-channel/video-channel.service.ts
client/src/sass/application.scss
client/src/sass/include/_mixins.scss
server/controllers/api/video-channel.ts
server/lib/user.ts
server/lib/video-channel.ts
server/middlewares/validators/video-channels.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/video-channels.ts
server/tests/utils/videos/video-channels.ts
shared/models/videos/video-channel-create.model.ts
shared/models/videos/video-channel-update.model.ts