aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/middlewares
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update server dependenciesChocobozzz2019-10-211-1/+2
|
* Cleanup model typesChocobozzz2019-08-202-4/+4
|
* Stronger model typingsChocobozzz2019-08-196-64/+97
|
* Refactor middleware helpersChocobozzz2019-07-248-0/+271