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/models/concerns
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
..
account_avatar.rb Validate HTTP response length while receiving (#6891) 7 years ago
account_finder_concern.rb Fix UniqueUsernameValidator comparison (#6926) 7 years ago
account_header.rb Validate HTTP response length while receiving (#6891) 7 years ago
account_interactions.rb Re-add follow recommendations API (#7918) 7 years ago
attachmentable.rb Fix jpeg files sometimes being returned with a .jpe extension (#7881) 7 years ago
cacheable.rb Fix cache_associated no longer working (#7320) 7 years ago
expireable.rb Keyword/phrase filtering (#7905) 7 years ago
omniauthable.rb Add additional first_name and last_name SAML attribute statement options, and modify Omniauthable concern to use full_name or first_name + last_name if not available (#6669) 7 years ago
paginable.rb Fix prev/next links on public profile page (#6497) 7 years ago
relationship_cacheable.rb
remotable.rb Fix fetch of remote image with multiple Content-Type headers (#7749) 7 years ago
status_threading_concern.rb Fix context performance by partially reverting #7083 (#7734) 7 years ago
streamable.rb