]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/search/search-activitypub-video-channels.ts
Add ability to search by URL with query params
authorChocobozzz <me@florianbigard.com>
Wed, 20 Oct 2021 13:01:17 +0000 (15:01 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 20 Oct 2021 13:26:38 +0000 (15:26 +0200)
commit400043b1be38cdd7bc39462fa6a545eea0bea03e
tree68f447d00e06f80bbe84bf38dac30005e66cf2e4
parentebe9b6b3f32d8432980854a51d28a8fb88fe62e5
Add ability to search by URL with query params
server/controllers/api/search/search-video-channels.ts
server/controllers/api/search/search-video-playlists.ts
server/controllers/api/search/search-videos.ts
server/controllers/api/search/shared/index.ts [new file with mode: 0644]
server/controllers/api/search/shared/utils.ts [new file with mode: 0644]
server/helpers/express-utils.ts
server/lib/activitypub/playlists/get.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