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
Matt Jankowski 8857cabca4 Domain block service cleanup (#2490)
* Add coverage for domain block service with silence

* Get rid of warning about find_each and order

* Move domain_block to attr_reader

* Move optional clear_media into silence_accounts method

* Use blocked_domain method to reduce passed vars

* Extract blocked_domain_accounts method to find accounts on the domain

* Extract media_from_blocked_domain method to find relevant attachments

* Separate destruction of account images and account attachments
9 years ago
..
account_search_service_spec.rb Optimize account search (#2421) 9 years ago
authorize_follow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 9 years ago
block_domain_service_spec.rb Domain block service cleanup (#2490) 9 years ago
block_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 9 years ago
fan_out_on_write_service_spec.rb Quick attempt to get pull requests passing 9 years ago
favourite_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 9 years ago
fetch_atom_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 9 years ago
fetch_link_card_service_spec.rb Punycode URI normalization (#2370) 9 years ago
fetch_remote_account_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 9 years ago
fetch_remote_status_service_spec.rb Fix #54 - Fetch remote accounts by URL from mentions 9 years ago
follow_remote_account_service_spec.rb Fix possibility of unrightful webfinger redirect (#2147) 9 years ago
follow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 9 years ago
mute_service_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 9 years ago
post_status_service_spec.rb Fix #2402 - Add Idempotency-Key header to PostStatusService that prevents (#2419) 9 years ago
precompute_feed_service_spec.rb Adding more test stubs 10 years ago
process_feed_service_spec.rb Split SalmonWorker into smaller parts, move profile updating into another job 9 years ago
process_interaction_service_spec.rb Stop trying to shoehorn all Salmon updates into the poor database-connected 9 years ago
process_mentions_service_spec.rb Fixing some bugs, adding pending test examples 10 years ago
reblog_service_spec.rb Removing external hub completely, fix #333 fixing digit-only hashtags, 9 years ago
reject_follow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 9 years ago
send_interaction_service_spec.rb Fixing some bugs, adding pending test examples 10 years ago
unblock_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 9 years ago
unfollow_service_spec.rb Adding more unit tests. Fixing Salmon slaps XML 9 years ago
unmute_service_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly. 9 years ago
update_remote_profile_service_spec.rb Fix #1141, fix #1126 - Avatar/profile info fetching (#1215) 9 years ago