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/app
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
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Fix user email address being banned on self-deletion (#16503) 4 years ago
helpers Change number_to_human calls to always use 3-digits precision (#16469) 4 years ago
javascript Fix minor code quality issues (#16502) 4 years ago
lib Fix inefficiencies in auto-linking code (#16506) 4 years ago
mailers Prepare Mastodon for Rails 6 (#15911) 4 years ago
models Fix user email address being banned on self-deletion (#16503) 4 years ago
policies Add ability to skip sign-in token authentication for specific users (#16427) 4 years ago
presenters Add server rules (#15769) 4 years ago
serializers Add `configuration` attribute to `GET /api/v1/instance` (#16485) 4 years ago
services Fix some RedisLocks auto-releasing too fast (#16276) 4 years ago
validators Add `configuration` attribute to `GET /api/v1/instance` (#16485) 4 years ago
views Add ability to filter reports by origin of target account (#16487) 4 years ago
workers Fix newlines in accout notes added by the Move handler (#16415) 4 years ago