aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/model-loaders/video.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor include checksChocobozzz2021-06-111-2/+1
|
* Use raw SQL for most of video queriesChocobozzz2021-06-111-8/+5
|
* Fetch directly all video attributes for get APIChocobozzz2021-06-111-1/+13
|
* fetch -> loadChocobozzz2021-06-031-22/+23
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-031-0/+64
helpers modules should not import models