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/app
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
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers Re-add follow recommendations API (#7918) 7 years ago
helpers Fix double-encoding of display name in title and e-mails (#7534) 7 years ago
javascript Display full username in tooltip on search and autosuggest #7478 (#7920) 7 years ago
lib Re-add follow recommendations API (#7918) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Re-add follow recommendations API (#7918) 7 years ago
policies Fix n+1 queries in StatusThreadingConcern (#7321) 7 years ago
presenters Better pagination for ActivityPub outbox (#7356) 7 years ago
serializers Keyword/phrase filtering (#7905) 7 years ago
services Re-add follow recommendations API (#7918) 7 years ago
validators fix: Don't validate MX record in development (#7654) 7 years ago
views Improve embeds (#7919) 7 years ago
workers Fix domain hiding logic (#7765) 7 years ago