aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/users.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check current password on server sideChocobozzz2018-09-261-2/+19
* Optimize SQL requests of watch page API endpointsChocobozzz2018-09-191-1/+1
* Users can change ownership of their video [#510] (#888)Gaƫtan Rizio2018-09-041-1/+6
* add user account email verificiation (#977)Josh Morel2018-08-311-1/+45
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-1/+4
* Improve error message on actor name conflictChocobozzz2018-08-271-1/+1
* Cleanup utils helperChocobozzz2018-08-141-1/+1
* Add reason when banning a userChocobozzz2018-08-081-2/+3
* Implement user blocking on server sideChocobozzz2018-08-081-0/+21
* Add ability to delete our accountChocobozzz2018-08-081-0/+14
* API: Add ability to update video channel avatarChocobozzz2018-06-291-19/+2
* Fix images size limitChocobozzz2018-06-221-9/+1
* Do not create a user with the same username than another actor nameChocobozzz2018-06-211-0/+9
* feature: IP filtering on signup pageRigel Kent2018-05-221-2/+17
* Add ability to update the user display name/descriptionChocobozzz2018-04-261-1/+2