1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/validators
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
2021-03-02 12:02:56 +01:00
..
blacklisted_email_validator.rb Add details to error response for POST /api/v1/accounts in REST API (#15803) 2021-03-01 04:59:13 +01:00
disallowed_hashtags_validator.rb
domain_validator.rb
ed25519_key_validator.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
ed25519_signature_validator.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
email_mx_validator.rb Add details to error response for POST /api/v1/accounts in REST API (#15803) 2021-03-01 04:59:13 +01:00
existing_username_validator.rb Optimize map { ... }.compact calls (#15513) 2021-01-10 00:32:01 +01:00
follow_limit_validator.rb
html_validator.rb Optimize some regex matching (#15528) 2021-01-22 10:09:08 +01:00
import_validator.rb Fix follow limit preventing re-following of a moved account (#14207) 2020-12-18 09:18:31 +01:00
note_length_validator.rb Add details to error response for POST /api/v1/accounts in REST API (#15803) 2021-03-01 04:59:13 +01:00
poll_validator.rb Improve polls: option lengths & redesign (#13257) 2020-04-02 17:10:55 +02:00
reaction_validator.rb Fix validations of reactions limit (#12955) 2020-01-25 16:00:29 +01:00
registration_form_time_validator.rb Add honeypot fields and minimum fill-out time for sign-up form (#15276) 2020-12-10 06:27:26 +01:00
status_length_validator.rb Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382) 2021-03-02 12:02:56 +01:00
status_pin_validator.rb
unique_username_validator.rb Add details to error response for POST /api/v1/accounts in REST API (#15803) 2021-03-01 04:59:13 +01:00
unreserved_username_validator.rb Add details to error response for POST /api/v1/accounts in REST API (#15803) 2021-03-01 04:59:13 +01:00
url_validator.rb
vote_validator.rb