aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/jobs.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update server dependenciesChocobozzz2023-02-161-3/+3
|
* Fix job queue testsChocobozzz2022-08-091-3/+3
|
* Move to bullmqChocobozzz2022-08-091-6/+7
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-1/+25
|
* Fix shared importsChocobozzz2021-12-241-3/+1
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* add operationId doc middleware to so API endpointsRigel Kent2021-06-041-0/+2
|
* Add jobs tag to loggerChocobozzz2021-03-241-2/+2
|
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+1
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Support progress for ffmpeg tasksChocobozzz2021-01-211-9/+4
|
* Refactor jobs stateChocobozzz2020-12-141-24/+16
|
* add display of logs matching any stateRigel Kent2020-12-131-3/+20
|
* Fix jobs paginationChocobozzz2020-11-091-1/+1
|
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Add ability to filter per job typeChocobozzz2019-12-041-2/+9
|
* Update server dependenciesChocobozzz2019-10-211-2/+2
|
* Migrate to bullChocobozzz2018-07-111-10/+15
|
* Fix job panel sorting in administrationChocobozzz2018-02-271-1/+1
|
* Move job queue to redisChocobozzz2018-01-251-6/+32
| | | | | | | 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.
* Don't show videos of remote instance after unfollowChocobozzz2018-01-181-2/+5
|
* Set sort refractoringChocobozzz2018-01-181-2/+2
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-8/+6
|
* Add ability to list jobsChocobozzz2017-11-301-0/+34