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
Claire d8fdbb054e Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/validators/status_length_validator.rb`:
  Upstream changes too close to glitch-soc MAX_CHARS changes, but not a real
  conflict.
  Applied upstream changes.
- `package.json`:
  glitch-soc-only dependency textually too close to a dependency updated
  upstream, not a real conflict.
  Applied upstream changes.
5 years ago
..
blacklisted_email_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 5 years ago
disallowed_hashtags_validator.rb
domain_validator.rb
ed25519_key_validator.rb
ed25519_signature_validator.rb
email_mx_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 5 years ago
existing_username_validator.rb
follow_limit_validator.rb
html_validator.rb
import_validator.rb
note_length_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 5 years ago
poll_validator.rb Support customizing poll option limits 5 years ago
reaction_validator.rb
registration_form_time_validator.rb
status_length_validator.rb Merge branch 'main' into glitch-soc/merge-upstream 5 years ago
status_pin_validator.rb
unique_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 5 years ago
unreserved_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 5 years ago
url_validator.rb
vote_validator.rb