aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/videos/watching.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support video views/viewers stats in serverChocobozzz2022-04-151-44/+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
* Fix shared importsChocobozzz2021-12-241-2/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* add video upload types, add doc middleware to more routesRigel Kent2021-06-061-1/+8
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+4
|
* Stronger model typingsChocobozzz2019-08-191-1/+1
|
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+0
|
* Cleanup express locals typingsChocobozzz2019-03-191-1/+1
|
* Add user history and resume videosChocobozzz2018-10-051-0/+36