mastodon/app/validators
2025-03-14 14:07:29 +00:00
..
date_of_birth_validator.rb Add age verification on sign-up () 2025-03-14 14:07:29 +00:00
disallowed_hashtags_validator.rb Change admin UI for hashtags and add back whitelisted trends () 2019-08-05 19:54:29 +02:00
domain_validator.rb API for updating attribution domains () 2025-01-17 08:18:55 +00:00
email_address_validator.rb Improve email address validation () 2024-04-05 07:48:45 +00:00
email_mx_validator.rb Finish email allow/deny list naming migration () 2024-08-13 07:37:32 +00:00
empty_profile_field_names_validator.rb Added validator for extra profile field values with empty name () 2025-01-04 19:42:27 +00:00
existing_username_validator.rb Add coverage for ExistingUsernameValidator () 2023-10-16 15:41:23 +02:00
follow_limit_validator.rb Autofix Rubocop remaining Layout rules () 2023-02-20 06:58:28 +01:00
language_validator.rb Add coverage for LanguageValidator () 2023-07-28 23:12:09 +02:00
note_length_validator.rb Remove deprecated mb_chars method () 2025-03-03 16:50:57 +00:00
poll_expiration_validator.rb Fix PollExpirationValidator redundant check for expires_at presence () 2025-01-29 14:37:59 +00:00
poll_options_validator.rb Remove deprecated mb_chars method () 2025-03-03 16:50:57 +00:00
reaction_validator.rb Fix Rails/WhereExists cop in app/validators () 2024-01-23 09:06:53 +00:00
registration_form_time_validator.rb Add honeypot fields and minimum fill-out time for sign-up form () 2020-12-10 06:27:26 +01:00
status_length_validator.rb Remove deprecated mb_chars method () 2025-03-03 16:50:57 +00:00
status_pin_validator.rb Reduce .times usage in StatusPin and add PIN_LIMIT constant in validator () 2023-11-20 09:07:25 +00:00
unique_username_validator.rb Consolidate account scopes for LOWER (index using) username/domain queries () 2024-05-28 14:11:31 +00:00
unreserved_username_validator.rb Add coverage for UnreservedUsernameValidator () 2023-10-17 13:05:28 +02:00
url_validator.rb Add coverage for URLValidator () 2023-07-28 23:12:25 +02:00
user_email_validator.rb Finish email allow/deny list naming migration () 2024-08-13 07:37:32 +00:00
vote_validator.rb Fix Rails/WhereExists cop in app/validators () 2024-01-23 09:06:53 +00:00
web_push_key_validator.rb Add support for standard webpush () 2025-01-14 09:14:00 +00:00