1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/lib
luigi 087ed84367
Optimize map { ... }.compact calls (#15513)
* Optimize map { ... }.compact

using Enumerable#filter_map, supported since Ruby 2.7

* Add poyfill for Enumerable#filter_map
2021-01-10 00:32:01 +01:00
..
activitypub Optimize map { ... }.compact calls (#15513) 2021-01-10 00:32:01 +01:00
connection_pool
nodeinfo
ostatus
proof_provider
rss
settings Removed disabling comments for Style/MethodMissingSuper (#15014) 2020-10-20 09:13:39 +02:00
access_token_extension.rb Fix streaming API allowing connections to persist after access token invalidation (#15111) 2020-11-12 23:05:24 +01:00
activity_tracker.rb
application_extension.rb
cache_buster.rb Add cache buster feature for media files (#15155) 2020-11-19 17:38:06 +01:00
delivery_failure_tracker.rb
entity_cache.rb Optimize map { ... }.compact calls (#15513) 2021-01-10 00:32:01 +01:00
exceptions.rb
extractor.rb
fast_geometry_parser.rb
fast_ip_map.rb
feed_manager.rb Improve account deletion performances further (#15407) 2020-12-22 23:57:46 +01:00
formatter.rb
hash_object.rb
inline_renderer.rb
language_detector.rb
potential_friendship_tracker.rb
proof_provider.rb
rate_limiter.rb
request.rb
request_pool.rb
response_with_limit.rb
rss_builder.rb
sanitize_config.rb Add support for Gemini urls (#15013) 2020-10-19 17:02:13 +02:00
search_query_parser.rb
search_query_transformer.rb
sidekiq_error_handler.rb
spam_check.rb Optimize map { ... }.compact calls (#15513) 2021-01-10 00:32:01 +01:00
status_filter.rb
status_finder.rb
status_reach_finder.rb Fix deletes not reaching every server that interacted with status (#15200) 2020-11-27 15:48:31 +01:00
tag_manager.rb
themes.rb
toc_generator.rb
user_settings_decorator.rb
webfinger.rb Add support for reversible suspensions through ActivityPub (#14989) 2020-11-08 00:28:39 +01:00
webfinger_resource.rb