mastodon/spec/services
Daniel King 6ef3874b2e Fix URLs incorrectly having trailing hyphen removed ()
In cases where a URL has a trailing hyphen the FetchLinkCardService incorrectly removes the hyphen when it is parsed

The hyphen is not a reserved character in the URI spec https://tools.ietf.org/html/rfc3986#section-2.2
..
activitypub Fix bad URL schemes being accepted ()
pubsubhubbub Specs for pubsub subscribe service ()
account_search_service_spec.rb Rename ResolveRemoteAccountService to ResolveAccountService ()
after_block_service_spec.rb Lists ()
authorize_follow_service_spec.rb Introduce OStatus::TagManager ()
batched_remove_status_service_spec.rb Lists ()
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 Introduce OStatus::TagManager ()
bootstrap_timeline_service_spec.rb Default follows for new users ()
fan_out_on_write_service_spec.rb Lists ()
favourite_service_spec.rb Introduce OStatus::TagManager ()
fetch_atom_service_spec.rb Added #call spec ()
fetch_link_card_service_spec.rb Fix URLs incorrectly having trailing hyphen removed ()
fetch_remote_account_service_spec.rb Added FetchRemoteAccountService spec ()
fetch_remote_status_service_spec.rb Fix - Fetch remote accounts by URL from mentions
follow_service_spec.rb Allow hiding of reblogs from followed users ()
mute_service_spec.rb Lists ()
notify_service_spec.rb When must_be_following_dm is on, only notify if recipient dm'ed user ()
post_status_service_spec.rb Using double splat operator ()
precompute_feed_service_spec.rb Use be_within instead of eq for a to_f test match ()
process_feed_service_spec.rb Hook up URL-based resource look-up to ActivityPub ()
process_interaction_service_spec.rb Add status destroy authorization to policy ()
process_mentions_service_spec.rb Fix handling of temporary failures in ProcessMentionsService ()
reblog_service_spec.rb Retoot count increases without reason ()
reject_follow_service_spec.rb Introduce OStatus::TagManager ()
remove_status_service_spec.rb Lists ()
resolve_account_service_spec.rb Rename ResolveRemoteAccountService to ResolveAccountService ()
resolve_url_service_spec.rb Rename FetchRemoteResourceService to ResolveURLService ()
search_service_spec.rb Rename FetchRemoteResourceService to ResolveURLService ()
send_interaction_service_spec.rb Fixing some bugs, adding pending test examples
subscribe_service_spec.rb Fix webfinger retries ()
suspend_account_service_spec.rb Delete records in smaller transaction ()
unblock_domain_service_spec.rb Unblock domain service specs/refactor ()
unblock_service_spec.rb Introduce OStatus::TagManager ()
unfollow_service_spec.rb Introduce OStatus::TagManager ()
unmute_service_spec.rb Mute button progress so far. WIP, doesn't entirely work correctly.
unsubscribe_service_spec.rb Fix errors preventing UnsubscribeService from working ()
update_remote_profile_service_spec.rb Set correct attachment type for rejected media ()