aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/users.ts
Commit message (Expand)AuthorAgeFilesLines
* Move middleware utils in middlewaresChocobozzz2021-06-031-4/+3
* refactor API errors to standard error formatRigel Kent2021-06-021-52/+61
* Cleanup models directory organizationChocobozzz2021-05-111-2/+2
* provide more schema examples in openapi specRigel Kent2021-05-111-0/+1
* Fix lintChocobozzz2021-02-011-1/+1
* Add ability to update plugin authChocobozzz2021-02-011-1/+2
* Upgrade sequelize to v6Chocobozzz2020-12-091-13/+12
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-25/+30
* Add admin view to manage commentsChocobozzz2020-11-161-0/+1
* Check live duration and sizeChocobozzz2020-11-091-1/+1
* Make channelName optionnal in tests only and validatorskimsible2020-08-111-14/+11
* Add validator channelName for create-user apikimsible2020-08-111-0/+17
* add check-params test for user listRigel Kent2020-07-031-2/+1
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-0/+16
* Split types and typingsChocobozzz2020-06-181-1/+1
* Fix external auth email/password updateChocobozzz2020-05-201-2/+7
* Add overview of a user's actions in user-edit (#2558)Rigel Kent2020-03-271-4/+5
* Creating a user with an empty password will send an email to let him set his ...John Livingston2020-02-171-1/+2
* Move to eslintcontainChocobozzz2020-02-031-4/+3
* (plugins) adding signup scope and init hook, modifying ensureUserRegistration...Rigel Kent2019-11-251-1/+2
* Add plugin hook on registrationChocobozzz2019-10-251-3/+14
* Update server dependenciesChocobozzz2019-10-211-1/+2
* Try to fix testsChocobozzz2019-09-241-1/+6
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
* Add welcome modalChocobozzz2019-09-051-0/+7
* Fix buildChocobozzz2019-08-231-1/+1
* Merge branch 'release/1.4.0' into developChocobozzz2019-08-221-3/+8
|\
| * Fix user creation by moderatorsChocobozzz2019-08-221-3/+8
* | Stronger model typingsChocobozzz2019-08-191-2/+3
|/
* Moderators can only manage usersChocobozzz2019-07-301-33/+39
* Fix scheduled privacy and verify email validationsChocobozzz2019-07-251-2/+2
* Fix express validatorChocobozzz2019-07-251-4/+3
* Refactor middleware helpersChocobozzz2019-07-241-2/+3
* Add peertube plugin index website modelsChocobozzz2019-07-241-2/+3
* WIP plugins: add theme supportChocobozzz2019-07-241-0/+4
* Add language filters in user preferencesChocobozzz2019-06-191-1/+4
* Add ability to change email in clientChocobozzz2019-06-111-1/+1
* Handle email update on serverChocobozzz2019-06-111-10/+29
* Improve registrationChocobozzz2019-06-071-2/+10
* Multi step registrationChocobozzz2019-05-291-0/+6
* Add ability to specify channel on registrationChocobozzz2019-05-281-0/+22
* Add user adminFlagsChocobozzz2019-04-151-0/+3
* Add check params account ratings testsChocobozzz2019-04-091-1/+0
* Add /accounts/:username/ratings endpoint (#1756)Yohan Boniface2019-04-091-1/+17
* Cleanup invalid rates/comments/sharesChocobozzz2019-03-191-1/+1
* Cleanup express locals typingsChocobozzz2019-03-191-6/+6
* Does existChocobozzz2019-03-191-2/+2
* Cleanup reset user password by adminChocobozzz2019-02-111-0/+2
* Fix users update me param validationChocobozzz2018-12-181-4/+7
* enable email verification by admin (#1348)Josh Morel2018-11-211-0/+1