mastodon/app/validators
Claire eee36267d6 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/javascript/mastodon/locales/ja.json`:
  Upstream change too close to a glitch-soc-specific string.
  The glitch-soc-specific string should not have been in this file, so it
  has been moved to `app/javascript/flavours/glitch/locales/ja.js`.
- `app/javascript/packs/public.js`:
  Upstream refactored a part, that as usual is split and duplicated in various
  pack files. Updated those pack files accordingly.
- `app/views/layouts/application.html.haml`:
  Upstream fixed custom.css path in a different way than we did, went with
  upstream's change.
2022-10-30 18:15:28 +01:00
..
admin_import_validator.rb
blacklisted_email_validator.rb
disallowed_hashtags_validator.rb
domain_validator.rb Fix uncaught domain normalization error in remote follow (#11703) 2019-08-30 02:19:17 +02:00
ed25519_key_validator.rb
ed25519_signature_validator.rb
email_mx_validator.rb
existing_username_validator.rb Fix remote account in contact account setting not being used (#19351) 2022-10-21 14:07:02 +02:00
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold (#9230) 2018-11-08 21:06:01 +01:00
html_validator.rb
import_validator.rb Fix error when uploading malformed CSV import (#19509) 2022-10-28 23:30:44 +02: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 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
status_pin_validator.rb
unique_username_validator.rb
unreserved_username_validator.rb
url_validator.rb
vote_validator.rb