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
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
8 years ago
..
admin Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
concerns Re-add follow recommendations API (#7918) 8 years ago
form Add option to show only local toots in timeline preview (#6292) 8 years ago
web Fix has_one association on Web::PushSubscription (#7767) 8 years ago
account.rb Re-add follow recommendations API (#7918) 8 years ago
account_domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
account_filter.rb
account_moderation_note.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
admin.rb
application_record.rb Validate HTTP response length while receiving (#6891) 8 years ago
backup.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
block.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 8 years ago
context.rb
conversation.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
conversation_mute.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
custom_emoji.rb Add entity cache (#7271) 8 years ago
custom_emoji_filter.rb Change custom emoji search to `ILIKE` instead of `=` (#7099) 8 years ago
custom_filter.rb Keyword/phrase filtering (#7905) 8 years ago
domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
email_domain_block.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
export.rb
favourite.rb Improve counter caches on Status and Account (#7644) 8 years ago
feed.rb
follow.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 8 years ago
follow_request.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 8 years ago
home_feed.rb
identity.rb CAS + SAML authentication feature (#6425) 8 years ago
import.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
instance.rb
instance_filter.rb
invite.rb Keyword/phrase filtering (#7905) 8 years ago
invite_filter.rb
list.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
list_account.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
list_feed.rb
media_attachment.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
mention.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
mute.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
notification.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
preview_card.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
remote_follow.rb
remote_profile.rb [WIP] Enable custom emoji on account pages and in the sidebar (#6124) 8 years ago
report.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
report_filter.rb
report_note.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
search.rb
session_activation.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
setting.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
site_upload.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
status.rb Change language opt-out to language opt-in (#7823) 8 years ago
status_pin.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
stream_entry.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
subscription.rb Update dependencies for Ruby (2018-04-23) (#7237) 8 years ago
tag.rb Track trending tags (#7638) 8 years ago
trending_tags.rb Remove trending hashtags (#7711) 8 years ago
user.rb Allow selecting default posting language instead of auto-detect (#7828) 8 years ago
web.rb