aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/shared/videos.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to get user from file tokenChocobozzz2022-12-201-7/+5
|
* Use private ACL for private videos in s3Chocobozzz2022-10-241-3/+3
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-14/+40
|
* Rename video full loadingChocobozzz2022-06-281-1/+1
|
* Fix video right checkChocobozzz2022-06-221-6/+7
|
* Refactor video rights checkerChocobozzz2022-06-221-16/+68
|
* Add basic video editor supportChocobozzz2022-02-281-2/+24
|
* Prevent caption listing of private videosChocobozzz2022-01-061-3/+30
|
* Reorganize importsChocobozzz2021-07-201-2/+1
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Refactor include checksChocobozzz2021-06-111-2/+1
|
* Use raw SQL for most of video queriesChocobozzz2021-06-111-6/+2
|
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-0/+5
|
* fetch -> loadChocobozzz2021-06-031-3/+3
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-031-0/+125
helpers modules should not import models