aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-file.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | publishing a video
* Pick average video file insead of max qualityChocobozzz2018-06-071-1/+1
|
* Improve create import file jobChocobozzz2018-06-071-5/+5
| | | | Fix federation of .ogv videos
* 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
We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.