mastodon/app/validators
Claire 7452a95998 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Upstream made changes while we have dropped this file.
  Keep the file deleted.
- `.prettierignore`:
  Upstream made changes at the end of the file, where we
  had our extra lines.
  Just moved our extra lines back at the end.
- `app/serializers/initial_state_serializer.rb`:
  Upstream code style changes.
  Applied them.
- `app/services/backup_service.rb`:
  Upstream code style changes.
  Applied them.
2023-02-19 10:42:55 +01:00
..
blacklisted_email_validator.rb
disallowed_hashtags_validator.rb
domain_validator.rb Autofix Rubocop Style/RedundantBegin (#23703) 2023-02-19 07:09:40 +09:00
ed25519_key_validator.rb
ed25519_signature_validator.rb
email_mx_validator.rb Fix email with empty domain name labels passing validation (#23246) 2023-01-24 20:18:41 +01:00
existing_username_validator.rb Autofix Rubocop Style/RedundantBegin (#23703) 2023-02-19 07:09:40 +09:00
follow_limit_validator.rb
html_validator.rb
import_validator.rb Autofix Rubocop Style/RedundantBegin (#23703) 2023-02-19 07:09:40 +09:00
language_validator.rb Add ability to filter followed accounts' posts by language (#19095) 2022-09-20 23:51:21 +02:00
note_length_validator.rb
poll_validator.rb
reaction_validator.rb
registration_form_time_validator.rb
status_length_validator.rb
status_pin_validator.rb Various code cleanup (#1782) 2022-05-25 12:27:11 +02:00
unique_username_validator.rb
unreserved_username_validator.rb
url_validator.rb Strip spaces around URL when adding a relay (#22655) 2023-01-05 13:33:33 +01:00
vote_validator.rb