]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/models/video/video-format-utils.ts
Add ability to disable webtorrent
[github/Chocobozzz/PeerTube.git] / server / models / video / video-format-utils.ts
2019-11-25  ChocobozzzAdd ability to disable webtorrent
2019-09-11  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-06  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-05  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-09-03  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzMerge branch 'release/1.4.0' into develop
2019-08-22  ChocobozzzMerge branch 'feature/strong-model-types' into develop
2019-08-21  ChocobozzzType toActivityPubObject functions 2071/head
2019-08-20  ChocobozzzType toFormattedJSON
2019-08-19  ChocobozzzStronger model typings
2019-08-01  ChocobozzzFix broken playlist api
2019-05-15  ChocobozzzMerge branch 'master' into develop
2019-04-24  ChocobozzzAdd migrations
2019-04-24  ChocobozzzUpgrade sequelize
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-02-06  ChocobozzzMerge branch 'release/v1.2.0'
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...