aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/account/user-video-history.ts
Commit message (Collapse)AuthorAgeFilesLines
* Allow user to search through their watch history (#3576)Rigel Kent2021-01-131-1/+2
| | | | | | | * 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
* Upgrade sequelize to v6Chocobozzz2020-12-091-1/+1
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Wrap videos list query in raw SQLChocobozzz2020-03-101-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-3/+4
|
* Update sequelizeChocobozzz2019-04-241-1/+1
|
* Add ability to limit videos history sizeChocobozzz2019-04-111-1/+13
|
* Add history on server sideChocobozzz2018-12-181-1/+32
| | | | Add ability to disable, clear and list user videos history
* Add user history and resume videosChocobozzz2018-10-051-0/+55