aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/model-loaders
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2022-08-031-1/+0
|
* Add channel server hooksChocobozzz2022-08-031-8/+2
|
* Rename video full loadingChocobozzz2022-06-281-1/+1
|
* 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