aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/users.ts
Commit message (Expand)AuthorAgeFilesLines
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-0/+4
* feature/ability to disable video history by default (#5728)Wicklow2023-04-071-0/+3
* Implement signup approval in serverChocobozzz2023-01-191-147/+4
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-021-1/+1
* Don't inject untrusted inputChocobozzz2022-11-151-1/+2
* Allow admins to disable two factor authChocobozzz2022-10-071-15/+32
* Support two factor authentication in backendChocobozzz2022-10-071-57/+30
* Ask password reset/email verif error handlingChocobozzz2022-09-281-0/+14
* Fix channel sync right checkChocobozzz2022-09-081-7/+8
* Remove unnecessary logsChocobozzz2022-08-171-34/+8
* Cleanup useless express validator messagesChocobozzz2022-08-171-46/+85
* Fix various typosluz paz2022-06-071-1/+1
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-0/+4
* Give moderators access to edit channels (#4608)kontrollanten2021-12-131-7/+10
* Fix my live videos filterChocobozzz2021-10-201-1/+1
* Add channel filters for my videos/followersChocobozzz2021-10-201-2/+25
* Add ability to view my followersChocobozzz2021-10-201-4/+18
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Allow accounts to skip account setup modalChocobozzz2021-08-271-4/+8
* Fix backend channel name validator consistencyChocobozzz2021-08-051-5/+7
* Refactor requestsChocobozzz2021-07-201-1/+1
* Support short uuid for GET video/playlistChocobozzz2021-06-291-3/+3
* 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