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 Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112) 8 years ago
instances Represent numbers by strings in instance activity API (#6198) 7 years ago
lists Fix unpermitted parameters warning when generating pagination URLs (#6995) 7 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 Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112) 8 years ago
blocks_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 7 years ago
custom_emojis_controller.rb Improve admin UI for custom emojis, add copy/disable/enable (#5231) 8 years ago
domain_blocks_controller.rb Fix domain hiding logic (#7765) 7 years ago
favourites_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 7 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) 7 years ago
follows_controller.rb Fix POST /api/v1/follows error when already following (#4878) 8 years ago
instances_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 8 years ago
lists_controller.rb Limit users to 50 lists, remove pagination from lists API (#5933) 7 years ago
media_controller.rb Focal points (#6520) 7 years ago
mutes_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 7 years ago
notifications_controller.rb Fix unpermitted parameters warning when generating pagination URLs (#6995) 7 years ago
reports_controller.rb Federated reports (#6570) 7 years ago
search_controller.rb Ensure that boolean params in the API are parsed for truthiness (#6575) 7 years ago
statuses_controller.rb Remove small pagination limit from context API (#7564) 7 years ago
streaming_controller.rb Clean up for api/base controller (#3629) 8 years ago
suggestions_controller.rb Re-add follow recommendations API (#7918) 7 years ago