aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/jobs
Commit message (Collapse)AuthorAgeFilesLines
* Server: upgrade packagesChocobozzz2017-10-091-1/+1
|
* Implement video transcoding on server sideChocobozzz2017-10-033-11/+90
|
* Move video file metadata in their own tableChocobozzz2017-08-251-1/+3
| | | | Will be used for user video quotas and multiple video resolutions
* Use global uuid instead of remoteId for videosChocobozzz2017-07-111-2/+2
|
* Fix error loggingChocobozzz2017-07-072-6/+6
|
* Move to promisesChocobozzz2017-07-053-81/+66
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Use typescript standard and lint all filesChocobozzz2017-06-161-2/+2
|
* Type functionsChocobozzz2017-06-103-14/+27
|
* Type modelsChocobozzz2017-05-252-4/+4
|
* First typescript iterationChocobozzz2017-05-206-150/+155
|
* Server: finish old jobs at startupChocobozzz2017-05-051-18/+37
|
* Server: Fix video propagation with transcoding enabledChocobozzz2017-05-052-11/+20
|
* Server: add job scheduler to transcode video filesChocobozzz2017-05-043-0/+151