mastodon/app/services
Takeshi Umeda d8bad8fbf6
Fix not publishing update of remote timeline ()
* Fix not publishing update of remote timeline

* fix @ missing

* if/unless to if/else
..
activitypub Refactor monkey-patching of Goldfinger ()
concerns Add whitelist mode ()
account_search_service.rb Fix error when searching for URLs that contain the mention syntax ()
after_block_domain_from_account_service.rb Change account domain block to clear out notifications and follows ()
after_block_service.rb Change account domain block to clear out notifications and follows ()
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 Fix backups failing when files are missing from media attachments ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb Fix not publishing update of remote timeline ()
block_domain_service.rb Change domain block behavior to update user records before deleting data ()
block_service.rb Fix BlockService trying to reject incorrect follow request ()
bootstrap_timeline_service.rb Admin setting to disable default follows ()
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 Fix link crawler not specifying accepted content-type ()
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 incorrect deletion of local accounts imported by overwriting ()
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 IDN mentions not being processed, IDN domains not being rendered ()
reblog_service.rb Add specific rate limits for posting and following ()
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 Refactor monkey-patching of Goldfinger ()
resolve_url_service.rb Fix some timeouts when searching URLs by limiting some database queries ()
search_service.rb Fix returning results when searching for URL with non-zero offset ()
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 Change deletes to preserve soft-deleted statuses in unresolved reports ()
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 follow requests N+1 ()
verify_link_service.rb Rescue SSL error in verify link service ()
vote_service.rb Fix invalid votes from the API being accepted ()