mastodon/app/services
Jonathan de Jong d0a5ebf914
Fix error when encountering malformed Tag objects from Kbin ()
..
activitypub Fix error when encountering malformed Tag objects from Kbin ()
concerns Add `authorized_fetch` server setting in addition to env var ()
keys Autofix Rubocop remaining Layout rules ()
account_search_service.rb Update Account Search to prioritize username over display name ()
account_statuses_cleanup_service.rb Fix reblogs being discarded after the reblogged status ()
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb
app_sign_up_service.rb Add support for invite codes in the registration API ()
appeal_service.rb Fix `Rails/FindEach` cop ()
approve_appeal_service.rb Fix `Rails/FindEach` cop ()
authorize_follow_service.rb
backup_service.rb Remove `default_scope` from `MediaAttachment` class ()
base_service.rb
batched_remove_status_service.rb Add new public status index ()
block_domain_service.rb
block_service.rb
bootstrap_timeline_service.rb Add customizable user roles ()
bulk_import_row_service.rb Add support for importing lists ()
bulk_import_service.rb Fix “Scoped order is ignored, it's forced to be batch order.” warnings ()
clear_domain_media_service.rb Remove `default_scope` from `MediaAttachment` class ()
create_featured_tag_service.rb Fix `Settings::FeaturedTagsController` ()
delete_account_service.rb Remove `default_scope` from `MediaAttachment` class ()
deliver_to_device_service.rb
fan_out_on_write_service.rb Fix posts from threads received out-of-order sometimes not being inserted into timelines ()
favourite_service.rb Autofix Rubocop remaining Layout rules ()
fetch_link_card_service.rb Change link previews to keep original URL from the status ()
fetch_oembed_service.rb Autofix Rubocop Regex Style rules ()
fetch_remote_status_service.rb Fix unbounded recursion in post discovery ()
fetch_resource_service.rb Align argument type to keyword argument for private process method in FetchResourceService ()
follow_migration_service.rb Fix various edge cases with local moves ()
follow_service.rb Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases ()
import_service.rb Fix “Scoped order is ignored, it's forced to be batch order.” warnings ()
move_service.rb
mute_service.rb
notify_service.rb Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases ()
post_status_service.rb Autofix Rubocop remaining Layout rules ()
precompute_feed_service.rb
process_hashtags_service.rb Fix `Rails/FindEach` cop ()
process_mentions_service.rb Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases ()
purge_domain_service.rb
reblog_service.rb Autofix Rubocop Style/RedundantBegin ()
reject_follow_service.rb
remove_domains_from_followers_service.rb Fix “Remove all followers from the selected domains” being more destructive than it claims ()
remove_featured_tag_service.rb Change featured tag updates to add/remove activity ()
remove_from_followers_service.rb Autofix Rubocop Style/IfUnlessModifier ()
remove_status_service.rb Fix `Rails/FindEach` cop ()
report_service.rb Add `Account#unavailable?` and `Account#permanently_unavailable?` aliases ()
resolve_account_service.rb Handle scenario when webfinger response `subject` is missing host value ()
resolve_url_service.rb Fix `Naming/MemoizedInstanceVariableName` cop ()
search_service.rb Fix not being able to invoke phrase search using unicode quotation marks ()
software_update_check_service.rb Fix incorrectly keeping outdated update notices absent from the API endpoint ()
statuses_search_service.rb Fix processing of `min_id` and `max_id` parameters in `/api/v2/search` ()
suspend_account_service.rb Remove `default_scope` from `MediaAttachment` class ()
tag_search_service.rb Fix Performance/DeletePrefix cop ()
translate_status_service.rb Merge pull request from GHSA-2693-xr3m-jhqr
unallow_domain_service.rb Refactor: replace whitelist_mode mentions with limited_federation_mode ()
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method ()
unmute_service.rb
unsuspend_account_service.rb Remove `default_scope` from `MediaAttachment` class ()
update_account_service.rb Add variable delay before link verification of remote account links ()
update_status_service.rb Change link previews to keep original URL from the status ()
verify_link_service.rb Apply Rubocop Style/NegatedIfElseCondition ()
vote_service.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method ()
webhook_service.rb