Merge remote-tracking branch 'origin/pr/1785' into develop
[oweals/peertube.git] / server / models / video / video-file.ts
2019-05-15 ChocobozzzMerge branch 'master' into develop
2019-04-24 ChocobozzzUpgrade sequelize
2019-04-08 ChocobozzzUpdate P2P media loader peer version
2019-02-21 ChocobozzzfindById -> findByPk
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11 ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11 ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-02-11 ChocobozzzAdd hls support on server
2019-02-06 ChocobozzzMerge branch 'release/v1.2.0'
2019-01-15 ChocobozzzAdd totalLocalVideoFilesSize in stats
2019-01-09 ChocobozzzAdd import finished and video published notifs
2018-12-11 ChocobozzzSupport additional video extensions
2018-10-03 ChocobozzzDelete correctly redundancy files
2018-09-26 ChocobozzzFix video files duplicated when fps is null
2018-09-24 ChocobozzzImprove redundancy: add 'min_lifetime' configuration
2018-09-13 ChocobozzzBasic video redundancy implementation
2018-08-14 ChocobozzzFilter tracker based on infohash
2018-07-24 ChocobozzzOptimize SQL queries
2018-06-29 ChocobozzzHandle higher FPS for high resolution (test)
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-11-27 ChocobozzzMisc cleanup
2017-09-22 ChocobozzzModify video file size to bigint
2017-08-25 ChocobozzzMove video file metadata in their own table