about summary refs log tree commit diff
path: root/app/validators
AgeCommit message (Expand)Author
2023-03-04Misc coverage improvements for validators (#23928)Matt Jankowski
2023-02-27Fix single-record invalid condition on PollVote (#23810)Matt Jankowski
2023-02-24Remove unused HTML Validator (#23866)Matt Jankowski
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-01-24Fix email with empty domain name labels passing validation (#23246)Claire
2023-01-05Strip spaces around URL when adding a relay (#22655)Claire
2022-10-28Fix error when uploading malformed CSV import (#19509)Eugen Rochko
2022-10-21Fix remote account in contact account setting not being used (#19351)Eugen Rochko
2022-09-20Add ability to filter followed accounts' posts by language (#19095)Eugen Rochko
2022-06-09Add administrative webhooks (#18510)Eugen Rochko
2022-04-29Remove IP matching from e-mail domain blocks (#18190)Eugen Rochko
2022-03-30Fix being able to post URLs longer than 4096 characters (#17908)Eugen Rochko
2022-02-24Change e-mail domain blocks to block IPs dynamically (#17635)Eugen Rochko
2022-02-08Remove language detection through cld3 (#17478)Eugen Rochko
2022-01-17Add support for private pinned posts (#16954)Claire
2021-10-14Minor memory optimizations (#16507)Claire
2021-07-10Add `configuration` attribute to `GET /api/v1/instance` (#16485)Eugen Rochko
2021-05-04Fix existing username validator not allowing multiple accounts (#16153)Eugen Rochko
2021-04-24Change auto-following admin-selected accounts, show in recommendations (#16078)Eugen Rochko
2021-04-17Add canonical e-mail blocks for suspended accounts (#16049)Eugen Rochko
2021-03-19Bypass MX validation for explicitly allowed domains (#15930)Claire
2021-03-19Prepare Mastodon for zeitwerk autoloader (#15917)Claire
2021-03-04Fix URL scanning in note length validator and preview card fetching (#15827)Claire
2021-03-02Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382)Claire
2021-03-01Add `details` to error response for `POST /api/v1/accounts` in REST API (#15803)Eugen Rochko
2021-01-22Optimize some regex matching (#15528)luigi
2021-01-10Optimize map { ... }.compact calls (#15513)luigi
2020-12-18Fix follow limit preventing re-following of a moved account (#14207)Eugen Rochko
2020-12-10Add honeypot fields and minimum fill-out time for sign-up form (#15276)ThibG
2020-08-12Improve email address validation (#14565)ThibG
2020-06-02Add E2EE API (#13820)Eugen Rochko
2020-04-02Improve polls: option lengths & redesign (#13257)Sasha Sorokin
2020-02-01Search account domain in lowercase (#13016)abcang
2020-01-25Fix validations of reactions limit (#12955)Eugen Rochko
2020-01-25Add limit of 8 different reaction types per announcement (#12950)Eugen Rochko
2020-01-23Add announcements (#12662)Eugen Rochko
2020-01-12Fix invalid votes from the API being accepted (#12601)ThibG
2019-08-30Fix uncaught domain normalization error in remote follow (#11703)Eugen Rochko
2019-08-30Fix encoding error when checking e-mail MX records (#11696)Eugen Rochko
2019-08-08Fix crash when saving invalid domain name (#11528)Eugen Rochko
2019-08-05Change admin UI for hashtags and add back whitelisted trends (#11490)Eugen Rochko
2019-07-24 Don't delete periods when validating username uniqueness (#11392) (#11400)Rey Tucker
2019-05-19Fix “invited by” not showing up for invited accounts in admin interface (...ThibG
2019-05-03Change e-mail whitelist/blacklist to not be checked when invited (#10683)Eugen Rochko
2019-04-10Change HTML validator to ignore all errors except unmatched tags (#10534)Eugen Rochko
2019-04-09Allow set the voting period to just 5 minutes (#10525)Hinaloe
2019-04-06Fix admin validation being too strict about usernames (#10449)Eugen Rochko
2019-03-26Fix HTML validation (#10354)ThibG
2019-03-23Add validations to admin settings (#10348)Eugen Rochko