mastodon/app/validators
Claire 1b6a21e6bc Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/validators/status_length_validator.rb`:
  Conflict due to glitch-soc's configurable maximum toot chars.
  Ported upstream changes.
2021-03-11 16:08:15 +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
ed25519_signature_validator.rb
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 Fix URL scanning in note length validator and preview card fetching (#15827) 2021-03-04 00:12:26 +01:00
poll_validator.rb Support customizing poll option limits 2021-01-26 14:07:31 +01:00
reaction_validator.rb
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 Merge branch 'main' into glitch-soc/merge-upstream 2021-03-11 16:08:15 +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