]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-library/my-videos/my-videos.component.html
Add modal to display live information
authorChocobozzz <me@florianbigard.com>
Wed, 28 Oct 2020 09:49:20 +0000 (10:49 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 9 Nov 2020 14:33:04 +0000 (15:33 +0100)
commitd846d99c6c81028bb7bd3cb20abd433cbf396a22
tree1090abd56e9b2df82dd92783f499ac9f10fbd501
parent31c82cd914e13dbf53280d0aad0740d70c414441
Add modal to display live information
18 files changed:
client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html [new file with mode: 0644]
client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.scss [moved from client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.scss with 100% similarity]
client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.ts [new file with mode: 0644]
client/src/app/+my-account/my-account-videos/modals/video-change-ownership.component.html [moved from client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html with 96% similarity]
client/src/app/+my-account/my-account-videos/modals/video-change-ownership.component.scss [new file with mode: 0644]
client/src/app/+my-account/my-account-videos/modals/video-change-ownership.component.ts [moved from client/src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts with 100% similarity]
client/src/app/+my-account/my-account-videos/my-account-videos.component.html
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
client/src/app/+my-account/my-account.module.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-moderation/video-block.component.html
client/src/app/shared/shared-moderation/video-block.component.scss
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
client/src/assets/images/feather/live.svg [new file with mode: 0644]
server/lib/job-queue/handlers/video-live-ending.ts
server/lib/job-queue/handlers/video-transcoding.ts
server/lib/video.ts