discourse/lib/validators
Neil Lalonde ba65aa3f6c Add a way to validate min and max value of an integer site setting 2014-06-12 18:04:37 -04:00
..
allowed_ip_address_validator.rb Add screening by IP address. When deleting a user as a spammer, block all signups from the same IP address. 2013-10-21 14:50:18 -04:00
email_setting_validator.rb Add a way to validate min and max value of an integer site setting 2014-06-12 18:04:37 -04:00
email_validator.rb FIX: email regexp for older rubies 2014-06-10 10:31:22 -04:00
integer_setting_validator.rb Add a way to validate min and max value of an integer site setting 2014-06-12 18:04:37 -04:00
ip_address_format_validator.rb Drop Rails3 support 2014-02-17 19:42:08 +01:00
password_validator.rb Block passwords that are in the top 5000 most common passwords. Site setting block_common_passwords can disable this feature. 2013-12-27 11:00:21 -05:00
post_validator.rb Give a better error message from the server if you've been replying too much. 2014-01-06 11:10:37 -05:00
quality_title_validator.rb refactor Topic validation 2013-05-22 22:31:52 -07:00
stripped_length_validator.rb refactor validators 2013-06-13 18:18:43 +10:00
topic_title_length_validator.rb FIX: Admins should be able to post short titles. This is especially important for when syndicating 2013-06-29 17:57:10 -04:00
unique_among_validator.rb refactor Topic validation 2013-05-22 22:31:52 -07:00
upload_validator.rb FEATURE: support for enabling all upload file types 2014-04-29 19:12:35 +02:00
username_setting_validator.rb Add a way to validate min and max value of an integer site setting 2014-06-12 18:04:37 -04:00