]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/video/video.service.ts
Search video channel handle/uri
authorChocobozzz <me@florianbigard.com>
Fri, 24 Aug 2018 09:04:02 +0000 (11:04 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 07:41:54 +0000 (09:41 +0200)
commitf5b0af50c85e2f8b6b2b054ac1f47123cacbe08d
tree1b2f8a578b2d35138ac326d65674a9c9d740e8c9
parentaa55a4da422330fe2816f1764b64f6607a0ca4aa
Search video channel handle/uri
18 files changed:
client/src/app/+accounts/account-video-channels/account-video-channels.component.html
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html
client/src/app/+video-channels/video-channels.component.scss
client/src/app/search/search.component.html
client/src/app/shared/video/video.service.ts
server/controllers/api/search.ts
server/helpers/webfinger.ts
server/initializers/constants.ts
server/lib/activitypub/actor.ts
server/models/activitypub/actor-follow.ts
server/models/activitypub/actor.ts
server/tests/api/check-params/search.ts
server/tests/api/search/index.ts
server/tests/api/search/search-activitypub-video-channels.ts [new file with mode: 0644]
server/tests/api/search/search-activitypub-videos.ts
server/tests/utils/search/video-channels.ts [new file with mode: 0644]
server/tests/utils/videos/video-channels.ts