Neil Lalonde
|
78c15d5810
|
Move the unique post key storage code into the Post model
|
2013-09-09 16:17:31 -04:00 |
Neil Lalonde
|
eae7e75611
|
FIX: recover post by a non-staff user fails because the post is not unique. Uniqueness check shouldn't happen when recovering a deleted post.
|
2013-09-06 11:50:15 -04:00 |
Neil Lalonde
|
117fc8db58
|
Change the way nuked users' posts are handled. Allow null in the user_id column of posts. Show these posts in the posts stream.
|
2013-09-04 15:42:21 -04:00 |
Régis Hanol
|
2986798ba7
|
add newuser-max-attachments setting
|
2013-07-22 02:39:17 +02:00 |
Sam
|
f7de9f17d5
|
refactor validators
add a new setting for min pm body length
use that setting for flags
scale entropy check down for pms
|
2013-06-13 18:18:43 +10:00 |
Navin
|
3fdba0019b
|
Extract callbacks and validations for Post
Move Post create callbacks to PostCreate
Extract Post validations
Move stripped_length_validator to lib/validators
|
2013-06-09 20:47:04 +02:00 |