]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/videos/single-server.ts
add best trending strategy based on Reddit's best
authorRigel Kent <sendmemail@rigelk.eu>
Tue, 2 Feb 2021 11:59:41 +0000 (12:59 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Thu, 4 Feb 2021 08:04:47 +0000 (09:04 +0100)
commit3d4e112d16471703f51a542c0cc6e73a6f5db628
treecb4a53a50f9bc14a87b62ccfa9d398feb4bbcbc8
parentf6267b610145033ee26ca8a4a7c2b97eca65072e
add best trending strategy based on Reddit's best

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.
15 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.html
client/src/app/+videos/video-list/trending/video-trending-header.component.ts
client/src/app/core/server/server.service.ts
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/assets/images/feather/award.svg [new file with mode: 0644]
config/default.yaml
config/production.yaml.example
server/initializers/constants.ts
server/models/video/video-query-builder.ts
server/models/video/video.ts
server/tests/api/check-params/config.ts
server/tests/api/server/config.ts
server/tests/api/videos/single-server.ts
shared/extra-utils/server/config.ts
shared/models/videos/video-sort-field.type.ts