journalduhacker/app/models
Robert J Samson 5ada55f10d Add a 'private' attribute to tags to allow for admin / mod specific tags
Private tags would allow admins to create tags that only admins could
use, and that regular users could not filter. The best example use case
for this is an 'announements' tag for site announements that all users
should see.
2012-09-19 16:44:57 -04:00
..
.gitkeep initial work on conversion from php tree 2012-06-16 20:15:46 -05:00
comment.rb minor cleanups after last merge 2012-09-16 15:51:25 -05:00
invitation.rb reject email addresses with spaces, catch mailer delivery errors 2012-09-07 09:24:29 -05:00
keystore.rb cleanup 2012-09-04 20:59:51 -05:00
message.rb use a common class for rdiscount options, filter out <h#> tags, add rel=nofollow 2012-08-24 11:41:35 -05:00
moderation.rb whenever a story/comment is moderated, send a message to the user 2012-09-08 18:32:56 -05:00
search.rb catch sphinx errors 2012-09-01 22:56:07 -05:00
story.rb allow embedded images in story text, but still not in comments 2012-09-17 13:24:29 -05:00
tag.rb Add a 'private' attribute to tags to allow for admin / mod specific tags 2012-09-19 16:44:57 -04:00
tag_filter.rb enable activerecord attribute whitelisting just in case 2012-08-24 11:41:36 -05:00
tagging.rb enable activerecord attribute whitelisting just in case 2012-08-24 11:41:36 -05:00
user.rb add private rss feeds for logged-out users by passing a token 2012-09-18 10:43:05 -05:00
vote.rb fix karma adjustment when not upvoting 2012-09-17 19:24:33 -05:00