aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Refractor and optimize AP collectionsChocobozzz2018-05-251-41/+3
| | | | | Only display urls in general object, and paginate video comments, shares, likes and dislikes
* Add timeout and TTL to request jobsChocobozzz2018-05-093-5/+9
|
* Process broadcast requests in parallelChocobozzz2018-04-181-10/+7
|
* Move server follow in the job queueChocobozzz2018-04-181-0/+68
| | | | It helps to track follow errors
* Fix video_share_url duplicate key in transcoding jobChocobozzz2018-03-191-22/+18
|
* Add short description in configChocobozzz2018-03-152-3/+3
|
* Fix resolution for portrait videosChocobozzz2018-02-271-5/+6
|
* Add ability to reset our passwordChocobozzz2018-01-301-0/+22
|
* Move job queue to redisChocobozzz2018-01-255-0/+304
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.