]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/plugins/filter-hooks.ts
Introduce search command
authorChocobozzz <me@florianbigard.com>
Tue, 6 Jul 2021 13:22:51 +0000 (15:22 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:17 +0000 (15:27 +0200)
commitaf971e06c620bd46a5aa64c8833364e7022b5e3d
tree4288b66b79fe4dd1ab9496e85a3abf7d747ad03a
parent23a3a8827cb8b862f5cc7ee2819f39918303beca
Introduce search command
20 files changed:
server/tests/api/moderation/video-blacklist.ts
server/tests/api/search/search-activitypub-video-channels.ts
server/tests/api/search/search-activitypub-video-playlists.ts
server/tests/api/search/search-activitypub-videos.ts
server/tests/api/search/search-channels.ts
server/tests/api/search/search-index.ts
server/tests/api/search/search-playlists.ts
server/tests/api/search/search-videos.ts
server/tests/api/videos/video-nsfw.ts
server/tests/api/videos/videos-history.ts
server/tests/plugins/filter-hooks.ts
shared/extra-utils/index.ts
shared/extra-utils/overviews/overviews-command.ts
shared/extra-utils/search/index.ts [new file with mode: 0644]
shared/extra-utils/search/search-command.ts [new file with mode: 0644]
shared/extra-utils/search/video-channels.ts [deleted file]
shared/extra-utils/search/video-playlists.ts [deleted file]
shared/extra-utils/search/videos.ts [deleted file]
shared/extra-utils/server/servers.ts
shared/extra-utils/videos/videos.ts