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
Claire 65db262550
Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382)
* Update twitter-text from 1.14 to 3.1.0

* Disable emoji parsing

* Properly depend on twitter-text for url detection

* Fix some URLs being wrongly detected client-side

* Add test for server-side validation of non-autolinkable URLs

* Fix server-side status length counting
4 years ago
..
controllers Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 4 years ago
fabricators Add server rules (#15769) 4 years ago
features Add submit button to the top of preferences pages (#13068) 5 years ago
fixtures Add import/export feature for bookmarks (#14956) 4 years ago
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 4 years ago
lib Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382) 4 years ago
mailers refactor: add email previews for WebAuthn emails (#14658) 5 years ago
models Add server rules (#15769) 4 years ago
policies Add support for reversible suspensions through ActivityPub (#14989) 4 years ago
presenters
requests
routing
serializers/activitypub
services Change ResolveAccountService's handling of skip_webfinger (#15750) 4 years ago
support Fix base64-encoded file uploads not being possible (#12748) 5 years ago
validators Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382) 4 years ago
views
workers Fix being able to import more than allowed number of follows (#15384) 4 years ago
rails_helper.rb Add WebAuthn as an alternative 2FA method (#14466) 5 years ago
spec_helper.rb