]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+videos/+video-watch/video-watch.component.scss
Add watch messages if live has not started
authorChocobozzz <me@florianbigard.com>
Fri, 25 Sep 2020 08:04:21 +0000 (10:04 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 9 Nov 2020 14:33:04 +0000 (15:33 +0100)
commita5cf76afa378aae81af2a9b0ce548e5d2582f832
tree58da320232bee7c9656774c5d6811e82bbf6c696
parentde6310b2fcbb8a6b79c546b23dfa1920724faaa7
Add watch messages if live has not started
41 files changed:
client/src/app/+admin/system/jobs/jobs.component.ts
client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
client/src/app/+videos/+video-edit/shared/video-edit.component.html
client/src/app/+videos/+video-edit/shared/video-edit.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.html
client/src/app/+videos/+video-edit/video-add-components/video-go-live.component.ts
client/src/app/+videos/+video-edit/video-update.component.html
client/src/app/+videos/+video-edit/video-update.component.ts
client/src/app/+videos/+video-edit/video-update.resolver.ts
client/src/app/+videos/+video-watch/video-watch.component.html
client/src/app/+videos/+video-watch/video-watch.component.scss
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/core/core.module.ts
client/src/app/core/notification/index.ts
client/src/app/core/notification/peertube-socket.service.ts [new file with mode: 0644]
client/src/app/core/notification/user-notification-socket.service.ts [deleted file]
client/src/app/menu/avatar-notification.component.ts
client/src/app/shared/shared-main/shared-main.module.ts
client/src/app/shared/shared-main/users/user-notification.service.ts
client/src/app/shared/shared-main/video/index.ts
client/src/app/shared/shared-main/video/live-video.service.ts [moved from client/src/app/shared/shared-main/video/video-live.service.ts with 74% similarity]
client/src/app/shared/shared-share-modal/video-share.component.html
client/src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts
config/default.yaml
config/test.yaml
server/initializers/constants.ts
server/lib/activitypub/videos.ts
server/lib/job-queue/handlers/video-live-ending.ts [new file with mode: 0644]
server/lib/job-queue/job-queue.ts
server/lib/live-manager.ts
server/lib/peertube-socket.ts
server/lib/video-blacklist.ts
server/models/video/video-live.ts
server/models/video/video-streaming-playlist.ts
server/models/video/video.ts
shared/models/server/job.model.ts
shared/models/videos/index.ts
shared/models/videos/live/index.ts [new file with mode: 0644]
shared/models/videos/live/live-video-event-payload.model.ts [new file with mode: 0644]
shared/models/videos/live/live-video-event.type.ts [new file with mode: 0644]
shared/models/videos/live/live-video.model.ts [moved from shared/models/videos/video-live.model.ts with 57% similarity]