1
0
Fork 0
peertube/server/middlewares/validators/videos/index.ts
Chocobozzz b211106695 Support video views/viewers stats in server
* 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
2022-04-15 09:49:35 +02:00

15 lines
478 B
TypeScript

export * from './video-blacklist'
export * from './video-captions'
export * from './video-channels'
export * from './video-comments'
export * from './video-files'
export * from './video-imports'
export * from './video-live'
export * from './video-ownership-changes'
export * from './video-view'
export * from './video-rates'
export * from './video-shares'
export * from './video-stats'
export * from './video-studio'
export * from './video-transcoding'
export * from './videos'