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-14 15:24:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
lib
/
validators
History
Sam
0742f340f9
FEATURE: allow for a localized error when a regex fails in site settings
...
FEATURE: apply string validation to list site settings (so we get regex)
2015-02-27 11:45:56 +11:00
..
allowed_ip_address_validator.rb
FEATURE: new 'maximum new user accounts per registration IP' site setting
2014-11-17 12:04:29 +01:00
email_setting_validator.rb
…
email_validator.rb
FIX: allow developer emails to bypass email blacklist/whitelist restriction
2015-01-30 00:10:03 +05:30
integer_setting_validator.rb
…
ip_address_format_validator.rb
…
password_validator.rb
FEATURE: don't allow username and password to be the same
2015-02-25 12:00:13 -05:00
post_validator.rb
Internal renaming of elder,leader,regular,basic to numbers
2014-09-05 15:20:52 +10:00
quality_title_validator.rb
…
reply_by_email_address_validator.rb
FEATURE: 'reply by email address' validator
2015-02-06 12:08:37 +01:00
string_setting_validator.rb
FEATURE: allow for a localized error when a regex fails in site settings
2015-02-27 11:45:56 +11:00
stripped_length_validator.rb
…
topic_title_length_validator.rb
…
unique_among_validator.rb
…
upload_validator.rb
…
username_setting_validator.rb
…