]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/controllers/api/video-playlist.ts
Introduce playlist command
authorChocobozzz <me@florianbigard.com>
Thu, 8 Jul 2021 13:54:39 +0000 (15:54 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:18 +0000 (15:27 +0200)
commite6346d59e63135cf012ed18c102d3b0179ef565f
treee65259adb50daa6376c9878abeef051d99191328
parent72cbfc5695ec5ebdb9721d3648218f63feeaeac5
Introduce playlist command
24 files changed:
server/controllers/api/video-playlist.ts
server/tests/api/activitypub/client.ts
server/tests/api/activitypub/refresher.ts
server/tests/api/check-params/services.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/search/search-activitypub-video-playlists.ts
server/tests/api/search/search-playlists.ts
server/tests/api/server/services.ts
server/tests/api/server/stats.ts
server/tests/api/videos/video-playlist-thumbnails.ts
server/tests/api/videos/video-playlists.ts
server/tests/cli/prune-storage.ts
server/tests/client.ts
server/tests/plugins/action-hooks.ts
server/tests/plugins/filter-hooks.ts
server/tests/plugins/video-constants.ts
shared/extra-utils/server/servers.ts
shared/extra-utils/videos/index.ts
shared/extra-utils/videos/playlists-command.ts [new file with mode: 0644]
shared/extra-utils/videos/playlists.ts [new file with mode: 0644]
shared/extra-utils/videos/video-playlists.ts [deleted file]
shared/extra-utils/videos/videos.ts
shared/models/videos/playlist/index.ts
shared/models/videos/playlist/video-playlist-element-create-result.model.ts [new file with mode: 0644]