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-06 11:28:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
spec
/
components
/
validators
History
Neil Lalonde
854d9c8fc6
Minimum password length is configurable with the min_password_length site setting. FIX: reset password needs to validate password length.
2013-12-19 16:15:47 -05:00
..
allowed_ip_address_validator_spec.rb
Screened ip address can be edited, deleted, and changed to allow or block.
2013-10-22 16:30:46 -04:00
email_validator_spec.rb
Add ScreenedUrl. Rename BlockedEmail to ScreenedEmail.
2013-08-14 16:08:23 -04:00
ip_address_format_validator_spec.rb
Fixes for postgresql inet columns in Rails 4. They're backed by an IPAddr class now, which breaks sql parameter marker support, and automatically sets the attribute to nil when trying to assign an invalid ip address.
2013-10-22 19:19:32 -04:00
password_validator_spec.rb
Minimum password length is configurable with the min_password_length site setting. FIX: reset password needs to validate password length.
2013-12-19 16:15:47 -05:00
post_validator_spec.rb
New users can only post
newuser_max_replies_per_topic
times per topic.
2013-12-19 13:45:55 -05:00
quality_title_validator_spec.rb
Allow Chinese characters in Topic titles
2013-05-26 13:56:42 -07:00
topic_title_length_validator_spec.rb
FIX: updating needs a restart
2013-06-29 03:49:54 +02:00