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 Add clean error message when RAILS_ENV is unset (#15381) 4 years ago
brakeman.ignore Ignore brakeman false positive warning (#16213) 4 years ago
database.yml config: add DB_SSLMODE for managed/remote PG (#10210) 6 years ago
deploy.rb Change references to tootsuite/mastodon to mastodon/mastodon (#16491) 4 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 8 years ago
i18n-tasks.yml Change move handler to carry blocks over (#14144) 5 years ago
navigation.rb Add authentication history (#16408) 4 years ago
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used (#13595) 5 years ago
puma.rb Add PERSISTENT_TIMEOUT option (#11756) 6 years ago
routes.rb Add ability to skip sign-in token authentication for specific users (#16427) 4 years ago
secrets.yml Upgrade to Rails 5.0.0.1 9 years ago
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 More polished light theme (#7620) 7 years ago
webpacker.yml Bump webpacker from 3.5.5 to 4.0.2 (#10277) 6 years ago