aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-view.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support video views/viewers stats in serverChocobozzz2022-04-151-60/+0
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-6/+6
|
* Stricter models typingChocobozzz2021-05-121-2/+3
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-1/+1
|
* Fix video view filenameChocobozzz2020-06-151-0/+59