aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/trending
Commit message (Collapse)AuthorAgeFilesLines
* Bidi supportChocobozzz2021-06-071-2/+5
|
* Use HTML config when possibleChocobozzz2021-06-041-16/+14
|
* Inject server config in HTMLChocobozzz2021-05-142-10/+9
|
* Move to stylelintChocobozzz2021-04-281-1/+1
|
* Hide best strategy if not logged inChocobozzz2021-03-241-2/+11
|
* Fix broken local actorsChocobozzz2021-02-261-3/+3
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Fix loading things twice on trending pageChocobozzz2021-02-221-7/+20
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-1/+1
|
* add best trending strategy based on Reddit's bestRigel Kent2021-02-041-0/+7
| | | | | | 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.
* Fix small UI bugsChocobozzz2021-02-021-2/+2
|
* move from trending routes to alg paramRigel Kent2021-01-286-211/+78
|
* add default trending page choice, revert comments count for hot strategyRigel Kent2021-01-284-9/+28
|
* modularize abstract video list header and implement video hotness ↵Rigel Kent2021-01-287-0/+351
recommendation variant