mastodon/app/validators
Claire d5c9feb7b7
Add support for private pinned posts ()
* Add support for private pinned toots

* Allow local user to pin private toots

* Change wording to avoid "direct message"
..
blacklisted_email_validator.rb Add canonical e-mail blocks for suspended accounts ()
disallowed_hashtags_validator.rb Change admin UI for hashtags and add back whitelisted trends ()
domain_validator.rb Fix uncaught domain normalization error in remote follow ()
ed25519_key_validator.rb Add E2EE API ()
ed25519_signature_validator.rb Add E2EE API ()
email_mx_validator.rb Bypass MX validation for explicitly allowed domains ()
existing_username_validator.rb Fix existing username validator not allowing multiple accounts ()
follow_limit_validator.rb Fix follow limit validator reporting lower number past threshold ()
html_validator.rb Optimize some regex matching ()
import_validator.rb Fix follow limit preventing re-following of a moved account ()
note_length_validator.rb Fix URL scanning in note length validator and preview card fetching ()
poll_validator.rb Improve polls: option lengths & redesign ()
reaction_validator.rb Minor memory optimizations ()
registration_form_time_validator.rb Add honeypot fields and minimum fill-out time for sign-up form ()
status_length_validator.rb Add `configuration` attribute to `GET /api/v1/instance` ()
status_pin_validator.rb Add support for private pinned posts ()
unique_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API ()
unreserved_username_validator.rb Add `details` to error response for `POST /api/v1/accounts` in REST API ()
url_validator.rb Prepare Mastodon for zeitwerk autoloader ()
vote_validator.rb Fix invalid votes from the API being accepted ()