mastodon/config
Claire 9a468c895b Fix inefficiencies in auto-linking code (#16506)
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-11-05 23:46:24 +01:00
..
environments
initializers Fix inefficiencies in auto-linking code (#16506) 2021-11-05 23:46:24 +01:00
locales Fix suspicious sign-in mail text being out of date (#16690) 2021-11-05 23:46:24 +01:00
webpack
application.rb Fix some Rails frameworks being unnecessarily loaded (#16725) 2021-11-05 23:46:23 +01:00
boot.rb
brakeman.ignore Ignore brakeman false positive warning (#16213) 2021-05-11 14:18:33 +02:00
database.yml
deploy.rb
environment.rb
i18n-tasks.yml
navigation.rb
pghero.yml
puma.rb
routes.rb Change trending hashtags to be affected be reblogs (#16164) 2021-05-07 14:33:43 +02:00
secrets.yml
settings.yml
sidekiq.yml
storage.yml
themes.yml
webpacker.yml