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/controllers/api/v1
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
..
accounts Allow selecting default posting language instead of auto-detect (#7828) 7 years ago
apps
instances
lists Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
push Fix 404 for GET /api/v1/push/subscription (#7472) 7 years ago
statuses Fix distribute_add_activity and distribute_remove_activity (#7393) 7 years ago
timelines optimize direct timeline (#7614) 7 years ago
accounts_controller.rb Return HTTP 410 for suspended accounts in GET /api/v1/accounts/:id (#7287) 7 years ago
apps_controller.rb
blocks_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
custom_emojis_controller.rb
domain_blocks_controller.rb Fix domain hiding logic (#7765) 7 years ago
favourites_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
filters_controller.rb Keyword/phrase filtering (#7905) 7 years ago
follow_requests_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
follows_controller.rb
instances_controller.rb
lists_controller.rb
media_controller.rb
mutes_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
notifications_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 8 years ago
reports_controller.rb
search_controller.rb
statuses_controller.rb Remove small pagination limit from context API (#7564) 7 years ago
streaming_controller.rb
suggestions_controller.rb Re-add follow recommendations API (#7918) 7 years ago