You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
Eugen Rochko da8fe8079e
Re-add follow recommendations API (#7918)
* Re-add follow recommendations API

    GET /api/v1/suggestions

Removed in 8efa081f21 due to Neo4J
dependency. The algorithm uses triadic closures, takes into account
suspensions, blocks, mutes, domain blocks, excludes locked and moved
accounts, and prefers more recently updated accounts.

* Track interactions with people you don't follow

Replying to, favouriting and reblogging someone you're not following
will make them show up in follow recommendations. The interactions
have different weights:

- Replying is 1
- Favouriting is 10 (decidedly positive interaction, but private)
- Reblogging is 20

Following them, muting or blocking will remove them from the list,
obviously.

* Remove triadic closures, ensure potential friendships are trimmed
7 years ago
..
environments Add support for separate Redis for cache (#7272) 7 years ago
initializers Merge `HIDDEN_SERVICE_VIA_TRANSPARENT_PROXY` into `ALLOW_ACCESS_TO_HIDDEN_SERVICE` (#7901) 7 years ago
locales Improve embeds (#7919) 7 years ago
webpack Rename emoji sheet to avoid caching issue (#7777) 7 years ago
application.rb Add Slovene language (#7475) 7 years ago
boot.rb Upgrade Rails to version 5.2.0 (#5898) 7 years ago
brakeman.ignore Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
database.yml use-DB_NAME-in-development (#5430) 7 years ago
deploy.rb Update dependencies for Ruby (2018-04-23) (#7237) 7 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 7 years ago
i18n-tasks.yml Revert #6479, hide sensitive text/images from OpenGraph previews (#6818) 7 years ago
navigation.rb Keyword/phrase filtering (#7905) 7 years ago
puma.rb Do not set port for puma if it is bound to unix socket (#2289) 8 years ago
routes.rb Re-add follow recommendations API (#7918) 7 years ago
secrets.yml Upgrade to Rails 5.0.0.1 9 years ago
settings.yml Add preference to hide following/followers lists (#7532) 7 years ago
sidekiq.yml Account archive download (#6460) 7 years ago
themes.yml More polished light theme (#7620) 7 years ago
webpacker.yml Upgrade Webpacker to version 3.0.1 (#5122) 7 years ago