mastodon/app/lib
ThibG 581a5c9d29 Fixes/do not override timestamps ()
* Do not override timestamps for incoming toots

* Remove every reference to override_timestamps

Statuses are now created with the announced publishing date
and are only pushed to timelines if that date is at most
6 hours earlier than the time at which it is processed.
..
activitypub Fixes/do not override timestamps ()
ostatus Fixes/do not override timestamps ()
settings Refactor Setting ()
activity_tracker.rb Fix stats expiring too quickly because of variable mistake ()
application_extension.rb Conditional validations no longer accept strings for if/unless ()
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 Remove most behaviour disparities between blocks and mutes ()
formatter.rb Add entity cache ()
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
language_detector.rb Improve language filter ()
request.rb Guard against nil URLs in Request class ()
rss_builder.rb Add RSS feeds for end-users ()
sanitize_config.rb [!] Sanitize incoming classlist properly ()
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 Enable updating additional account information from user preferences via rest api ()
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN ()