You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/lib
ThibG 9edab46368 Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#10125)
`::FetchRemoteAccountService` is not `ActivityPub::FetchRemoteAccountService`,
its second argument is the pre-fetched body. Passing `id: false` actually passed
a `Hash` as the prefetched body, instead of properly resolving unknown remote
accounts.
7 years ago
..
activitypub Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#10125) 7 years ago
ostatus Create Redisable#redis (#9633) 7 years ago
settings Remove intermediary arrays when creating hash maps from results (#9291) 7 years ago
activity_tracker.rb Create Redisable#redis (#9633) 7 years ago
application_extension.rb
delivery_failure_tracker.rb
entity_cache.rb Remove intermediary arrays when creating hash maps from results (#9291) 7 years ago
exceptions.rb
extractor.rb
fast_geometry_parser.rb
feed_manager.rb Create Redisable#redis (#9633) 7 years ago
formatter.rb Fix URL linkifier grabbing full-width spaces and quotations (#9997) 7 years ago
hash_object.rb
inline_renderer.rb Add conversations API (#8832) 7 years ago
language_detector.rb Leave unknown language as nil if account is remote (#8861) 7 years ago
potential_friendship_tracker.rb Create Redisable#redis (#9633) 7 years ago
request.rb Fix ThreadResolveWorker getting queued with invalid URLs (#9628) 7 years ago
rss_builder.rb
sanitize_config.rb
sidekiq_error_handler.rb
status_filter.rb
status_finder.rb
tag_manager.rb
themes.rb
user_settings_decorator.rb Make displaying application used to toot opt-in (#9897) 7 years ago
webfinger_resource.rb