mastodon/app
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
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Fix followers synchronization mechanism not working when URI has empty path (#16744) 2021-11-05 23:46:23 +01:00
helpers New Crowdin updates (#16269) 2021-05-20 00:19:52 +02:00
javascript Fix crashes with Microsoft Translate on Microsoft Edge (#16525) 2021-11-05 23:46:24 +01:00
lib Fix inefficiencies in auto-linking code (#16506) 2021-11-05 23:46:24 +01:00
mailers Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
models Fix not being able to suspend accounts that already have a canonical e-mail block (#16455) 2021-11-05 20:34:12 +01:00
policies Add management of delivery availability in Federation settings (#15771) 2021-05-05 23:39:02 +02:00
presenters Add server rules (#15769) 2021-02-21 19:50:12 +01:00
serializers Add `configuration` attribute to `GET /api/v1/instance` (#16485) 2021-11-05 20:30:02 +01:00
services Fix some link previews being incorrectly generated from other prior links (#16885) 2021-11-05 20:28:59 +01:00
validators Add `configuration` attribute to `GET /api/v1/instance` (#16485) 2021-11-05 20:30:02 +01:00
views Change trending hashtags to be affected be reblogs (#16164) 2021-05-07 14:33:43 +02:00
workers Fix when MoveWorker cannot get locale from remote account (#16576) 2021-11-05 20:26:36 +01:00