aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-query-builder.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet.
* 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 ↵Rigel Kent2021-01-281-4/+38
| | | | recommendation variant
* 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