]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Allow users/visitors to search through an account's videos (#3589)
authorRigel Kent <sendmemail@rigelk.eu>
Tue, 19 Jan 2021 12:43:33 +0000 (13:43 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 12:43:33 +0000 (13:43 +0100)
commit370240824e2fb28b314255f6c23f5ea7d6b08625
tree6d4350fd93ea0b960bd278a948cecbdfbd2b67d7
parent2264c1ceedcf27998108b8f8b706e51ed910d4fb
Allow users/visitors to search through an account's videos (#3589)

* WIP: account search

* add search to account view

* add tests for account search
16 files changed:
client/src/app/+accounts/account-search/account-search.component.ts [new file with mode: 0644]
client/src/app/+accounts/accounts-routing.module.ts
client/src/app/+accounts/accounts.component.html
client/src/app/+accounts/accounts.component.ts
client/src/app/+accounts/accounts.module.ts
client/src/app/shared/shared-main/misc/index.ts
client/src/app/shared/shared-main/misc/simple-search-input.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/misc/simple-search-input.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/misc/simple-search-input.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/shared-main.module.ts
client/src/app/shared/shared-main/video/video.service.ts
client/src/sass/include/_mixins.scss
server/controllers/api/accounts.ts
server/middlewares/validators/videos/videos.ts
server/tests/api/users/users-multiple-servers.ts
shared/extra-utils/videos/videos.ts