mastodon/app/services
Eugen Rochko 70da6d6630
Fix accounts search by full/partial display name and others ()
- Restrict followers counts to local users to minimize local advantage
- Fix emoji shortcodes causing error in search
- Fix search syntax parse errors not being caught
..
activitypub Refactor fetching of remote resources ()
concerns Add whitelist mode ()
account_search_service.rb Fix accounts search by full/partial display name and others ()
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 Admission-based registrations mode ()
authorize_follow_service.rb Remove Salmon and PubSubHubbub ()
backup_service.rb Fix BackupService crashing when an attachment is missing ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb Fix non-lowercase hashtags not being picked up by the streaming API ()
block_domain_service.rb Add domain block notes ()
block_service.rb Fix BlockService trying to reject incorrect follow request ()
bootstrap_timeline_service.rb Add autofollow option to invites ()
fan_out_on_write_service.rb Fix non-lowercase hashtags not being picked up by the streaming API ()
favourite_service.rb Remove Salmon and PubSubHubbub ()
fetch_link_card_service.rb Refactor fetching of remote resources ()
fetch_oembed_service.rb Fix undefined method error in sidekiq ()
fetch_remote_account_service.rb Refactor fetching of remote resources ()
fetch_remote_status_service.rb Refactor fetching of remote resources ()
fetch_resource_service.rb Add HTTP signatures to all outgoing ActivityPub GET requests ()
follow_service.rb Change account domain block to clear out notifications and follows ()
hashtag_query_service.rb Change hashtags to preserve first-used casing ()
import_service.rb Export and import show_reblogs together with following list ()
mute_service.rb Add conversations API ()
notify_service.rb Fix poll update handler calling method was that was not available ()
post_status_service.rb Remove Salmon and PubSubHubbub ()
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 Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` ()
reblog_service.rb Remove Salmon and PubSubHubbub ()
reject_follow_service.rb Remove Salmon and PubSubHubbub ()
remove_status_service.rb Fix non-lowercase hashtags not being picked up by the streaming API ()
report_service.rb Refactor all ActivityPub deliveries to be serialized and signed through one concern ()
resolve_account_service.rb Fix acct URIs with IDN domains not being resolved ()
resolve_url_service.rb Fix leaking private statuses the admin account follows ()
search_service.rb Fix accounts search by full/partial display name and others ()
suspend_account_service.rb Fix invites not being disabled upon account suspension ()
unallow_domain_service.rb Add whitelist mode ()
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 Remove Salmon and PubSubHubbub ()
unmute_service.rb Fix - Muting
update_account_service.rb Error message for avatar image that's too large. ()
verify_link_service.rb Rescue SSL error in verify link service ()
vote_service.rb Refactor all ActivityPub deliveries to be serialized and signed through one concern ()