]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/initializers/migrator.ts
Add option to not transcode original resolution
[github/Chocobozzz/PeerTube.git] / server / initializers / migrator.ts
2022-01-10  ChocobozzzMerge branch 'release/4.0.0' into develop
2022-01-06  ChocobozzzMerge branch 'release/4.0.0' into develop
2021-12-17  ChocobozzzFix migrations
2021-08-27  ChocobozzzesModuleInterop to true
2020-05-11  ChocobozzzMerge branch 'master' into develop
2020-02-26  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-20  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-17  ChocobozzzMerge branch 'master' into develop
2020-02-11  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-07  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-06  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-04  ChocobozzzMerge branch 'release/2.1.0' into develop
2020-02-03  ChocobozzzMove to eslint contain
2019-05-15  ChocobozzzMerge branch 'master' into develop
2019-04-24  ChocobozzzUpdate sequelize
2018-08-27  ChocobozzzCorrectly migrate to fs-extra
2018-07-25  Rigel Kentexpliciting type checks and predicates (server only)
2018-03-26  ChocobozzzFix error logging
2018-03-23  ChocobozzzDon't search migration version in old Applications...
2018-01-10  ChocobozzzFetch remote AP objects
2017-12-28  ChocobozzzPropagate old comment on new follow
2017-12-13  ChocobozzzAdd migration
2017-12-13  ChocobozzzMove models to typescript-sequelize
2017-11-27  ChocobozzzAdd activitypub migration script
2017-10-26  ChocobozzzUse async/await in lib and initializers
2017-08-25  ChocobozzzMove video file metadata in their own table
2017-07-11  ChocobozzzRemove "function" in favor of () => {}
2017-07-11  ChocobozzzUse global uuid instead of remoteId for videos
2017-07-07  ChocobozzzAsync signature and various fixes
2017-07-05  ChocobozzzMove to promises
2017-06-16  ChocobozzzUse typescript standard and lint all files
2017-06-10  ChocobozzzType functions
2017-06-05  Chocobozzzrequire -> import
2017-05-25  ChocobozzzType models
2017-05-20  ChocobozzzFirst typescript iteration