]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/history - server/middlewares/validators/users.ts
Fix search with bad webfinger handles
[github/Chocobozzz/PeerTube.git] / server / middlewares / validators / users.ts
2019-05-15  ChocobozzzMerge branch 'master' into develop
2019-04-15  ChocobozzzAdd user adminFlags
2019-04-09  ChocobozzzAdd check params account ratings tests
2019-04-09  Yohan BonifaceAdd /accounts/:username/ratings endpoint (#1756)
2019-03-19  ChocobozzzCleanup invalid rates/comments/shares
2019-03-19  ChocobozzzCleanup express locals typings
2019-03-19  ChocobozzzDoes exist
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1285
2019-02-11  ChocobozzzMerge branch 'develop' into pr/1217
2019-02-11  ChocobozzzMerge branch 'feature/correctly-send-activities' into...
2019-02-11  ChocobozzzCleanup reset user password by admin
2019-02-06  ChocobozzzMerge branch 'release/v1.2.0'
2018-12-18  ChocobozzzFix users update me param validation
2018-12-07  ChocobozzzMerge branch 'move-utils-to-shared' of https://github...
2018-11-21  Josh Morelenable email verification by admin (#1348)
2018-09-26  ChocobozzzCheck current password on server side
2018-09-20  ChocobozzzMerge branch 'develop' into cli-wrapper 941/head
2018-09-19  ChocobozzzOptimize SQL requests of watch page API endpoints
2018-09-04  Gaëtan RizioUsers can change ownership of their video [#510] (...
2018-08-31  Josh Moreladd user account email verificiation (#977)
2018-08-28  Felix AbleitnerImplement daily upload limit (#956)
2018-08-27  ChocobozzzImprove error message on actor name conflict
2018-08-14  ChocobozzzCleanup utils helper
2018-08-08  ChocobozzzAdd reason when banning a user
2018-08-08  ChocobozzzImplement user blocking on server side
2018-08-08  ChocobozzzAdd ability to delete our account
2018-06-29  ChocobozzzAPI: Add ability to update video channel avatar
2018-06-22  ChocobozzzFix images size limit
2018-06-21  ChocobozzzDo not create a user with the same username than anothe...
2018-05-22  Rigel Kentfeature: IP filtering on signup page
2018-04-26  ChocobozzzAdd ability to update the user display name/description
2018-04-19  Gérald NielMerge branch 'develop' of framagit.org:chocobozzz/PeerT...
2018-04-19  ChocobozzzAdd ability to choose what policy we have for NSFW...
2018-03-11  Rigel KentFix typo in "user already exist" error message (PR...
2018-03-11  CaleFix typo in "already exist" error message 333/head
2018-02-15  ChocobozzzImplement support field in video and video channel
2018-01-30  ChocobozzzAdd tests for emails
2018-01-30  ChocobozzzAdd ability to reset our password
2018-01-26  ChocobozzzDon't leak passwords in log
2018-01-23  ChocobozzzDestroy user token when changing its role
2018-01-03  ChocobozzzAutomatically resize avatars
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