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/services
Eugen Rochko d0dd9eb5b5 Feature conversations muting (#3017)
* Add <ostatus:conversation /> tag to Atom input/output

Only uses ref attribute (not href) because href would be
the alternate link that's always included also.

Creates new conversation for every non-reply status. Carries
over conversation for every reply. Keeps remote URIs verbatim,
generates local URIs on the fly like the rest of them.

* Conversation muting - prevents notifications that reference a conversation
(including replies, favourites, reblogs) from being created. API endpoints
/api/v1/statuses/:id/mute and /api/v1/statuses/:id/unmute

Currently no way to tell when a status/conversation is muted, so the web UI
only has a "disable notifications" button, doesn't work as a toggle

* Display "Dismiss notifications" on all statuses in notifications column, not just own

* Add "muted" as a boolean attribute on statuses JSON

For now always false on contained reblogs, since it's only relevant for
statuses returned from the notifications endpoint, which are not nested

Remove "Disable notifications" from detailed status view, since it's
only relevant in the notifications column

* Up max class length

* Remove pending test for conversation mute

* Add tests, clean up

* Rename to "mute conversation" and "unmute conversation"

* Raise validation error when trying to mute/unmute status without conversation
8 years ago
..
concerns
pubsubhubbub Add spec for Pubsubhubbub::DistributionWorker. PuSH-deliver public items (#2954) 8 years ago
account_search_service.rb
after_block_service.rb Optimize MuteService and AfterBlockService (#2836) 8 years ago
authorize_follow_service.rb
base_service.rb
block_domain_service.rb Refactor domain_blocks_controller (#2843) 8 years ago
block_service.rb
fan_out_on_write_service.rb
favourite_service.rb
fetch_atom_service.rb
fetch_link_card_service.rb Fix #2955 - Send HEAD request ahead of GET when fetching URL previews (#2972) 8 years ago
fetch_remote_account_service.rb
fetch_remote_resource_service.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812) 8 years ago
fetch_remote_status_service.rb
follow_remote_account_service.rb Handling failed http response (#2823) 8 years ago
follow_service.rb
mute_service.rb Optimize MuteService and AfterBlockService (#2836) 8 years ago
notify_service.rb Feature conversations muting (#3017) 8 years ago
post_status_service.rb
precompute_feed_service.rb Add `account_id DESC` to optimize PrecomputeFeedService (#2967) 8 years ago
process_feed_service.rb Add conversation model, <ostatus:conversation /> (#3016) 8 years ago
process_hashtags_service.rb Revert HTML CW changes (#3020) 8 years ago
process_interaction_service.rb Fix not rejecting remote URIs when parsing out local IDs (#3012) 8 years ago
process_mentions_service.rb Revert HTML CW changes (#3020) 8 years ago
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
search_service.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812) 8 years ago
send_interaction_service.rb
subscribe_service.rb Services specs for subscribe and unsubscribe (#2928) 8 years ago
suspend_account_service.rb
unblock_domain_service.rb Unblock domain service specs/refactor (#2867) 8 years ago
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
unsubscribe_service.rb Services specs for subscribe and unsubscribe (#2928) 8 years ago
update_remote_profile_service.rb Move account header and avatar methods to a concern (#2825) 8 years ago
verify_salmon_service.rb
warm_cache_service.rb