Add account avatar
[oweals/peertube.git] / server / initializers / database.ts
2017-12-04 ChocobozzzAdd account avatar
2017-11-29 ChocobozzzFix well known and json parser with mastodon
2017-11-27 ChocobozzzAdd activitypub migration script
2017-11-27 ChocobozzzHandle announces in inbox
2017-11-27 ChocobozzzFix error when creating a fresh database
2017-11-27 ChocobozzzRename Pod -> Server
2017-11-27 ChocobozzzMake it compile at least
2017-11-27 ChocobozzzRemove references to author
2017-11-27 ChocobozzzBegin activitypub
2017-10-30 ChocobozzzAdd lazy description on server
2017-10-26 ChocobozzzRemove sequelize deprecated operators
2017-10-26 ChocobozzzFix lint
2017-10-26 ChocobozzzUse async/await in lib and initializers
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