aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/videos.ts
Commit message (Expand)AuthorAgeFilesLines
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-2/+26
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Fix upload without filesChocobozzz2021-08-051-1/+1
* Refactor requestsChocobozzz2021-07-201-1/+1
* Support short uuid for GET video/playlistChocobozzz2021-06-291-7/+10
* Fix ownership change with a live videoChocobozzz2021-06-281-79/+1
* Use raw SQL for most of video queriesChocobozzz2021-06-111-3/+3
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-1/+1
* add video upload types, add doc middleware to more routesRigel Kent2021-06-061-3/+6
* Move middleware utils in middlewaresChocobozzz2021-06-031-8/+9
* Refactor server errors handlerChocobozzz2021-06-021-6/+0
* refactor error code values for URI compatibilityRigel Kent2021-06-021-3/+3
* correct error codes and backward compatRigel Kent2021-06-021-1/+1
* refactor API errors to standard error formatRigel Kent2021-06-021-43/+62
* improve api param message for video names and tagsRigel Kent2021-05-311-6/+14
* improve api param message for datesRigel Kent2021-05-311-1/+1
* Cleanup shared modelsChocobozzz2021-05-111-1/+1
* Resumable video uploads (#3933)kontrollanten2021-05-101-32/+152
* Add ability to filter my videos by liveChocobozzz2021-05-031-2/+6
* Refactor auth flowChocobozzz2021-03-241-1/+1
* Use named chunk for embed on analyzeChocobozzz2021-02-251-1/+1
* Fix separate SQL query for video getChocobozzz2021-02-251-5/+4
* Trim video name also on serverChocobozzz2021-02-251-0/+2
* Update server dependenciesChocobozzz2021-02-031-2/+3
* Allow users/visitors to search through an account's videos (#3589)Rigel Kent2021-01-191-0/+4
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-10/+31
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-11/+12
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+4
* Check live duration and sizeChocobozzz2020-11-091-2/+3
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-16/+18
* Split types and typingsChocobozzz2020-06-181-1/+1
* Avoir some circular dependenciesChocobozzz2020-05-041-1/+1
* Implement pagination for overviews endpointChocobozzz2020-03-111-2/+17
* Add video file metadata to download modal, via ffprobe (#2411)Rigel Kent2020-03-101-1/+21
* Don't refresh videos when processing viewsChocobozzz2020-02-041-0/+3
* Add model cache for videoChocobozzz2020-02-041-1/+4
* Move to eslintcontainChocobozzz2020-02-031-16/+12
* Fix testsChocobozzz2020-01-301-1/+1
* Downsample to the closest divisor standard framerateRigel Kent2020-01-291-1/+1
* Add ability to skip count queryChocobozzz2020-01-081-0/+4
* Add internal privacy modeChocobozzz2019-12-121-6/+3
* Fix private video downloadChocobozzz2019-12-031-2/+4
* Add ability to disable webtorrentChocobozzz2019-11-251-1/+1
* Cleanup model typesChocobozzz2019-08-201-3/+3
* Stronger model typingsChocobozzz2019-08-191-9/+11
* Fix scheduled privacy and verify email validationsChocobozzz2019-07-251-1/+1
* Fix express validatorChocobozzz2019-07-251-13/+13
* Refactor middleware helpersChocobozzz2019-07-241-4/+2
* Add hook filters testsChocobozzz2019-07-241-2/+3