]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/videos/single-server.ts
Add ability to search a video with an URL
authorChocobozzz <me@florianbigard.com>
Wed, 22 Aug 2018 09:51:39 +0000 (11:51 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 07:41:54 +0000 (09:41 +0200)
commitf6eebcb336c067e160a62020a5140d8d992ba384
tree48fbf9c292243c9cc13beb3749eceaf61fe2baef
parent22a16e36f6526887ed8f5e5d3c9f9e5da0b4a8cd
Add ability to search a video with an URL
19 files changed:
client/src/app/header/header.component.scss
client/src/app/shared/user-subscription/index.ts
client/src/app/shared/video-channel/video-channel.service.ts
server/controllers/api/search.ts
server/initializers/constants.ts
server/lib/activitypub/actor.ts
server/lib/activitypub/crawl.ts
server/lib/activitypub/process/process-announce.ts
server/lib/activitypub/process/process-create.ts
server/lib/activitypub/video-comments.ts
server/lib/activitypub/videos.ts
server/lib/job-queue/handlers/activitypub-http-fetcher.ts
server/tests/api/check-params/videos.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/users/user-subscriptions.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/single-server.ts
server/tests/utils/videos/videos.ts