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
2018-07-03 01:47:56 +02:00
..
chewy Full-text search for authorized statuses (#6423) 2018-02-09 23:04:47 +01:00
controllers Re-add follow recommendations API (#7918) 2018-07-03 01:47:56 +02:00
helpers Fix double-encoding of display name in title and e-mails (#7534) 2018-05-18 15:56:57 +02:00
javascript Display full username in tooltip on search and autosuggest #7478 (#7920) 2018-07-01 04:16:13 +02:00
lib Re-add follow recommendations API (#7918) 2018-07-03 01:47:56 +02:00
mailers Account archive download (#6460) 2018-02-21 23:21:32 +01:00
models Re-add follow recommendations API (#7918) 2018-07-03 01:47:56 +02:00
policies Fix n+1 queries in StatusThreadingConcern (#7321) 2018-05-03 10:41:58 +02:00
presenters Better pagination for ActivityPub outbox (#7356) 2018-05-04 19:19:11 +02:00
serializers Keyword/phrase filtering (#7905) 2018-06-29 15:34:36 +02:00
services Re-add follow recommendations API (#7918) 2018-07-03 01:47:56 +02:00
validators fix: Don't validate MX record in development (#7654) 2018-05-28 19:14:24 +02:00
views Improve embeds (#7919) 2018-07-01 04:12:34 +02:00
workers Fix domain hiding logic (#7765) 2018-06-09 22:46:54 +02:00