]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+my-library/my-history/my-history.component.html
Allow user to search through their watch history (#3576)
authorRigel Kent <sendmemail@rigelk.eu>
Wed, 13 Jan 2021 08:16:15 +0000 (09:16 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Jan 2021 08:16:15 +0000 (09:16 +0100)
commitd8b34ee55b654912f86bb8b472d391ced8c28f64
treeefa2b8ac36c00fa6e9b5af3f13e54a47bc7a7701
parent22078471fbe5a4dea6177bd1fa19da1cf887679e
Allow user to search through their watch history (#3576)

* allow user to search through their watch history

* add tests for search in watch history

* Update client/src/app/shared/shared-main/users/user-history.service.ts
12 files changed:
client/src/app/+my-library/my-history/my-history.component.html
client/src/app/+my-library/my-history/my-history.component.scss
client/src/app/+my-library/my-history/my-history.component.ts
client/src/app/+my-library/my-subscriptions/my-subscriptions.component.html
client/src/app/shared/shared-main/users/user-history.service.ts
server/controllers/api/users/my-history.ts
server/middlewares/validators/user-history.ts
server/models/account/user-video-history.ts
server/models/video/video.ts
server/tests/api/videos/videos-history.ts
shared/extra-utils/videos/video-history.ts
support/doc/api/openapi.yaml