This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec/services
Renato "Lond" Cerqueira e56404be41 When must_be_following_dm is on, only notify if recipient dm'ed user (#6283)
* When must_be_following_dm is on, only notify if recipient dm'ed user
Currently, when must_be_following_dm is on, if a user sends a direct
message replying to any status from the recipient, the recipient gets a
notification. This should not be the case, as if the recipient posted
something publicly this can be used to spam their notifications.

* Refactor replied_to_status_is_direct_message?
Following suggestion in PR
2018-01-18 16:12:10 +01:00
..
activitypub Fix bad URL schemes being accepted (#6219) 2018-01-08 05:00:23 +01:00
pubsubhubbub
account_search_service_spec.rb Add list of lists component to web UI (#5811) 2017-12-05 23:02:27 +01:00
after_block_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
authorize_follow_service_spec.rb
batched_remove_status_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
block_domain_from_account_service_spec.rb
block_domain_service_spec.rb
block_service_spec.rb
bootstrap_timeline_service_spec.rb
fan_out_on_write_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
favourite_service_spec.rb
fetch_atom_service_spec.rb
fetch_link_card_service_spec.rb
fetch_remote_account_service_spec.rb
fetch_remote_resource_service_spec.rb
fetch_remote_status_service_spec.rb
follow_service_spec.rb Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
mute_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
notify_service_spec.rb When must_be_following_dm is on, only notify if recipient dm'ed user (#6283) 2018-01-18 16:12:10 +01:00
post_status_service_spec.rb Using double splat operator (#5859) 2017-12-06 11:41:57 +01:00
precompute_feed_service_spec.rb Use be_within instead of eq for a to_f test match (#6275) 2018-01-17 12:45:09 +01:00
process_feed_service_spec.rb
process_interaction_service_spec.rb
process_mentions_service_spec.rb Fix handling of temporary failures in ProcessMentionsService (#5842) 2017-11-28 15:00:22 +01:00
reblog_service_spec.rb
reject_follow_service_spec.rb
remove_status_service_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01:00
resolve_remote_account_service_spec.rb
search_service_spec.rb Add list of lists component to web UI (#5811) 2017-12-05 23:02:27 +01:00
send_interaction_service_spec.rb
subscribe_service_spec.rb
suspend_account_service_spec.rb
unblock_domain_service_spec.rb
unblock_service_spec.rb
unfollow_service_spec.rb
unmute_service_spec.rb
unsubscribe_service_spec.rb
update_remote_profile_service_spec.rb