aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators
Commit message (Expand)AuthorAgeFilesLines
* Implement remote runner jobs in serverChocobozzz2023-05-0910-2/+335
* Allow to update a live with untouched privacyChocobozzz2023-04-141-1/+1
* Feature/filter already watched videos (#5739)Wicklow2023-04-121-0/+11
* feature/ability to disable video history by default (#5728)Wicklow2023-04-072-0/+4
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-1/+53
* Add additional check for playlistNameChocobozzz2023-02-271-1/+5
* Fix filters on playlistsWicklow2023-02-231-1/+1
* Add ability to not send an email for registrationChocobozzz2023-01-201-1/+6
* Implement signup approval in serverChocobozzz2023-01-198-211/+399
* Add ability to get user from file tokenChocobozzz2022-12-201-7/+5
* Support reinjecting token in private m3u8 playlistChocobozzz2022-12-022-3/+10
* Fix server lintChocobozzz2022-11-151-2/+2
* Don't inject untrusted inputChocobozzz2022-11-1510-13/+23
* Add ability to install alpha/beta/rc pluginChocobozzz2022-11-142-6/+11
* Option to disable static files auth check/s3 proxyChocobozzz2022-10-272-0/+21
* Use private ACL for private videos in s3Chocobozzz2022-10-242-20/+58
* Put private videos under a specific subdirectoryChocobozzz2022-10-244-25/+200
* Allow admins to disable two factor authChocobozzz2022-10-071-15/+32
* Support two factor authentication in backendChocobozzz2022-10-074-57/+174
* Ask password reset/email verif error handlingChocobozzz2022-09-281-0/+14
* Add akismet testsChocobozzz2022-09-231-2/+3
* Check channel sync id is owned by channelChocobozzz2022-09-161-0/+7
* Fix channel sync right checkChocobozzz2022-09-081-7/+8
* Cleanup tests importsChocobozzz2022-08-174-15/+15
* Remove unnecessary logsChocobozzz2022-08-1745-352/+46
* Cleanup useless express validator messagesChocobozzz2022-08-1743-419/+512
* Add playback metric endpoint sent to OTELChocobozzz2022-08-162-0/+57
* Add ability to list comments on local videosChocobozzz2022-08-161-0/+6
* Add ability to list imports of a channel syncChocobozzz2022-08-105-17/+57
* Channel sync (#5135)Florent2022-08-105-18/+117
* Add option to not transcode original resolutionChocobozzz2022-08-091-0/+5
* Use single quotes in server/ and update eslint rulesFlorent2022-08-081-2/+2
* Add ability to delete a specific video fileChocobozzz2022-08-011-1/+86
* Prevent error on highlighted threadChocobozzz2022-07-291-3/+9
* Add live and viewers otel metricsChocobozzz2022-07-271-1/+1
* Add rejected state to followsChocobozzz2022-07-272-7/+30
* Add ability for client to create server logsChocobozzz2022-07-181-3/+49
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-062-5/+5
* Rename video full loadingChocobozzz2022-06-281-1/+1
* Fix video right checkChocobozzz2022-06-222-8/+9
* Refactor video rights checkerChocobozzz2022-06-226-50/+86
* store uploaded video filename (#4885)kontrollanten2022-06-213-1/+39
* Optimize view endpointChocobozzz2022-06-171-7/+6
* Fix various typosluz paz2022-06-071-1/+1
* Improve admin users list tableChocobozzz2022-05-241-2/+2
* Add filter by start/end date overall stats in apiChocobozzz2022-05-051-0/+10
* Support live session in serverChocobozzz2022-05-031-0/+38
* Save replay of permanent live in clientChocobozzz2022-05-031-4/+0
* Allow oembed to fetch unlisted videosChocobozzz2022-05-021-15/+21
* Fix getting live by anonymous userChocobozzz2022-04-221-5/+1