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/validators
Eugen Rochko b6d7726ecb
Remove language detection through cld3 (#17478)
* Remove language detection through cld3

* Update app/helpers/languages_helper.rb

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
3 years ago
..
blacklisted_email_validator.rb
disallowed_hashtags_validator.rb
domain_validator.rb
ed25519_key_validator.rb
ed25519_signature_validator.rb
email_mx_validator.rb
existing_username_validator.rb Fix existing username validator not allowing multiple accounts (#16153) 4 years ago
follow_limit_validator.rb
html_validator.rb
import_validator.rb Remove language detection through cld3 (#17478) 3 years ago
note_length_validator.rb
poll_validator.rb
reaction_validator.rb Minor memory optimizations (#16507) 3 years ago
registration_form_time_validator.rb
status_length_validator.rb Add `configuration` attribute to `GET /api/v1/instance` (#16485) 4 years ago
status_pin_validator.rb Add support for private pinned posts (#16954) 3 years ago
unique_username_validator.rb
unreserved_username_validator.rb
url_validator.rb
vote_validator.rb