This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-07 11:58:27 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
lib
/
validators
History
Neil Lalonde
5f8a130277
Add BlockedEmail, to block signups based on email. Track stats of how many times each email address is blocked, and last time it was blocked. Move email validation out of User model and into EmailValidator. Signup form remembers which email addresses have failed and shows validation error on email field.
2013-07-29 15:29:43 -04:00
..
email_validator.rb
Add BlockedEmail, to block signups based on email. Track stats of how many times each email address is blocked, and last time it was blocked. Move email validation out of User model and into EmailValidator. Signup form remembers which email addresses have failed and shows validation error on email field.
2013-07-29 15:29:43 -04:00
post_validator.rb
add newuser-max-attachments setting
2013-07-22 02:39:17 +02: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