aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/users.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-3/+3
|
* Move middleware utils in middlewaresChocobozzz2021-06-031-4/+3
| | | | helpers modules should not import models
* 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
| | | | | | | | Fix tests channel displayName Make channelName in createUser optionnal on server side to not break api Fix auto channelName with createUser in tests
* Add validator channelName for create-user apikimsible2020-08-111-0/+17
|
* add check-params test for user listRigel Kent2020-07-031-2/+1
| | | | fixes #2918
* add blocked filter in users list to filter banned usersRigel Kent2020-07-021-0/+16
| | | | fixes #2914
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Fix external auth email/password updateChocobozzz2020-05-201-2/+7
| | | | Also check if an actor does not already exist when creating the user
* 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
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Move to eslintcontainChocobozzz2020-02-031-4/+3
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-1/+2
| | | | ensureUserRegistrationAllowed allowedParams
* 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
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* 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
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* 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
| | | | | | | | | | | | * Add /users/me/videos/ratings endpoint * Move ratings endpoint from users to accounts * /accounts/:name/ratings: add support for rating= and sort= * Restrict ratings list to owner * Wording and better way to ensure current account
* 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
| | | | And add some tests
* Fix users update me param validationChocobozzz2018-12-181-4/+7
|