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.
nyastodon/app/validators
Eugen Rochko a29a982eaa
Change e-mail domain blocks to block IPs dynamically (#17635)
* Change e-mail domain blocks to block IPs dynamically

* Update app/workers/scheduler/email_domain_block_refresh_scheduler.rb

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>

* Update app/workers/scheduler/email_domain_block_refresh_scheduler.rb

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2 years ago
..
blacklisted_email_validator.rb Change e-mail domain blocks to block IPs dynamically (#17635) 2 years ago
disallowed_hashtags_validator.rb Change admin UI for hashtags and add back whitelisted trends (#11490) 5 years ago
domain_validator.rb Fix uncaught domain normalization error in remote follow (#11703) 5 years ago
ed25519_key_validator.rb Add E2EE API (#13820) 4 years ago
ed25519_signature_validator.rb Add E2EE API (#13820) 4 years ago
email_mx_validator.rb Change e-mail domain blocks to block IPs dynamically (#17635) 2 years ago
existing_username_validator.rb Fix existing username validator not allowing multiple accounts (#16153) 3 years ago
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold (#9230) 6 years ago
html_validator.rb Optimize some regex matching (#15528) 3 years ago
import_validator.rb Remove language detection through cld3 (#17478) 2 years ago
note_length_validator.rb Fix URL scanning in note length validator and preview card fetching (#15827) 3 years ago
poll_validator.rb Improve polls: option lengths & redesign (#13257) 4 years ago
reaction_validator.rb Minor memory optimizations (#16507) 3 years ago
registration_form_time_validator.rb Add honeypot fields and minimum fill-out time for sign-up form (#15276) 3 years ago
status_length_validator.rb Add `configuration` attribute to `GET /api/v1/instance` (#16485) 3 years ago
status_pin_validator.rb Add support for private pinned posts (#16954) 2 years ago
unique_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 3 years ago
unreserved_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803) 3 years ago
url_validator.rb Prepare Mastodon for zeitwerk autoloader (#15917) 3 years ago
vote_validator.rb Fix invalid votes from the API being accepted (#12601) 4 years ago