about summary refs log tree commit diff
path: root/spec/validators
AgeCommit message (Expand)Author
2023-03-04Misc coverage improvements for validators (#23928)Matt Jankowski
2023-02-22Enable Rubocop Style/StringConcatenation defaults (#23792)Nick Schonning
2023-02-20Autofix Rubocop RSpec/LeadingSubject (#23670)Nick Schonning
2023-02-20Enable Rubocop RSpec/NotToNot (#23723)Nick Schonning
2023-02-20Autofix Rubocop RSpec/ReturnFromStub (#23724)Nick Schonning
2023-02-19Autofix Rubocop RSpec/EmptyLineAfterFinalLet (#23707)Nick Schonning
2023-02-18Run rubocop formatting except line length (#23632)Nick Schonning
2023-01-24Fix email with empty domain name labels passing validation (#23246)Claire
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-22Fix various typos (#17621)luzpaz
2022-01-17Add support for private pinned posts (#16954)Claire
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
2020-08-12Improve email address validation (#14565)ThibG
2020-02-01Search account domain in lowercase (#13016)abcang
2020-01-25Fix validations of reactions limit (#12955)Eugen Rochko
2019-08-05Change admin UI for hashtags and add back whitelisted trends (#11490)Eugen Rochko
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-09Allow set the voting period to just 5 minutes (#10525)Hinaloe
2019-02-12Add support for IPv6 only MXes in Email validation (#10009)Franck Zoccolo
2019-01-03Add specs for UrlValidator (#9699)ysksn
2019-01-03Add specs for UnreservedUsernameValidator (#9698)ysksn
2018-12-29Add specs for FollowLimitValidator (#9655)ysksn
2018-12-29Add specs for BlackListedEmailValidator (#9651)ysksn
2018-12-29Add specs for DisallowedHashtagsValidator (#9653)ysksn
2018-12-28Add specs for StatusPinValidator (#9648)ysksn
2018-12-28Add pending specs for StatusLengthValidator (#9647)ysksn
2018-12-10Improve e-mail MX validator and add tests (#9489)Eugen Rochko
2018-12-07Remove pending spec (#9454)ysksn
2018-03-27Add a spec for UniqueUsernameValidator (#6927)unarist
2017-07-29Count all URLs in text as 23 characters flat, do not count domain part of use...Eugen Rochko