aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/activity.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use single quotes in server/ and update eslint rulesFlorent2022-08-081-1/+1
|
* Introduce experimental telemetryChocobozzz2022-07-061-0/+20
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+12
| | | | | | | | | | * 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
* Refactor AP context builderChocobozzz2022-03-241-12/+0
|
* Remove activitypub helperChocobozzz2022-03-231-0/+21
Put functions in lib/activitypub instead