aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-file.ts
Commit message (Expand)AuthorAgeFilesLines
* findById -> findByPkChocobozzz2019-02-211-1/+1
* Add hls support on serverChocobozzz2019-02-111-3/+3
* Add totalLocalVideoFilesSize in statsChocobozzz2019-01-151-0/+20
* Add import finished and video published notifsChocobozzz2019-01-091-2/+0
* Support additional video extensionsChocobozzz2018-12-111-1/+3
* Delete correctly redundancy filesChocobozzz2018-10-031-0/+13
* Fix video files duplicated when fps is nullChocobozzz2018-09-261-2/+2
* Improve redundancy: add 'min_lifetime' configurationChocobozzz2018-09-241-0/+6
* Basic video redundancy implementationChocobozzz2018-09-131-1/+24
* Filter tracker based on infohashChocobozzz2018-08-141-0/+15
* Optimize SQL queriesChocobozzz2018-07-241-0/+4
* Handle higher FPS for high resolution (test)Chocobozzz2018-06-291-2/+13
* Move models to typescript-sequelizeChocobozzz2017-12-131-67/+42
* Misc cleanupChocobozzz2017-11-271-12/+4
* Modify video file size to bigintChocobozzz2017-09-221-1/+1
* Move video file metadata in their own tableChocobozzz2017-08-251-0/+89