aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/context.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix contextChocobozzz2022-09-091-1/+8
|
* Update server dependenciesChocobozzz2022-09-091-0/+1
|
* Fix schema.org contextChocobozzz2022-06-071-1/+1
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-2/+21
| | | | | | | | | | * 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-122/+153
|
* Remove activitypub helperChocobozzz2022-03-231-0/+137
Put functions in lib/activitypub instead