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.
nyastodon/app/validators
Jeremy Kescher b221a857f7
Merge remote-tracking branch 'upstream/main' into develop
# Conflicts:
#	.github/workflows/build-image.yml
2 years ago
..
blacklisted_email_validator.rb Change e-mail domain blocks to block IPs dynamically (#17635) 2 years ago
disallowed_hashtags_validator.rb
domain_validator.rb
ed25519_key_validator.rb
ed25519_signature_validator.rb
email_mx_validator.rb Remove IP matching from e-mail domain blocks (#18190) 2 years ago
existing_username_validator.rb Fix remote account in contact account setting not being used (#19351) 2 years ago
follow_limit_validator.rb
html_validator.rb
import_validator.rb Fix error when uploading malformed CSV import (#19509) 2 years ago
language_validator.rb Add ability to filter followed accounts' posts by language (#19095) 2 years ago
note_length_validator.rb Fix URL scanning in note length validator and preview card fetching (#15827) 3 years ago
poll_validator.rb Update poll validation to allow one-option polls if configured 2 years ago
reaction_validator.rb Minor memory optimizations (#16507) 3 years ago
registration_form_time_validator.rb
status_length_validator.rb Merge branch 'main' into glitch-soc/merge-upstream 2 years ago
status_pin_validator.rb Various code cleanup (#1782) 2 years ago
unique_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 3 years ago
unreserved_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 3 years ago
url_validator.rb Add administrative webhooks (#18510) 2 years ago
vote_validator.rb