mastodon/app/services
Takeshi Umeda 156af70e4d
Fix following restriction not working when exact match in account search ()
..
activitypub Add customizable thumbnails for audio and video attachments ()
concerns Fix activity not being signed ()
keys Add E2EE API ()
account_search_service.rb Fix following restriction not working when exact match in account search ()
after_block_domain_from_account_service.rb Fix account domain block not properly unfollowing accounts from domain ()
after_block_service.rb Change account domain block to clear out notifications and follows ()
after_unallow_domain_service.rb Fix removing allowed domains being done synchronously ()
app_sign_up_service.rb Add `reason` param to `POST /api/v1/accounts` REST API ()
authorize_follow_service.rb Remove Salmon and PubSubHubbub ()
backup_service.rb Add E2EE API ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb Fix not publishing update of remote timeline ()
block_domain_service.rb Make domain block/silence/reject-media code more robust ()
block_service.rb Fix BlockService trying to reject incorrect follow request ()
bootstrap_timeline_service.rb Admin setting to disable default follows ()
clear_domain_media_service.rb Make domain block/silence/reject-media code more robust ()
deliver_to_device_service.rb Add E2EE API ()
fan_out_on_write_service.rb Fix not publishing update of remote timeline ()
favourite_service.rb Remove Salmon and PubSubHubbub ()
fetch_link_card_service.rb Change User-Agent of link preview fetching service to include "Bot" ()
fetch_oembed_service.rb Fix link crawler not specifying accepted content-type ()
fetch_remote_status_service.rb Fix an error when ActivityPub::FetchRemoteStatusService url is called with nil ()
fetch_resource_service.rb Fix not being able to resolve public resources in development environment ()
follow_service.rb Add specific rate limits for posting and following ()
hashtag_query_service.rb Fix hashtag timeline REST API accepting too many hashtags ()
import_service.rb Fix performance of follow import ()
move_service.rb Fix account migration not affecting followers on origin server ()
mute_service.rb Add conversations API ()
notify_service.rb Add follow_request notification type ()
post_status_service.rb Fix media not being marked sensitive when client sets a CW but no text ()
precompute_feed_service.rb Fix code style of regeneration-related code ()
process_hashtags_service.rb Change hashtags to preserve first-used casing ()
process_mentions_service.rb Fix duplicate notification and delivery of mentions ()
reblog_service.rb Add E2EE API ()
reject_follow_service.rb Remove Salmon and PubSubHubbub ()
remove_status_service.rb Fix not publishing update of remote timeline ()
report_service.rb Refactor all ActivityPub deliveries to be serialized and signed through one concern ()
resolve_account_service.rb Fix performance of follow import ()
resolve_url_service.rb Fix some timeouts when searching URLs by limiting some database queries ()
search_service.rb Fix hashtag search performing account search as well ()
suspend_account_service.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
tag_search_service.rb Add `exclude_unreviewed` param to `GET /api/v2/search` REST API ()
unallow_domain_service.rb Fix removing allowed domains being done synchronously ()
unblock_domain_service.rb Add domain block notes ()
unblock_service.rb Remove Salmon and PubSubHubbub ()
unfavourite_service.rb Remove Salmon and PubSubHubbub ()
unfollow_service.rb Fix Move handler queuing jobs that will fail if account is suspended ()
unmute_service.rb Fix - Muting
update_account_service.rb Fix movie width and frame_rate returning nil ()
verify_link_service.rb Rescue SSL error in verify link service ()
vote_service.rb Fix invalid votes from the API being accepted ()