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-08 12:24:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
lib
/
validators
History
Sam
69ad0358c2
FIX: incorrect logic in email blocker
...
if mail.com was blocked, email.com was automatically blocked
2015-06-15 11:28:50 +10:00
..
allowed_ip_address_validator.rb
Improve IP blocking error message
2015-06-02 07:48:26 +05:30
email_setting_validator.rb
…
email_validator.rb
FIX: incorrect logic in email blocker
2015-06-15 11:28:50 +10:00
integer_setting_validator.rb
…
ip_address_format_validator.rb
…
password_validator.rb
FEATURE: don't allow username and email to be the same
2015-02-27 13:47:43 -05:00
post_validator.rb
PostEnqueuer
object to handle validation of enqueued posts
2015-04-15 14:54:36 -04:00
quality_title_validator.rb
…
reply_by_email_address_validator.rb
…
string_setting_validator.rb
…
stripped_length_validator.rb
…
topic_title_length_validator.rb
…
unique_among_validator.rb
…
upload_validator.rb
FIX: error message used wrong filesize
2015-05-03 19:26:54 +02:00
user_full_name_validator.rb
FEATURE: make full names a required field of user profiles with the full_name_required setting
2015-04-02 17:08:04 -04:00
username_setting_validator.rb
…