You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
Claire 211d5c3c30
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.
4 years ago
..
environments Add Message-ID header to outgoing emails (#16076) 4 years ago
initializers Fix inefficiencies in auto-linking code (#16506) 4 years ago
locales Add ability to filter reports by origin of target account (#16487) 4 years ago
webpack Fix compression-webpack-plugin configuration (#16356) 4 years ago
application.rb New Crowdin updates (#16269) 4 years ago
boot.rb
brakeman.ignore Ignore brakeman false positive warning (#16213) 4 years ago
database.yml
deploy.rb Change references to tootsuite/mastodon to mastodon/mastodon (#16491) 4 years ago
environment.rb
i18n-tasks.yml
navigation.rb Add authentication history (#16408) 4 years ago
pghero.yml
puma.rb
routes.rb Add ability to skip sign-in token authentication for specific users (#16427) 4 years ago
secrets.yml
settings.yml Change auto-following admin-selected accounts, show in recommendations (#16078) 4 years ago
sidekiq.yml Add cold-start follow recommendations (#15945) 4 years ago
storage.yml Update Mastodon to Rails 6.1 (#15910) 4 years ago
themes.yml
webpacker.yml