mastodon/spec/services
Claire e0bdaeab65
Fix NoMethodError when resolving a link that redirects to a local post (#18314)
* Fix NoMethodError when resolving a link that redirects to a local post

* Fix tests
2022-05-17 14:52:26 +02:00
..
activitypub Fix NoMethodError when resolving a link that redirects to a local post (#18314) 2022-05-17 14:52:26 +02:00
account_search_service_spec.rb
account_statuses_cleanup_service_spec.rb
after_block_domain_from_account_service_spec.rb
after_block_service_spec.rb Fix single Redis connection being used across all threads (#18135) 2022-04-28 17:47:34 +02:00
app_sign_up_service_spec.rb
authorize_follow_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
batched_remove_status_service_spec.rb Fix single Redis connection being used across all threads (#18135) 2022-04-28 17:47:34 +02:00
block_domain_service_spec.rb Fix various typos (#17621) 2022-02-22 20:14:17 +01:00
block_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
bootstrap_timeline_service_spec.rb
clear_domain_media_service_spec.rb Fix various typos (#17621) 2022-02-22 20:14:17 +01:00
delete_account_service_spec.rb Fix test-related issues (#17888) 2022-03-28 12:43:58 +02:00
fan_out_on_write_service_spec.rb Fix single Redis connection being used across all threads (#18135) 2022-04-28 17:47:34 +02:00
favourite_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
fetch_link_card_service_spec.rb
fetch_oembed_service_spec.rb
fetch_remote_status_service_spec.rb Fix NoMethodError when resolving a link that redirects to a local post (#18314) 2022-05-17 14:52:26 +02:00
fetch_resource_service_spec.rb
follow_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
import_service_spec.rb
mute_service_spec.rb Fix single Redis connection being used across all threads (#18135) 2022-04-28 17:47:34 +02:00
notify_service_spec.rb Fix test-related issues (#17888) 2022-03-28 12:43:58 +02:00
post_status_service_spec.rb
precompute_feed_service_spec.rb Fix single Redis connection being used across all threads (#18135) 2022-04-28 17:47:34 +02:00
process_mentions_service_spec.rb
purge_domain_service_spec.rb
reblog_service_spec.rb Add test for reblog race condition fix (#17732) 2022-03-10 00:11:49 +01:00
reject_follow_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
remove_from_follwers_service_spec.rb
remove_status_service_spec.rb Fix Undo Announce sometimes inlining the originally Announced status (#17516) 2022-02-11 14:52:07 +01:00
report_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
resolve_account_service_spec.rb Fix opening and closing Redis connections instead of using a pool (#18171) 2022-04-29 22:43:07 +02:00
resolve_url_service_spec.rb Fix NoMethodError when resolving a link that redirects to a local post (#18314) 2022-05-17 14:52:26 +02:00
search_service_spec.rb
suspend_account_service_spec.rb Fix test-related issues (#17888) 2022-03-28 12:43:58 +02:00
unallow_domain_service_spec.rb
unblock_domain_service_spec.rb
unblock_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
unfollow_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
unmute_service_spec.rb
unsuspend_account_service_spec.rb Fix test-related issues (#17888) 2022-03-28 12:43:58 +02:00
update_account_service_spec.rb Refactor and improve tests (#17386) 2022-01-28 00:46:42 +01:00
update_status_service_spec.rb Fix edits with no actual changes being allowed (#17843) 2022-03-26 00:38:44 +01:00
verify_link_service_spec.rb