]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/shared/streaming-playlists.ts
Support reinjecting token in private m3u8 playlist
authorChocobozzz <me@florianbigard.com>
Fri, 2 Dec 2022 13:47:21 +0000 (14:47 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 2 Dec 2022 14:25:20 +0000 (15:25 +0100)
commit71e3e879c0616882ee82a0e44f8c2e5ee9698a3e
tree14452d26d240eb6d44178b76fc2dabda4cfc9428
parent04509c43254dc232c61681ac4bb98e09fd126115
Support reinjecting token in private m3u8 playlist
22 files changed:
client/e2e/src/suites-all/private-videos.e2e-spec.ts
client/e2e/src/utils/urls.ts
client/src/assets/player/shared/manager-options/hls-options-builder.ts
client/src/assets/player/shared/p2p-media-loader/p2p-media-loader-plugin.ts
client/src/assets/player/shared/p2p-media-loader/segment-validator.ts
client/src/assets/player/types/peertube-videojs-typings.ts
server/controllers/object-storage-proxy.ts
server/controllers/shared/m3u8-playlist.ts [new file with mode: 0644]
server/controllers/static.ts
server/helpers/stream-replacer.ts [new file with mode: 0644]
server/lib/hls.ts
server/middlewares/validators/static.ts
server/middlewares/validators/users.ts
server/tests/api/object-storage/video-static-file-privacy.ts
server/tests/api/videos/video-static-file-privacy.ts
server/tests/shared/checks.ts
server/tests/shared/index.ts
server/tests/shared/streaming-playlists.ts
server/tests/shared/video-playlists.ts [moved from server/tests/shared/playlists.ts with 100% similarity]
shared/core-utils/common/url.ts
shared/server-commands/videos/streaming-playlists-command.ts
support/doc/api/openapi.yaml