]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/videos/video-channels.ts
Introduce channels command
authorChocobozzz <me@florianbigard.com>
Fri, 9 Jul 2021 09:21:30 +0000 (11:21 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:18 +0000 (15:27 +0200)
commita54618880c394ad7571f3f3222dc96ec2dd10d9a
treec9f7b05e578abc2383bccd707c11438c61857c72
parent57f879a540551c3b958b0991c8e1e3657a4481d8
Introduce channels command
26 files changed:
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/notifications/user-notifications.ts
server/tests/api/redundancy/redundancy-constraints.ts
server/tests/api/search/search-activitypub-video-channels.ts
server/tests/api/search/search-activitypub-videos.ts
server/tests/api/search/search-channels.ts
server/tests/api/server/plugins.ts
server/tests/api/server/stats.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-playlists.ts
server/tests/cli/peertube.ts
server/tests/cli/update-host.ts
server/tests/client.ts
server/tests/misc-endpoints.ts
shared/extra-utils/server/servers.ts
shared/extra-utils/shared/abstract-command.ts
shared/extra-utils/videos/channels-command.ts [new file with mode: 0644]
shared/extra-utils/videos/channels.ts [new file with mode: 0644]
shared/extra-utils/videos/index.ts
shared/extra-utils/videos/video-channels.ts [deleted file]
shared/models/videos/channel/index.ts
shared/models/videos/channel/video-channel-create-result.model.ts [new file with mode: 0644]