Use async/await in controllers
[oweals/peertube.git] / server / initializers / database.ts
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-26 ChocobozzzAdd video channels
2017-10-10 ChocobozzzFix database benchmark in prod mode
2017-09-07 ChocobozzzAdd tests for npm run scripts
2017-09-04 ChocobozzzBegin user quota
2017-08-25 ChocobozzzMove video file metadata in their own table
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-05 ChocobozzzMove to promises
2017-06-24 ChocobozzzExcluse .js.map when scanning models/ directory
2017-06-16 ChocobozzzUse typescript standard and lint all files
2017-06-16 ChocobozzzReorganize model files
2017-06-11 ChocobozzzUpdate webpack stack
2017-06-10 ChocobozzzType functions
2017-06-05 Chocobozzzrequire -> import
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration