aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/middlewares/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* refactor API errors to standard error formatRigel Kent2021-06-021-20/+20
|
* Add banners supportChocobozzz2021-04-081-12/+11
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-6/+7
|
* Begin live testsChocobozzz2020-11-091-2/+2
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-0/+14
| | | | | | | | | | | | | | | | | | | * Add video file metadata via ffprobe * Federate video file metadata * Add tests for file metadata generation * Complete tests for videoFile metadata federation * Lint migration and video-file for metadata * Objectify metadata from getter in ffmpeg-utils * Add metadataUrl to all videoFiles * Simplify metadata API middleware * Load playlist in videoFile when requesting metadata
* Add model cache for videoChocobozzz2020-02-041-2/+15
| | | | When fetching only immutable attributes
* Cleanup model typesChocobozzz2019-08-201-2/+2
|
* Stronger model typingsChocobozzz2019-08-191-5/+21
|
* Refactor middleware helpersChocobozzz2019-07-241-0/+82