mastodon/app/lib
Jeong Arm 144d73730d Leave unknown language as nil if account is remote ()
* Force use language detector if account is remote

* Set unknown remote toot's language as nil
..
activitypub Fix handling of ActivityPub activities lacking some attributes ()
ostatus Improve federated ID validation ()
settings Add ability to change an instance default theme from the administration panel () ()
activity_tracker.rb Fix stats expiring too quickly because of variable mistake ()
application_extension.rb
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox ()
entity_cache.rb Fix missing updated_at attribute on emoji EntityCache ()
exceptions.rb Detect and prevent image bombs, max. processable dimension 4096^2 ()
extractor.rb Using double splat operator ()
fast_geometry_parser.rb Fix avatar and header issues by using custom geometry detector ()
feed_manager.rb Exclude replies from list timelines ()
formatter.rb Fix autoplay issue with spoiler tag ()
hash_object.rb
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
language_detector.rb Leave unknown language as nil if account is remote ()
potential_friendship_tracker.rb Fix activity:interactions counter to count all interactions ()
request.rb Do not sign useless User-Agent or Accept-Encoding headers ()
rss_builder.rb Add RSS feeds for end-users ()
sanitize_config.rb Whitelist dat/ipfs/gopher links in sanitizer ()
sidekiq_error_handler.rb Raise Mastodon::HostValidationError when host for HTTP request is private ()
status_filter.rb Fix n+1 queries in StatusThreadingConcern ()
status_finder.rb Raise an error for remote url in StatusFinder ()
tag_manager.rb Introduce OStatus::TagManager ()
themes.rb Add support for multiple themes ()
user_settings_decorator.rb Add a new preference to always hide all media ()
webfinger_resource.rb