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/app/services
Eugen 9d3be5579a Improve bio compatibility (#2278)
* Fix #1057 (close #1819) - Move HTML-formatted bio from <poco:note /> to <summary type="html" />

* Ensure <poco:note /> is plaintext for remote accounts, also, by stripping out HTML
8 years ago
..
concerns
pubsubhubbub
account_search_service.rb Fix nil query_username (#2013) 8 years ago
after_block_service.rb
authorize_follow_service.rb
base_service.rb
block_domain_service.rb Make file attachment on MediaAttachment optional (#1865) 8 years ago
block_service.rb
fan_out_on_write_service.rb
favourite_service.rb
fetch_atom_service.rb
fetch_link_card_service.rb Add Mastodon version to user agent (#2253) 8 years ago
fetch_remote_account_service.rb
fetch_remote_resource_service.rb
fetch_remote_status_service.rb
follow_remote_account_service.rb Fix possibility of unrightful webfinger redirect (#2147) 8 years ago
follow_service.rb
mute_service.rb
notify_service.rb Check @recipient.user at the first (#1939) 8 years ago
post_status_service.rb Language detection refactor (#2099) 8 years ago
precompute_feed_service.rb
process_feed_service.rb Add language detection (#1772) 8 years ago
process_hashtags_service.rb
process_interaction_service.rb
process_mentions_service.rb
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
search_service.rb
send_interaction_service.rb
subscribe_service.rb
suspend_account_service.rb Make file attachment on MediaAttachment optional (#1865) 8 years ago
unblock_domain_service.rb Make file attachment on MediaAttachment optional (#1865) 8 years ago
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Fixed NoMethodError in UnfollowService (#1918) 8 years ago
unmute_service.rb
unsubscribe_service.rb
update_remote_profile_service.rb Improve bio compatibility (#2278) 8 years ago
warm_cache_service.rb