aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/jobs.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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