This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
mirror of
https://github.com/discourse/discourse.git
synced
2026-07-30 16:18:16 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
faeb4a9ebdf3af28edbc03b5320e82ab8a9d9158
discourse
/
lib
/
validators
T
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