aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/express.d.ts
Commit message (Collapse)AuthorAgeFilesLines
* store uploaded video filename (#4885)kontrollanten2022-06-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com>
* Support live session in serverChocobozzz2022-05-031-0/+1
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-0/+2
| | | | | | | | | | * 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
* Add basic video editor supportChocobozzz2022-02-281-1/+2
|
* Stop using tsconfig registerChocobozzz2022-01-061-0/+189
Prefer to replace paths at compile time