This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-06-05 22:24:47 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
c1008f43592912b309e7e6d2d5685d4e7d226223
discourse
/
lib
/
validators
History
Neil Lalonde
c1008f4359
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
..
allowed_ip_address_validator.rb
Add screening by IP address. When deleting a user as a spammer, block all signups from the same IP address.
2013-10-21 14:50:18 -04:00
email_validator.rb
Add ScreenedUrl. Rename BlockedEmail to ScreenedEmail.
2013-08-14 16:08:23 -04:00
ip_address_format_validator.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
post_validator.rb
Move the unique post key storage code into the Post model
2013-09-09 16:17:31 -04: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