mastodon/spec/services
ThibG d658af7ff8
Fix removing allowed domains being done synchronously ()
* Fix removing allowed domains being done synchronously

* Add tests
..
activitypub Add Event activity-type support ()
account_search_service_spec.rb Add more accurate account search ()
after_block_domain_from_account_service_spec.rb Fix domain hiding logic ()
after_block_service_spec.rb Slightly reduce RAM usage ()
app_sign_up_service_spec.rb Add `reason` param to `POST /api/v1/accounts` REST API ()
authorize_follow_service_spec.rb Remove Salmon and PubSubHubbub ()
batched_remove_status_service_spec.rb Remove WebSub subscriptions ()
block_domain_service_spec.rb Record account suspend/silence time and keep track of domain blocks ()
block_service_spec.rb Remove Salmon and PubSubHubbub ()
bootstrap_timeline_service_spec.rb Fix BootstrapTimelineService crashing when bootstrapped accounts are invalid ()
clear_domain_media_service_spec.rb Make domain block/silence/reject-media code more robust ()
fan_out_on_write_service_spec.rb Slightly reduce RAM usage ()
favourite_service_spec.rb Remove Salmon and PubSubHubbub ()
fetch_link_card_service_spec.rb Fix FetchLinkCardServices crashing on a tags without a target ()
fetch_oembed_service_spec.rb Add cache for OEmbed endpoints to avoid extra HTTP requests ()
fetch_remote_status_service_spec.rb Clean up OStatus-related codepaths ()
fetch_resource_service_spec.rb Fix not being able to resolve public resources in development environment ()
follow_service_spec.rb Change silences to always require approval on follow ()
hashtag_query_service_spec.rb Allow joining several hashtags in a single column ()
import_service_spec.rb Fix background jobs not using locks like they are supposed to ()
mute_service_spec.rb Slightly reduce RAM usage ()
notify_service_spec.rb Fix NotifyService test with regards to reblogs ()
post_status_service_spec.rb Fix media not being marked sensitive when client sets a CW but no text ()
precompute_feed_service_spec.rb Slightly reduce RAM usage ()
process_mentions_service_spec.rb Fix IDN mentions not being processed, IDN domains not being rendered ()
reblog_service_spec.rb Remove Salmon and PubSubHubbub ()
reject_follow_service_spec.rb Remove Salmon and PubSubHubbub ()
remove_status_service_spec.rb Remove WebSub subscriptions ()
report_service_spec.rb Set and store report URIs ()
resolve_account_service_spec.rb Refactor domain block checks ()
resolve_url_service_spec.rb Refactor fetching of remote resources ()
search_service_spec.rb Fix hashtag search performing account search as well ()
suspend_account_service_spec.rb Add test for removing endorsed accounts on account deletion/suspension ()
unallow_domain_service_spec.rb Fix removing allowed domains being done synchronously ()
unblock_domain_service_spec.rb Add domain block notes ()
unblock_service_spec.rb Remove Salmon and PubSubHubbub ()
unfollow_service_spec.rb Remove Salmon and PubSubHubbub ()
unmute_service_spec.rb Slightly reduce RAM usage ()
update_account_service_spec.rb Change silences to always require approval on follow ()
verify_link_service_spec.rb Add noopener and/or noreferrer ()