mastodon/app/validators
Eugen Rochko 317ec06dc7
Fix error when uploading malformed CSV import ()
..
blacklisted_email_validator.rb Change e-mail domain blocks to block IPs dynamically ()
disallowed_hashtags_validator.rb Change admin UI for hashtags and add back whitelisted trends ()
domain_validator.rb Fix uncaught domain normalization error in remote follow ()
ed25519_key_validator.rb Add E2EE API ()
ed25519_signature_validator.rb Add E2EE API ()
email_mx_validator.rb Remove IP matching from e-mail domain blocks ()
existing_username_validator.rb Fix remote account in contact account setting not being used ()
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold ()
html_validator.rb Optimize some regex matching ()
import_validator.rb Fix error when uploading malformed CSV import ()
language_validator.rb Add ability to filter followed accounts' posts by language ()
note_length_validator.rb Fix URL scanning in note length validator and preview card fetching ()
poll_validator.rb Improve polls: option lengths & redesign ()
reaction_validator.rb Minor memory optimizations ()
registration_form_time_validator.rb Add honeypot fields and minimum fill-out time for sign-up form ()
status_length_validator.rb Fix being able to post URLs longer than 4096 characters ()
status_pin_validator.rb Add support for private pinned posts ()
unique_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API ()
unreserved_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API ()
url_validator.rb Add administrative webhooks ()
vote_validator.rb Fix invalid votes from the API being accepted ()