]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/embed.component.ts
Reorganize player files
authorChocobozzz <me@florianbigard.com>
Mon, 14 Mar 2022 13:28:20 +0000 (14:28 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 14 Mar 2022 13:36:35 +0000 (14:36 +0100)
commit57d6503286b114fee61b5e4725825e2490dcac29
tree2d3d23f697b2986d7e41bb443754394296b66ec3
parent9597920ee3d4ac99803e7107983ddf98a9dfb3c4
Reorganize player files
72 files changed:
client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
client/src/app/+videos/+video-watch/shared/information/privacy-concerns.component.ts
client/src/app/+videos/+video-watch/video-watch.component.ts
client/src/app/shared/shared-custom-markup/peertube-custom-tags/embed-markup.component.ts
client/src/app/shared/shared-main/video/embed.component.ts
client/src/app/shared/shared-share-modal/video-share.component.ts
client/src/assets/player/index.ts
client/src/assets/player/peertube-player-manager.ts
client/src/assets/player/shared/bezels/bezels-plugin.ts [moved from client/src/assets/player/bezels/bezels-plugin.ts with 100% similarity]
client/src/assets/player/shared/bezels/index.ts [new file with mode: 0644]
client/src/assets/player/shared/bezels/pause-bezel.ts [moved from client/src/assets/player/bezels/pause-bezel.ts with 97% similarity]
client/src/assets/player/shared/common/index.ts [new file with mode: 0644]
client/src/assets/player/shared/common/utils.ts [new file with mode: 0644]
client/src/assets/player/shared/control-bar/index.ts [new file with mode: 0644]
client/src/assets/player/shared/control-bar/next-previous-video-button.ts [moved from client/src/assets/player/control-bar/next-previous-video-button.ts with 94% similarity]
client/src/assets/player/shared/control-bar/p2p-info-button.ts [moved from client/src/assets/player/control-bar/p2p-info-button.ts with 98% similarity]
client/src/assets/player/shared/control-bar/peertube-link-button.ts [moved from client/src/assets/player/control-bar/peertube-link-button.ts with 94% similarity]
client/src/assets/player/shared/control-bar/peertube-load-progress-bar.ts [moved from client/src/assets/player/control-bar/peertube-load-progress-bar.ts with 100% similarity]
client/src/assets/player/shared/control-bar/theater-button.ts [moved from client/src/assets/player/control-bar/theater-button.ts with 93% similarity]
client/src/assets/player/shared/dock/index.ts [new file with mode: 0644]
client/src/assets/player/shared/dock/peertube-dock-component.ts [moved from client/src/assets/player/dock/peertube-dock-component.ts with 100% similarity]
client/src/assets/player/shared/dock/peertube-dock-plugin.ts [moved from client/src/assets/player/dock/peertube-dock-plugin.ts with 100% similarity]
client/src/assets/player/shared/hotkeys/index.ts [new file with mode: 0644]
client/src/assets/player/shared/hotkeys/peertube-hotkeys-plugin.ts [moved from client/src/assets/player/hotkeys/peertube-hotkeys-plugin.ts with 100% similarity]
client/src/assets/player/shared/manager-options/control-bar-options-builder.ts [moved from client/src/assets/player/manager-options/control-bar-options-builder.ts with 91% similarity]
client/src/assets/player/shared/manager-options/hls-options-builder.ts [moved from client/src/assets/player/manager-options/hls-options-builder.ts with 96% similarity]
client/src/assets/player/shared/manager-options/index.ts [new file with mode: 0644]
client/src/assets/player/shared/manager-options/manager-options-builder.ts [moved from client/src/assets/player/manager-options/manager-options-builder.ts with 95% similarity]
client/src/assets/player/shared/manager-options/webtorrent-options-builder.ts [moved from client/src/assets/player/manager-options/webtorrent-options-builder.ts with 92% similarity]
client/src/assets/player/shared/mobile/index.ts [new file with mode: 0644]
client/src/assets/player/shared/mobile/peertube-mobile-buttons.ts [moved from client/src/assets/player/mobile/peertube-mobile-buttons.ts with 100% similarity]
client/src/assets/player/shared/mobile/peertube-mobile-plugin.ts [moved from client/src/assets/player/mobile/peertube-mobile-plugin.ts with 100% similarity]
client/src/assets/player/shared/p2p-media-loader/hls-plugin.ts [moved from client/src/assets/player/p2p-media-loader/hls-plugin.ts with 99% similarity]
client/src/assets/player/shared/p2p-media-loader/index.ts [new file with mode: 0644]
client/src/assets/player/shared/p2p-media-loader/p2p-media-loader-plugin.ts [moved from client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts with 99% similarity]
client/src/assets/player/shared/p2p-media-loader/redundancy-url-manager.ts [moved from client/src/assets/player/p2p-media-loader/redundancy-url-manager.ts with 100% similarity]
client/src/assets/player/shared/p2p-media-loader/segment-url-builder.ts [moved from client/src/assets/player/p2p-media-loader/segment-url-builder.ts with 100% similarity]
client/src/assets/player/shared/p2p-media-loader/segment-validator.ts [moved from client/src/assets/player/p2p-media-loader/segment-validator.ts with 100% similarity]
client/src/assets/player/shared/peertube/index.ts [new file with mode: 0644]
client/src/assets/player/shared/peertube/peertube-plugin.ts [moved from client/src/assets/player/peertube-plugin.ts with 97% similarity]
client/src/assets/player/shared/playlist/index.ts [new file with mode: 0644]
client/src/assets/player/shared/playlist/playlist-button.ts [moved from client/src/assets/player/playlist/playlist-button.ts with 95% similarity]
client/src/assets/player/shared/playlist/playlist-menu-item.ts [moved from client/src/assets/player/playlist/playlist-menu-item.ts with 98% similarity]
client/src/assets/player/shared/playlist/playlist-menu.ts [moved from client/src/assets/player/playlist/playlist-menu.ts with 97% similarity]
client/src/assets/player/shared/playlist/playlist-plugin.ts [moved from client/src/assets/player/playlist/playlist-plugin.ts with 82% similarity]
client/src/assets/player/shared/resolutions/index.ts [new file with mode: 0644]
client/src/assets/player/shared/resolutions/peertube-resolutions-plugin.ts [moved from client/src/assets/player/peertube-resolutions-plugin.ts with 96% similarity]
client/src/assets/player/shared/settings/index.ts [new file with mode: 0644]
client/src/assets/player/shared/settings/resolution-menu-button.ts [moved from client/src/assets/player/settings/resolution-menu-button.ts with 100% similarity]
client/src/assets/player/shared/settings/resolution-menu-item.ts [moved from client/src/assets/player/settings/resolution-menu-item.ts with 100% similarity]
client/src/assets/player/shared/settings/settings-dialog.ts [moved from client/src/assets/player/settings/settings-dialog.ts with 100% similarity]
client/src/assets/player/shared/settings/settings-menu-button.ts [moved from client/src/assets/player/settings/settings-menu-button.ts with 98% similarity]
client/src/assets/player/shared/settings/settings-menu-item.ts [moved from client/src/assets/player/settings/settings-menu-item.ts with 98% similarity]
client/src/assets/player/shared/settings/settings-panel-child.ts [moved from client/src/assets/player/settings/settings-panel-child.ts with 100% similarity]
client/src/assets/player/shared/settings/settings-panel.ts [moved from client/src/assets/player/settings/settings-panel.ts with 100% similarity]
client/src/assets/player/shared/stats/index.ts [new file with mode: 0644]
client/src/assets/player/shared/stats/stats-card.ts [moved from client/src/assets/player/stats/stats-card.ts with 99% similarity]
client/src/assets/player/shared/stats/stats-plugin.ts [moved from client/src/assets/player/stats/stats-plugin.ts with 100% similarity]
client/src/assets/player/shared/upnext/end-card.ts [moved from client/src/assets/player/upnext/end-card.ts with 100% similarity]
client/src/assets/player/shared/upnext/index.ts [new file with mode: 0644]
client/src/assets/player/shared/upnext/upnext-plugin.ts [moved from client/src/assets/player/upnext/upnext-plugin.ts with 100% similarity]
client/src/assets/player/shared/webtorrent/peertube-chunk-store.ts [moved from client/src/assets/player/webtorrent/peertube-chunk-store.ts with 100% similarity]
client/src/assets/player/shared/webtorrent/video-renderer.ts [moved from client/src/assets/player/webtorrent/video-renderer.ts with 100% similarity]
client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts [moved from client/src/assets/player/webtorrent/webtorrent-plugin.ts with 98% similarity]
client/src/assets/player/types/index.ts [new file with mode: 0644]
client/src/assets/player/types/manager-options.ts [moved from client/src/assets/player/manager-options/manager-options.model.ts with 98% similarity]
client/src/assets/player/types/peertube-videojs-typings.ts [moved from client/src/assets/player/peertube-videojs-typings.ts with 82% similarity]
client/src/root-helpers/index.ts
client/src/root-helpers/video.ts [new file with mode: 0644]
client/src/root-helpers/web-browser.ts [new file with mode: 0644]
client/src/standalone/videos/embed.ts