aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/video-channels.ts
Commit message (Expand)AuthorAgeFilesLines
* Check channel sync id is owned by channelChocobozzz2022-09-161-0/+7
* Remove unnecessary logsChocobozzz2022-08-171-13/+0
* Cleanup useless express validator messagesChocobozzz2022-08-171-13/+25
* Add ability to list imports of a channel syncChocobozzz2022-08-101-2/+12
* Channel sync (#5135)Florent2022-08-101-18/+37
* Give moderators access to edit channels (#4608)kontrollanten2021-12-131-45/+15
* Made the video channels limit (per user) server-wide configurable (#4491)Florian CUNY2021-10-261-3/+3
* Split check user params testsChocobozzz2021-10-201-1/+1
* Add ability to view my followersChocobozzz2021-10-201-16/+0
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Fix backend channel name validator consistencyChocobozzz2021-08-051-7/+7
* Refactor requestsChocobozzz2021-07-201-1/+1
* Add ability to search playlistsChocobozzz2021-06-251-0/+13
* Move middleware utils in middlewaresChocobozzz2021-06-031-2/+1
* refactor API errors to standard error formatRigel Kent2021-06-021-22/+25
* Cleanup models directory organizationChocobozzz2021-05-111-2/+2
* Add banners supportChocobozzz2021-04-081-2/+0
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-9/+10
* Split types and typingsChocobozzz2020-06-181-1/+1
* Optimize views per day in video channelsChocobozzz2020-06-121-7/+10
* Put channel stats behind withStats flagRigel Kent2020-03-311-2/+12
* Fix channel creation limitationChocobozzz2019-12-051-1/+1
* Limit channel numbersChocobozzz2019-11-291-0/+9
* Cleanup model typesChocobozzz2019-08-201-3/+2
* Stronger model typingsChocobozzz2019-08-191-2/+3
* Fix express validatorChocobozzz2019-07-251-1/+1
* Refactor middleware helpersChocobozzz2019-07-241-2/+1
* Server: Bulk update videos support fieldChocobozzz2019-05-311-3/+13
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-2/+1
* Does existChocobozzz2019-03-191-7/+7
* Playlist server APIChocobozzz2019-03-181-14/+0
* Add user history and resume videosChocobozzz2018-10-051-0/+175