mastodon/app/services
ThibG 62dd0b7f9c Fix processing poll Updates ()
ActivityPub::ProcessPollService was checking the JSON-LD context although
it was passed only the `Question` object embedded in the `Update` activity.
..
activitypub Fix processing poll Updates ()
concerns Optimize the process of following someone ()
pubsubhubbub Remove redundant ()
account_search_service.rb Add type, limit, offset, min_id, max_id, account_id to search API ()
after_block_domain_from_account_service.rb Reduce usage of LD signatures ()
after_block_service.rb Add conversations API ()
app_sign_up_service.rb Admission-based registrations mode ()
authorize_follow_service.rb Reduce usage of LD signatures ()
backup_service.rb Add favourites to archive takeout ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb Skip some methods in BatchedRemoveStatusService when account is nil ()
block_domain_service.rb Get rid of all batch order warnings ()
block_service.rb Reduce usage of LD signatures ()
bootstrap_timeline_service.rb Add autofollow option to invites ()
fan_out_on_write_service.rb Accept the same payload in multiple inboxes and deliver ()
favourite_service.rb Fix activity:interactions counter to count all interactions ()
fetch_atom_service.rb Ignore JSON-LD profile in mime type comparison ()
fetch_link_card_service.rb Ignore low-confidence CharlockHolmes guesses when parsing link cards ()
fetch_oembed_service.rb Fix undefined method error in sidekiq ()
fetch_remote_account_service.rb Improve federated ID validation ()
fetch_remote_status_service.rb Change conditional to avoid nil into string error in sidekiq ()
follow_service.rb Create Redisable#redis ()
hashtag_query_service.rb Simplify hashtag query service, perf increase for 'any' tags ()
import_service.rb Add option to overwrite imported data ()
mute_service.rb Add conversations API ()
notify_service.rb Fix poll update handler calling method was that was not available ()
post_status_service.rb Fix detailed poll validation errors not being returned in the API ()
precompute_feed_service.rb Fix code style of regeneration-related code ()
process_feed_service.rb Using double splat operator ()
process_hashtags_service.rb Add featured hashtags to profiles ()
process_interaction_service.rb Introduce OStatus::TagManager ()
process_mentions_service.rb Reduce usage of LD signatures ()
reblog_service.rb Add `visibility` param to reblog REST API ()
reject_follow_service.rb Reduce usage of LD signatures ()
remove_status_service.rb Avoid race condition when streaming deleted statuses ()
report_service.rb Set and store report URIs ()
resolve_account_service.rb Improve admin UI for account view ()
resolve_url_service.rb Make sure the poll is created before storing its id ()
search_service.rb Add type, limit, offset, min_id, max_id, account_id to search API ()
send_interaction_service.rb Close http connection in perform method of Request class ()
subscribe_service.rb Close http connection in perform method of Request class ()
suspend_account_service.rb Do not distribute Delete when rejecting unapproved accounts ()
unblock_domain_service.rb Allow domain blocks that only reject media without silencing or suspending ()
unblock_service.rb Reduce usage of LD signatures ()
unfavourite_service.rb Add handling of Linked Data Signatures in payloads ()
unfollow_service.rb Reject existing Follow in addition to sending a Block ()
unmute_service.rb Fix - Muting
unsubscribe_service.rb Close http connection in perform method of Request class ()
update_account_service.rb Error message for avatar image that's too large. ()
update_remote_profile_service.rb Fix custom emoji handling in UpdateRemoteProfileService (OStatus) ()
verify_link_service.rb Rescue SSL error in verify link service ()
verify_salmon_service.rb Introduce OStatus::TagManager ()
vote_service.rb Fix poll update handler calling method was that was not available ()