1
0
Fork 0
peertube/server/middlewares/validators/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

26 lines
697 B
TypeScript

export * from './activitypub'
export * from './videos'
export * from './abuse'
export * from './account'
export * from './actor-image'
export * from './blocklist'
export * from './bulk'
export * from './config'
export * from './express'
export * from './feeds'
export * from './follows'
export * from './jobs'
export * from './logs'
export * from './oembed'
export * from './pagination'
export * from './plugins'
export * from './redundancy'
export * from './search'
export * from './server'
export * from './sort'
export * from './themes'
export * from './user-history'
export * from './user-notifications'
export * from './user-subscriptions'
export * from './users'
export * from './webfinger'