aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-file.ts
Commit message (Expand)AuthorAgeFilesLines
* Rename video-file job to video-transcodingChocobozzz2019-03-191-204/+0
* Upgrade server dependenciesChocobozzz2019-02-211-1/+1
* Add player mode in watch/embed urlsChocobozzz2019-02-111-1/+1
* Add hls support on serverChocobozzz2019-02-111-10/+49
* don't notify prior to scheduled updateJosh Morel2019-02-071-3/+7
* Add import finished and video published notifsChocobozzz2019-01-091-8/+16
* Add notification settings migrationChocobozzz2019-01-091-7/+11
* Add user notification base codeChocobozzz2019-01-091-1/+4
* Fix federation of some videosChocobozzz2018-12-191-8/+8
* Update dependenciesChocobozzz2018-12-041-2/+2
* Set bitrate limits for transcoding (fixes #638) (#1135)Felix Ableitner2018-10-081-2/+2
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-4/+4
* Reduce video.ts file size by moving some methods in other filesChocobozzz2018-09-191-3/+4
* Cleanup utils helperChocobozzz2018-08-141-1/+1
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-3/+3
* Migrate to bullChocobozzz2018-07-111-4/+5
* Reset published date on publishChocobozzz2018-06-281-4/+9
* Refractor retry transaction functionChocobozzz2018-06-131-10/+2
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-58/+69
* Pick average video file insead of max qualityChocobozzz2018-06-071-1/+1
* Improve create import file jobChocobozzz2018-06-071-5/+5
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-3/+26
* Add ability to manually run transcoding jobChocobozzz2018-05-301-9/+15
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-22/+18
* Fix resolution for portrait videosChocobozzz2018-02-271-5/+6
* Move job queue to redisChocobozzz2018-01-251-0/+110