1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/lib
Claire 211d5c3c30
Fix inefficiencies in auto-linking code ()
The auto-linking code basically rewrote the whole string escaping non-ascii
characters in an inefficient way, and building a full character offset map
between the unescaped and escaped texts before sending the contents to
TwitterText's extractor.

Instead of doing that, this commit changes the TwitterText regexps to include
valid IRI characters in addition to valid URI characters.
2021-07-15 15:56:58 +02:00
..
activitypub Fix some RedisLocks auto-releasing too fast () 2021-05-19 23:52:08 +02:00
admin
connection_pool
nodeinfo
ostatus
proof_provider
rss
settings
access_token_extension.rb
account_reach_finder.rb Fix remote reporters not receiving suspend/unsuspend activities () 2021-04-17 14:55:46 +02:00
activity_tracker.rb
application_extension.rb Fix app name, website and redirect URIs not having a maximum length () 2021-04-15 16:28:43 +02:00
cache_buster.rb
delivery_failure_tracker.rb Add management of delivery availability in Federation settings () 2021-05-05 23:39:02 +02:00
entity_cache.rb
extractor.rb
fast_geometry_parser.rb
fast_ip_map.rb
feed_manager.rb Fix blocking someone not clearing up list feeds () 2021-05-10 17:31:55 +02:00
formatter.rb Fix inefficiencies in auto-linking code () 2021-07-15 15:56:58 +02:00
hash_object.rb
inline_renderer.rb
language_detector.rb Fix URL scanning in note length validator and preview card fetching () 2021-03-04 00:12:26 +01:00
potential_friendship_tracker.rb Change auto-following admin-selected accounts, show in recommendations () 2021-04-24 17:01:43 +02:00
proof_provider.rb
rate_limiter.rb
request.rb
request_pool.rb
response_with_limit.rb
rss_builder.rb
search_query_parser.rb
search_query_transformer.rb
sidekiq_error_handler.rb
status_filter.rb
status_finder.rb
status_reach_finder.rb Fix nil error when removing status caused by race condition () 2021-04-24 13:35:39 +02:00
tag_manager.rb Change multiple mentions with same username to render with domain () 2021-04-10 11:51:02 +02:00
themes.rb
toc_generator.rb
user_settings_decorator.rb
validation_error_formatter.rb
video_metadata_extractor.rb Fix media processing getting stuck on too much stdin/stderr () 2021-05-05 19:44:01 +02:00
webfinger.rb
webfinger_resource.rb