]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Introduce live command
authorChocobozzz <me@florianbigard.com>
Thu, 8 Jul 2021 08:18:40 +0000 (10:18 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:17 +0000 (15:27 +0200)
commit4f2199144e428c16460750305f737b890c1ac322
treea19c5c0f254ab0b32d6c8838af33a1ba260e4877
parent2c27e70471120c92e0bc8c8114141fbb31ff98ac
Introduce live command
20 files changed:
server/tests/api/check-params/live.ts
server/tests/api/live/live-constraints.ts
server/tests/api/live/live-permanent.ts
server/tests/api/live/live-save-replay.ts
server/tests/api/live/live-socket-messages.ts
server/tests/api/live/live-views.ts
server/tests/api/live/live.ts
server/tests/api/search/search-videos.ts
server/tests/api/videos/video-change-ownership.ts
server/tests/plugins/action-hooks.ts
server/tests/plugins/filter-hooks.ts
server/tests/plugins/plugin-transcoding.ts
shared/extra-utils/index.ts
shared/extra-utils/requests/index.ts [new file with mode: 0644]
shared/extra-utils/server/servers.ts
shared/extra-utils/shared/abstract-command.ts
shared/extra-utils/users/index.ts
shared/extra-utils/videos/index.ts [new file with mode: 0644]
shared/extra-utils/videos/live-command.ts [new file with mode: 0644]
shared/extra-utils/videos/live.ts