]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/models/video/video-format-utils.ts
Create a dedicated table to track video thumbnails
[github/Chocobozzz/PeerTube.git] / server / models / video / video-format-utils.ts
2019-04-24  ChocobozzzCreate a dedicated table to track video thumbnails
2019-04-11  ChocobozzzDon't expose constants directly in initializers/
2019-04-11  ChocobozzzMove config in its own file
2019-03-18  ChocobozzzPlaylist server API
2019-02-11  ChocobozzzAdd originallyPublishedAt unit tests
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-01-12  clementbrizardChange models
2018-12-11  ChocobozzzSupport additional video extensions
2018-11-13  ChocobozzzMerge branch 'master' into develop
2018-10-19  ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-18  ChocobozzzAP mimeType -> mediaType
2018-10-11  ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-08  Lucas DeclercqRename downloadingEnabled property to downloadEnabled
2018-10-08  ChocobozzzMerge branch 'release/v1.0.0' into develop
2018-10-06  Lucas DeclercqAdd downloadingEnabled property to video model
2018-10-05  ChocobozzzAdd user moderation in the account page
2018-10-05  ChocobozzzAdd user history and resume videos
2018-09-28  ChocobozzzEnable more angular options
2018-09-28  ChocobozzzFix video description when importing by url
2018-09-20  ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-19  ChocobozzzOptimize SQL requests of videos AP endpoints
2018-09-19  ChocobozzzReduce video.ts file size by moving some methods in...