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
ThibG ea436b355b Add support for linking XMPP URIs in toots (#12709)
* Fix wrong grouping in Twitter valid_url regex

* Add support for xmpp URIs

Fixes #9776

The difficult part is autolinking, because Twitter-text's extractor does
some pretty ad-hoc stuff to find things that “look like” URLs, and XMPP
URIs do not really match the assumptions of that lib, so it doesn't sound
wise to try to shoehorn it into the existing regex.

This is why I used a specific regex (very close, although slightly more
permissive than the RFC), and a specific scan function (a simplified version
of the generalized one from Twitter).

* Remove leading “xmpp:” from auto-linked text
5 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Fix base64-encoded file uploads not being possible (#12748) 5 years ago
helpers Clarify keyword arguments with ** (#12769) 5 years ago
javascript Use heading actions and placeholders in settings (#12801) 5 years ago
lib Add support for linking XMPP URIs in toots (#12709) 5 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 6 years ago
middleware Fix uncaught query param encoding errors (#12741) 5 years ago
models improve status title (#8596) 5 years ago
policies Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
presenters Fix n+1 query for bookmarks on statuses (#12494) 5 years ago
serializers Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
services Clarify keyword arguments with ** (#12769) 5 years ago
validators Fix uncaught domain normalization error in remote follow (#11703) 6 years ago
views Use heading actions and placeholders in settings (#12801) 5 years ago
workers Suppress backtrace when delivering toots (#12798) 5 years ago