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 Improve admin page (#4121) 8 years ago
web Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
account_domain_block_spec.rb Spec AccountDomainBlock (#3816) 8 years ago
account_filter_spec.rb Add coverage for ReportFilter and AccountFilter (#3236) 8 years ago
account_moderation_note_spec.rb Lists (#5703) 7 years ago
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 Cover Block more (#3837) 8 years ago
conversation_mute_spec.rb Feature conversations muting (#3017) 8 years ago
conversation_spec.rb Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
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 Cover DomainBlock more (#3838) 8 years ago
email_domain_block_spec.rb Add uniqueness to block email domains (#5692) 7 years ago
export_spec.rb Cover Export more (#3840) 8 years ago
favourite_spec.rb Cover Favourite more (#3841) 8 years ago
follow_request_spec.rb Store URIs of follows, follow requests and blocks for ActivityPub (#7160) 7 years ago
follow_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_feed_spec.rb Lists (#5703) 7 years ago
identity_spec.rb CAS + SAML authentication feature (#6425) 7 years ago
import_spec.rb Validate data of Imports (#4782) 8 years ago
invite_spec.rb Add consumable invites (#5814) 7 years ago
list_account_spec.rb Lists (#5703) 7 years ago
list_spec.rb Lists (#5703) 7 years ago
media_attachment_spec.rb Save video metadata and improve video OpenGraph tags (#6481) 7 years ago
mention_spec.rb add more tests to models 8 years ago
mute_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 8 years ago
notification_spec.rb Change columns in notifications nonnullable (#6764) 7 years ago
preview_card_spec.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 8 years ago
remote_follow_spec.rb Remove empty strings (#5732) 7 years ago
remote_profile_spec.rb Add tests for RemoteProfile (#5665) 7 years ago
report_filter_spec.rb Add coverage for ReportFilter and AccountFilter (#3236) 8 years ago
report_spec.rb Add missing tests for report.rb (#7324) 7 years ago
session_activation_spec.rb Add tests for SessionActivation (#5668) 7 years ago
setting_spec.rb Isolate each specs for cache store (#6450) 7 years ago
site_upload_spec.rb Add a test for SiteUpload#cache_key (#5685) 7 years ago
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 Add tests for StreamEntry (#5687) 7 years ago
subscription_spec.rb Misc spec coverage improvements (#2821) 8 years ago
tag_spec.rb Add a test for Tag#to_param (#5705) 7 years ago
user_spec.rb Change language opt-out to language opt-in (#7823) 7 years ago