]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/video/video.model.ts
Begin videos of an account
authorChocobozzz <florian.bigard@gmail.com>
Fri, 1 Dec 2017 17:56:26 +0000 (18:56 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 1 Dec 2017 17:56:26 +0000 (18:56 +0100)
commit202f6b6c9dcc9b0aec4b0c1b15e455c22a7952a7
tree605df063371b6be32ca0773bf2917b0c5d9163ae
parentc30745f342480b59fb0856a059c8c2fbffbcfc6a
Begin videos of an account
34 files changed:
client/src/app/account/account-routing.module.ts
client/src/app/account/account-videos/account-videos.component.html [new file with mode: 0644]
client/src/app/account/account-videos/account-videos.component.scss [moved from client/src/app/videos/video-list/shared/abstract-video-list.scss with 100% similarity]
client/src/app/account/account-videos/account-videos.component.ts [new file with mode: 0644]
client/src/app/account/account.module.ts
client/src/app/shared/shared.module.ts
client/src/app/shared/video/abstract-video-list.html [moved from client/src/app/videos/video-list/shared/abstract-video-list.html with 100% similarity]
client/src/app/shared/video/abstract-video-list.scss [new file with mode: 0644]
client/src/app/shared/video/abstract-video-list.ts [moved from client/src/app/videos/video-list/shared/abstract-video-list.ts with 93% similarity]
client/src/app/shared/video/sort-field.type.ts [moved from client/src/app/videos/shared/sort-field.type.ts with 100% similarity]
client/src/app/shared/video/video-details.model.ts [moved from client/src/app/videos/shared/video-details.model.ts with 97% similarity]
client/src/app/shared/video/video-edit.model.ts [moved from client/src/app/videos/shared/video-edit.model.ts with 100% similarity]
client/src/app/shared/video/video-pagination.model.ts [moved from client/src/app/videos/shared/video-pagination.model.ts with 100% similarity]
client/src/app/shared/video/video-thumbnail.component.html [new file with mode: 0644]
client/src/app/shared/video/video-thumbnail.component.scss [new file with mode: 0644]
client/src/app/shared/video/video-thumbnail.component.ts [new file with mode: 0644]
client/src/app/shared/video/video.model.ts [moved from client/src/app/videos/shared/video.model.ts with 98% similarity]
client/src/app/shared/video/video.service.ts [moved from client/src/app/videos/shared/video.service.ts with 87% similarity]
client/src/app/videos/+video-edit/shared/video-edit.module.ts
client/src/app/videos/+video-edit/video-add.component.ts
client/src/app/videos/+video-edit/video-update.component.ts
client/src/app/videos/+video-watch/video-download.component.ts
client/src/app/videos/+video-watch/video-report.component.ts
client/src/app/videos/+video-watch/video-share.component.ts
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/app/videos/+video-watch/video-watch.module.ts
client/src/app/videos/shared/index.ts
client/src/app/videos/video-list/shared/index.ts
client/src/app/videos/video-list/shared/video-miniature.component.html
client/src/app/videos/video-list/shared/video-miniature.component.scss
client/src/app/videos/video-list/shared/video-miniature.component.ts
client/src/app/videos/video-list/video-recently-added.component.ts
client/src/app/videos/video-list/video-trending.component.ts
client/src/app/videos/videos.module.ts