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
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
..
activitypub Better pagination for ActivityPub outbox (#7356) 7 years ago
admin Add resend confirmation for admin (#7378) 7 years ago
api Re-add follow recommendations API (#7918) 7 years ago
auth Replace bypass option with bypass_sign_in (#7867) 7 years ago
concerns Typo in signature verification failure logging (#7916) 7 years ago
oauth Ensure push subscription is immediately removed when application is revoked (#7548) 7 years ago
settings Allow selecting default posting language instead of auto-detect (#7828) 7 years ago
well_known Make host_meta/webfinger replies cacheable (fixes #6100) (#6101) 7 years ago
about_controller.rb Add option to show only local toots in timeline preview (#6292) 7 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Add RSS feeds for end-users (#7259) 7 years ago
application_controller.rb Catch ActionController::UnknownFormat and return HTTP 406 (#7621) 7 years ago
authorize_follows_controller.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
emojis_controller.rb Cache JSON of immutable ActivityPub representations (#6171) 7 years ago
filters_controller.rb Keyword/phrase filtering (#7905) 7 years ago
follower_accounts_controller.rb Add preference to hide following/followers lists (#7532) 7 years ago
following_accounts_controller.rb Add preference to hide following/followers lists (#7532) 7 years ago
home_controller.rb Set Referrer-Policy to origin in web UI and public pages of private toots (#7162) 7 years ago
intents_controller.rb Add tests for intents_controller (#7763) 7 years ago
invites_controller.rb Add autofollow option to invites (#7805) 7 years ago
manifests_controller.rb Make Chrome splash screen same color as web UI's background color (#5169) 8 years ago
media_controller.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed (#7511) 7 years ago
remote_follow_controller.rb Improve embeds (#7919) 7 years ago
remote_unfollows_controller.rb Add tests for remote_unfollows_controller (#7879) 7 years ago
shares_controller.rb Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
statuses_controller.rb Improve embeds (#7919) 7 years ago
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 7 years ago
tags_controller.rb Add RSS feeds for end-users (#7259) 7 years ago