aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-query-builder.ts
Commit message (Expand)AuthorAgeFilesLines
* Stricter models typingChocobozzz2021-05-121-11/+11
* Add ability to filter my videos by liveChocobozzz2021-05-031-3/+9
* Agnostic actor image storageChocobozzz2021-04-081-2/+3
* Fix broken hot algorithmChocobozzz2021-03-031-6/+7
* Dissociate video file names and video uuidChocobozzz2021-02-181-0/+8
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-11/+22
* add test and openapi for hot sort parameterRigel Kent2021-01-281-1/+3
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-281-55/+40
* only count comments from people other than the video authorRigel Kent2021-01-281-4/+21
* modularize abstract video list header and implement video hotness recommendat...Rigel Kent2021-01-281-4/+38
* Fix rss feed with HLS videosChocobozzz2021-01-271-0/+3
* Add ability to display all channel/account videosChocobozzz2020-11-181-1/+1
* Fix RSS feed when HLS only is enabledChocobozzz2020-08-241-3/+29
* Use raw sql for abusesChocobozzz2020-07-101-2/+2
* Split types and typingsChocobozzz2020-06-181-1/+1
* Fix video follow SQLChocobozzz2020-06-101-2/+4
* Add ability to sort by originallyPublishedAtChocobozzz2020-04-201-0/+6
* Fix videos languages filter SQL queryChocobozzz2020-04-201-7/+8
* Fix languageOneOf filter with only _unknownChocobozzz2020-04-161-13/+18
* Fix sitemap endpointChocobozzz2020-03-111-6/+14
* Wrap videos list query in raw SQLChocobozzz2020-03-101-47/+171
* Rewrite video list in raw SQLChocobozzz2020-03-101-0/+359