]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/middlewares/validators/users.ts
Add avatar max size limit
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / users.ts
2018-01-03  ChocobozzzAdd avatar max size limit
2018-01-03  ChocobozzzAdd ability to disable video comments
2017-12-29  ChocobozzzBegin to add avatar to actors
2017-12-28  ChocobozzzPropagate old comment on new follow
2017-12-19  AndrĂ©as LivetEnh #106 : Add an autoPlayVideo user attribute (#159)
2017-12-13  ChocobozzzMove models to typescript-sequelize
2017-11-27  ChocobozzzRefractor validators
2017-11-04  ChocobozzzUsernames are case insensitive now
2017-10-27  ChocobozzzSupport roles with rights and add moderator role
2017-10-26  ChocobozzzAdd video channels
2017-09-15  ChocobozzzUpgrade express validator to v4
2017-09-14  ChocobozzzRemove ng2 file upload module
2017-09-06  ChocobozzzFix tests and user quota
2017-09-05  ChocobozzzAdd user update for admins
2017-09-04  ChocobozzzBegin user quota
2017-07-25  ChocobozzzAdd ability to limit user registrations
2017-07-11  ChocobozzzRemove "function" in favor of () => {}
2017-07-11  ChocobozzzUse global uuid instead of remoteId for videos
2017-07-07  ChocobozzzFix error logging
2017-07-05  ChocobozzzMove to promises
2017-06-10  ChocobozzzType functions
2017-05-25  ChocobozzzType models
2017-05-20  ChocobozzzFirst typescript iteration