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/services
Eugen Rochko f1ab70649b Add buttons to block and unblock domain (#3127)
* 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
8 years ago
..
pubsubhubbub Specs for pubsub subscribe service (#2951) 8 years ago
account_search_service_spec.rb Optimize account search (#2421) 8 years ago
after_block_service_spec.rb Optimize MuteService and AfterBlockService (#2836) 8 years ago
authorize_follow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 8 years ago
block_domain_from_account_service_spec.rb Add buttons to block and unblock domain (#3127) 8 years ago
block_domain_service_spec.rb Domain block service cleanup (#2490) 8 years ago
block_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 8 years ago
fan_out_on_write_service_spec.rb Quick attempt to get pull requests passing 8 years ago
favourite_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 8 years ago
fetch_atom_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 8 years ago
fetch_link_card_service_spec.rb Fix #2572 - Resolve preview cards for remote statuses as well as local ones (#3088) 8 years ago
fetch_remote_account_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 8 years ago
fetch_remote_resource_service_spec.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812) 8 years ago
fetch_remote_status_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 8 years ago
follow_remote_account_service_spec.rb Additional specs for URI handling (#2759) 8 years ago
follow_service_spec.rb More robust PuSH subscription refreshes (#2799) 8 years ago
mute_service_spec.rb Optimize MuteService and AfterBlockService (#2836) 8 years ago
notify_service_spec.rb Add buttons to block and unblock domain (#3127) 8 years ago
post_status_service_spec.rb Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 8 years ago
precompute_feed_service_spec.rb Specs for precompute feed service (#3142) 8 years ago
process_feed_service_spec.rb Fix #2572 - Resolve preview cards for remote statuses as well as local ones (#3088) 8 years ago
process_interaction_service_spec.rb Additional specs for URI handling (#2759) 8 years ago
process_mentions_service_spec.rb Fixing some bugs, adding pending test examples 9 years ago
reblog_service_spec.rb Removing external hub completely, fix #333 fixing digit-only hashtags, 8 years ago
reject_follow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 8 years ago
search_service_spec.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService (#2812) 8 years ago
send_interaction_service_spec.rb Fixing some bugs, adding pending test examples 9 years ago
subscribe_service_spec.rb Services specs for subscribe and unsubscribe (#2928) 8 years ago
suspend_account_service_spec.rb Delete records in smaller transaction (#2802) 8 years ago
unblock_domain_service_spec.rb Unblock domain service specs/refactor (#2867) 8 years ago
unblock_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 8 years ago
unfollow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 8 years ago
unmute_service_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 8 years ago
unsubscribe_service_spec.rb Services specs for subscribe and unsubscribe (#2928) 8 years ago
update_remote_profile_service_spec.rb Set correct attachment type for rejected media (#2599) 8 years ago