aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/video-imports.ts
Commit message (Collapse)AuthorAgeFilesLines
* Don't inject untrusted inputChocobozzz2022-11-151-1/+2
| | | | | Even if it's already checked in middlewares It's better to have safe modals too
* Remove unnecessary logsChocobozzz2022-08-171-8/+0
|
* Cleanup useless express validator messagesChocobozzz2022-08-171-6/+6
|
* Add ability to list imports of a channel syncChocobozzz2022-08-101-2/+17
|
* Correctly check import target URL IPChocobozzz2022-02-071-11/+7
|
* Add ability to cancel & delete video importsChocobozzz2022-01-191-5/+66
|
* Prevent video import on non unicast ipsChocobozzz2022-01-061-0/+18
|
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Move middleware utils in middlewaresChocobozzz2021-06-031-3/+2
| | | | helpers modules should not import models
* refactor API errors to standard error formatRigel Kent2021-06-021-8/+15
|
* improve api param message for video names and tagsRigel Kent2021-05-311-1/+3
| | | | closes #4026
* Error if importing a torrent with multiple filesChocobozzz2021-05-111-3/+0
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+1
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-4/+5
|
* Update server dependenciesChocobozzz2020-06-171-1/+1
|
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-5/+38
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Move to eslintcontainChocobozzz2020-02-031-4/+5
|
* Fix express validatorChocobozzz2019-07-251-3/+3
|
* Refactor middleware helpersChocobozzz2019-07-241-1/+2
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-1/+1
|
* Does existChocobozzz2019-03-191-2/+2
|
* Playlist server APIChocobozzz2019-03-181-2/+2
|
* Add user history and resume videosChocobozzz2018-10-051-0/+75