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/spec/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
7 years ago
..
admin Add logging of admin actions (#5757) 7 years ago
concerns Keep notification when muting_notifications is true (#7311) 7 years ago
form
web Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
account_domain_block_spec.rb
account_filter_spec.rb
account_moderation_note_spec.rb
account_spec.rb Re-add follow recommendations API (#7918) 7 years ago
backup_spec.rb Account archive download (#6460) 7 years ago
block_spec.rb
conversation_mute_spec.rb
conversation_spec.rb
custom_emoji_spec.rb Change custom emoji search to `ILIKE` instead of `=` (#7099) 7 years ago
custom_filter_spec.rb Keyword/phrase filtering (#7905) 7 years ago
domain_block_spec.rb
email_domain_block_spec.rb
export_spec.rb
favourite_spec.rb
follow_request_spec.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 7 years ago
follow_spec.rb
home_feed_spec.rb
identity_spec.rb CAS + SAML authentication feature (#6425) 7 years ago
import_spec.rb
invite_spec.rb Add consumable invites (#5814) 7 years ago
list_account_spec.rb
list_spec.rb
media_attachment_spec.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
mention_spec.rb
mute_spec.rb
notification_spec.rb Change columns in notifications nonnullable (#6764) 7 years ago
preview_card_spec.rb
remote_follow_spec.rb
remote_profile_spec.rb
report_filter_spec.rb
report_spec.rb Add missing tests for report.rb (#7324) 7 years ago
session_activation_spec.rb
setting_spec.rb Isolate each specs for cache store (#6450) 7 years ago
site_upload_spec.rb
status_pin_spec.rb Append '.test' to hostname in stub data (#7260) 7 years ago
status_spec.rb Change language opt-out to language opt-in (#7823) 7 years ago
stream_entry_spec.rb
subscription_spec.rb
tag_spec.rb
user_spec.rb Change language opt-out to language opt-in (#7823) 7 years ago