aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/model-loaders
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-032-26/+28
| | | | avoid confusion with AP fetch functions
* Move middleware utils in middlewaresChocobozzz2021-06-033-0/+82
helpers modules should not import models