mastodon/app/services
Eugen Rochko 5cfc9efad3 Update OStatus2 to handle malformed Salmon without raising unexpected exceptions
..
base_service.rb Merge and unmerge timelines on follow/unfollow, solves ,
block_service.rb API for blocking and unblocking
fan_out_on_write_service.rb Preparing feeds for better filtering
favourite_service.rb Move PubSubHubbub pinging to a background worker
fetch_atom_service.rb Catching more exceptions that slipped through, removing AR logging from
fetch_remote_account_service.rb Catching more exceptions that slipped through, removing AR logging from
fetch_remote_status_service.rb Fix typo
follow_remote_account_service.rb Improve code style
follow_service.rb Move PubSubHubbub pinging to a background worker
post_status_service.rb Move PubSubHubbub pinging to a background worker
precompute_feed_service.rb Adding a block model and filter mentions from blocked users (fix )
process_feed_service.rb Blocking will prevent e-mail notifications from blocked user, blocks in UI
process_interaction_service.rb Update OStatus2 to handle malformed Salmon without raising unexpected exceptions
process_mentions_service.rb Blocking will prevent e-mail notifications from blocked user, blocks in UI
reblog_service.rb Move PubSubHubbub pinging to a background worker
remove_status_service.rb Improve code style
send_interaction_service.rb Fix text color in dashboard inputs, sanitize remote status content in UI,
subscribe_service.rb Upgrade to PubSubHubbub 0.4 (removing verify_token)
unblock_service.rb API for blocking and unblocking
unfavourite_service.rb Replace logo, fix - delete/unreblog/unfavourite API, fix - app
unfollow_service.rb API for blocking and unblocking
update_remote_profile_service.rb Catch Paperclip errors on /api/v1/media, return early from update profile service if XML given is nil