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/lib
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
..
activitypub Fixes featured hashtag setting page erroring out instead of rejecting invalid tags (#12436) 5 years ago
connection_pool Add request pool to improve delivery performance (#10353) 6 years ago
ostatus Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
proof_provider/keybase Fix Keybase verification using wrong domain for remote accounts (#10547) 6 years ago
settings
delivery_failure_tracker_spec.rb
extractor_spec.rb
feed_manager_spec.rb Fix boosting & unboosting preventing a boost from appearing in the TL (#11405) 6 years ago
formatter_spec.rb Add support for linking XMPP URIs in toots (#12709) 5 years ago
hash_object_spec.rb
language_detector_spec.rb Change language detection to include hashtags as words (#11341) 6 years ago
request_pool_spec.rb Add request pool to improve delivery performance (#10353) 6 years ago
request_spec.rb Fix connect timeout not being enforced (#9329) 6 years ago
sanitize_config_spec.rb Add noopener and/or noreferrer (#12202) 5 years ago
spam_check_spec.rb Remove auto-silence behaviour from spam check (#12117) 6 years ago
status_filter_spec.rb Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
status_finder_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
tag_manager_spec.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
user_settings_decorator_spec.rb
webfinger_resource_spec.rb