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/spec
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
..
controllers Fix base64-encoded file uploads not being possible (#12748) 5 years ago
fabricators Add bookmarks (#7107) 5 years ago
features Add feature test that tests behaviour of profile name and bio (#12658) 5 years ago
fixtures Add noopener and/or noreferrer (#12202) 5 years ago
helpers Split AccountsHelper from StatusesHelper (#12078) 5 years ago
lib Add support for linking XMPP URIs in toots (#12709) 5 years ago
mailers Add password challenge to 2FA settings, e-mail notifications (#11878) 5 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 Admission-based registrations mode (#10250) 6 years ago
requests Fix localization test failing due to order of locale definitions (#12393) 5 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
serializers/activitypub Fix account URI in UpdatePollSerializer (#11194) 6 years ago
services Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
support Fix base64-encoded file uploads not being possible (#12748) 5 years ago
validators Change admin UI for hashtags and add back whitelisted trends (#11490) 6 years ago
views Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
workers Fix RefollowWorker not keeping show_reblogs setting (#12707) 5 years ago
rails_helper.rb Fix records not being indexed sometimes (#12024) 5 years ago
spec_helper.rb Move rspec examples to tmp dir (#12539) 5 years ago