mastodon/spec/services
Eugen Rochko f1ab70649b Add buttons to block and unblock domain ()
* Add buttons to block and unblock domain

* Relationship API now returns "domain_blocking" status for accounts,
rename "block entire domain" to "hide entire domain", fix unblocking domain,
do not block notifications from domain-blocked-but-followed people, do
not send Salmons to domain blocked users

* Add test

* Personal domain blocks shouldn't affect Salmon after all, since in this
direction of communication the control is very thin when it comes to
public stuff. Best stay consistent and not affect federation in this way

* Ignore followers and follow request from domain blocked folks,
ensure account domain blocks are not created for empty domain,
and avoid duplicates in validation

* Purge followers when blocking domain (without soft-blocks, since they
are useless here)

* Add tests, fix local timeline being empty when having any domain blocks
..
pubsubhubbub Specs for pubsub subscribe service ()
account_search_service_spec.rb Optimize account search ()
after_block_service_spec.rb Optimize MuteService and AfterBlockService ()
authorize_follow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML
block_domain_from_account_service_spec.rb Add buttons to block and unblock domain ()
block_domain_service_spec.rb Domain block service cleanup ()
block_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML
fan_out_on_write_service_spec.rb Quick attempt to get pull requests passing
favourite_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML
fetch_atom_service_spec.rb Fix - Fetch remote accounts by URL from mentions
fetch_link_card_service_spec.rb Fix - Resolve preview cards for remote statuses as well as local ones ()
fetch_remote_account_service_spec.rb Fix - Fetch remote accounts by URL from mentions
fetch_remote_resource_service_spec.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService ()
fetch_remote_status_service_spec.rb Fix - Fetch remote accounts by URL from mentions
follow_remote_account_service_spec.rb Additional specs for URI handling ()
follow_service_spec.rb More robust PuSH subscription refreshes ()
mute_service_spec.rb Optimize MuteService and AfterBlockService ()
notify_service_spec.rb Add buttons to block and unblock domain ()
post_status_service_spec.rb Fix - Add Idempotency-Key header to PostStatusService that prevents ()
precompute_feed_service_spec.rb Specs for precompute feed service ()
process_feed_service_spec.rb Fix - Resolve preview cards for remote statuses as well as local ones ()
process_interaction_service_spec.rb Additional specs for URI handling ()
process_mentions_service_spec.rb Fixing some bugs, adding pending test examples
reblog_service_spec.rb Removing external hub completely, fix fixing digit-only hashtags,
reject_follow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML
search_service_spec.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService ()
send_interaction_service_spec.rb Fixing some bugs, adding pending test examples
subscribe_service_spec.rb Services specs for subscribe and unsubscribe ()
suspend_account_service_spec.rb Delete records in smaller transaction ()
unblock_domain_service_spec.rb Unblock domain service specs/refactor ()
unblock_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML
unfollow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML
unmute_service_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly.
unsubscribe_service_spec.rb Services specs for subscribe and unsubscribe ()
update_remote_profile_service_spec.rb Set correct attachment type for rejected media ()