]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/user-subscription/subscribe-button.component.scss
Add ability to search video channels
authorChocobozzz <me@florianbigard.com>
Thu, 23 Aug 2018 15:58:39 +0000 (17:58 +0200)
committerChocobozzz <me@florianbigard.com>
Mon, 27 Aug 2018 07:41:54 +0000 (09:41 +0200)
commitf37dc0dd14d9ce0b59c454c2c1b935fcbe9727e9
tree2050443febcdb2a3eec68b7bbf9687e26dcb24dc
parent240085d0056fd97ac3c7fa8fa4ce9bc32afc4d6e
Add ability to search video channels
35 files changed:
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.scss
client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.ts
client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.scss
client/src/app/search/search.component.html
client/src/app/search/search.component.scss
client/src/app/search/search.component.ts
client/src/app/search/search.service.ts
client/src/app/shared/rest/rest.service.ts
client/src/app/shared/user-subscription/subscribe-button.component.html
client/src/app/shared/user-subscription/subscribe-button.component.scss
client/src/app/shared/user-subscription/subscribe-button.component.ts
client/src/app/shared/user-subscription/user-subscription.service.ts
client/src/app/videos/+video-watch/video-watch.component.html
client/src/app/videos/+video-watch/video-watch.component.scss
config/production.yaml.example
server/controllers/api/search.ts
server/controllers/api/users/me.ts
server/controllers/api/video-channel.ts
server/helpers/custom-validators/activitypub/actor.ts
server/initializers/constants.ts
server/lib/activitypub/process/process-update.ts
server/lib/activitypub/videos.ts
server/middlewares/validators/follows.ts
server/middlewares/validators/search.ts
server/middlewares/validators/sort.ts
server/middlewares/validators/user-subscriptions.ts
server/models/account/account.ts
server/models/activitypub/actor-follow.ts
server/models/activitypub/actor.ts
server/models/video/video-channel.ts
server/tests/api/check-params/user-subscriptions.ts
server/tests/api/users/user-subscriptions.ts
server/tests/utils/users/user-subscriptions.ts
shared/models/search/index.ts
shared/models/search/video-channels-search-query.model.ts [new file with mode: 0644]