Begin moving video channel to actor
[oweals/peertube.git] / server / helpers / utils.ts
2017-12-19 ChocobozzzBegin moving video channel to actor
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-11-27 ChocobozzzCleanup helpers
2017-11-27 ChocobozzzSend server announce when users upload a video
2017-11-27 ChocobozzzHandle follow/accept
2017-10-26 ChocobozzzAdapt client with video channels
2017-10-26 ChocobozzzUse async/await in lib and initializers
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-09 ChocobozzzChange how we handle resolution
2017-10-03 ChocobozzzImplement video transcoding on server side
2017-09-22 Green-StarHandle blacklist (#84)
2017-08-25 ChocobozzzFormated -> Formatted
2017-07-25 ChocobozzzAdd ability to limit user registrations
2017-07-11 ChocobozzzRemove "function" in favor of () => {}
2017-07-05 ChocobozzzMove to promises
2017-06-20 ChocobozzzUpdate systemd service template
2017-06-17 ChocobozzzShare models between server and client
2017-06-16 ChocobozzzUse typescript standard and lint all files
2017-06-11 ChocobozzzUpdate webpack stack
2017-06-10 ChocobozzzType functions
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration