mastodon/app/lib
ThibG 7f5b570688 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.
2019-03-05 18:03:17 +01:00
..
activitypub Fix mention processing for unknwon accounts on incoming ActivityPub Notes (#10125) 2019-03-05 18:03:17 +01:00
ostatus Create Redisable#redis (#9633) 2019-02-17 19:42:14 +01:00
settings Remove intermediary arrays when creating hash maps from results (#9291) 2018-11-16 15:02:18 +01:00
activity_tracker.rb Create Redisable#redis (#9633) 2019-02-17 19:42:14 +01:00
application_extension.rb
delivery_failure_tracker.rb
entity_cache.rb Remove intermediary arrays when creating hash maps from results (#9291) 2018-11-16 15:02:18 +01:00
exceptions.rb
extractor.rb
fast_geometry_parser.rb
feed_manager.rb Create Redisable#redis (#9633) 2019-02-17 19:42:14 +01:00
formatter.rb Fix URL linkifier grabbing full-width spaces and quotations (#9997) 2019-02-17 19:29:40 +01:00
hash_object.rb
inline_renderer.rb Add conversations API (#8832) 2018-10-07 23:44:58 +02:00
language_detector.rb Leave unknown language as nil if account is remote (#8861) 2018-10-05 19:17:46 +02:00
potential_friendship_tracker.rb Create Redisable#redis (#9633) 2019-02-17 19:42:14 +01:00
request.rb Fix ThreadResolveWorker getting queued with invalid URLs (#9628) 2018-12-26 19:15:53 +01:00
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 Add setting to not aggregate reblogs (#9248) 2018-12-09 13:03:01 +01:00
webfinger_resource.rb