Sanitize url to not end with implicit ports
[oweals/peertube.git] / server / controllers / api / users.ts
2017-12-19 ChocobozzzBegin moving video channel to actor
2017-12-19 Andréas LivetEnh #106 : Add an autoPlayVideo user attribute (#159)
2017-12-13 ChocobozzzMove models to typescript-sequelize
2017-11-29 ChocobozzzUsers list only available when use is authenticated
2017-11-27 ChocobozzzRefractor validators
2017-11-27 ChocobozzzOptimize account creation
2017-11-27 ChocobozzzMake it compile at least
2017-11-27 ChocobozzzRemove references to author
2017-10-31 ChocobozzzAdd tests and fix bugs for video privacy
2017-10-31 ChocobozzzAdd video privacy setting
2017-10-27 ChocobozzzSupport roles with rights and add moderator role
2017-10-26 ChocobozzzAdd migration script for channels
2017-10-26 ChocobozzzFix lint
2017-10-26 ChocobozzzUse async/await in controllers
2017-10-26 ChocobozzzAdd video channels
2017-09-06 ChocobozzzFix tests and user quota
2017-09-05 ChocobozzzAdd user update for admins
2017-09-04 ChocobozzzBegin user quota
2017-08-25 ChocobozzzFormated -> Formatted
2017-07-25 ChocobozzzAdd ability to limit user registrations
2017-07-11 ChocobozzzUse global uuid instead of remoteId for videos
2017-07-10 ChocobozzzBetter typescript typing for a better world
2017-07-07 ChocobozzzFix error logging
2017-07-05 ChocobozzzMove to promises
2017-06-25 ChocobozzzMove ensureRegistrationEnabled to middlewares
2017-06-17 ChocobozzzShare models between server and client
2017-06-10 ChocobozzzType functions
2017-06-05 Chocobozzzrequire -> import
2017-05-25 ChocobozzzType models
2017-05-20 ChocobozzzFirst typescript iteration