about summary refs log tree commit diff
path: root/app/validators
AgeCommit message (Expand)Author
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
2019-03-06Fix poll validation issues (#10186)Eugen Rochko
2019-03-04Widen allowed time windows for polls (#10162)ThibG
2019-03-03Fix vote validation for polls with multiple choices (#10138)Eugen Rochko
2019-03-03Add polls (#10111)Eugen Rochko
2019-02-12Add support for IPv6 only MXes in Email validation (#10009)Franck Zoccolo
2019-01-05Change note length validation to ignore mention domains and URLs (#9717)Eugen Rochko
2019-01-03Add specs for UnreservedUsernameValidator (#9698)ysksn
2018-12-29Add specs for BlackListedEmailValidator (#9651)ysksn
2018-12-29Add specs for DisallowedHashtagsValidator (#9653)ysksn
2018-12-28Add pending specs for StatusLengthValidator (#9647)ysksn
2018-12-10Improve e-mail MX validator and add tests (#9489)Eugen Rochko
2018-11-08Fix follow limit validator reporting lower number past threshold (#9230)Eugen Rochko
2018-10-04Limit the number of people that can be followed from one account (#8807)Eugen Rochko
2018-07-26Call address instead of exchange (#8076)abcang
2018-07-05In e-mail validator, fallback from MX to A record (#7955)Eugen Rochko
2018-05-28fix: Don't validate MX record in development (#7654)takayamaki
2018-05-27Validate that e-mail resolves with MX and it's not blacklisted (#7631)Eugen Rochko
2018-04-23Implement the ability for instances to define a list of disallowed hashtags (...Emelia Smith
2018-04-12Allow more than the max pins if account is not local (#7105)Renato "Lond" Cerqueira
2018-03-27Fix UniqueUsernameValidator comparison (#6926)Eugen Rochko
2018-03-21Permit dots in usernames with conditions (#6844)Eugen Rochko
2018-02-04Validation of count works even when text of status is nil (#6429)abcang
2018-02-02pam authentication (#5303)Alexander
2017-12-09Limit users to 50 lists, remove pagination from lists API (#5933)Eugen Rochko
2017-10-04Implement EmailBlackList (#5109)utam0k
2017-09-13Fix #4918 - Limit pinned toots to 5 (#4923)Eugen Rochko
2017-08-25Pinned statuses (#4675)Eugen Rochko
2017-07-31Fix length validator counting things that look like URIs like URLs (#4462)Eugen Rochko
2017-07-29Count all URLs in text as 23 characters flat, do not count domain part of use...Eugen Rochko
2017-06-19Fix character/grapheme count stuff (#3839)Gô Shoemake