journalduhacker/app/views
joshua stein 9535b05490 remove story downvoting, add story hiding
stories should either be reported for spam (coming later), upvoted,
or left alone rather than being downvoted for being uninteresting.
since users don't like leaving uninteresting things alone, they can
now hide stories from their view without affecting the story's
score.

hiding is implemented as a Vote with its vote set to 0 and the
reason set to "H"

add a /hidden url which shows all of a user's hidden stories

while i'm here, simplify Vote guts and add some tests to make sure
all the flip-flopping stuff works right
2014-03-03 17:20:21 -06:00
..
ban_notification add stuff to deal with banning users 2014-01-12 15:09:32 -06:00
comments set maximum time during which comments and stories can be downvoted 2014-02-17 12:08:01 -06:00
email_message fix busted PM e-mail notifications 2014-01-08 20:42:24 -06:00
email_reply Added mentions in comments using @username convention. @username is linked to user profile in comment text, and notifications are available via email and pushover (with notification preferences) when a user is mention. 2012-09-10 13:40:33 -04:00
filters show how many stories have been tagged with each on filters page 2014-01-24 13:53:10 -06:00
global Fix markdown formatting help 2013-08-07 22:15:27 +04:00
home remove story downvoting, add story hiding 2014-03-03 17:20:21 -06:00
invitation_mailer tweak invitation e-mail subject and text 2013-08-05 01:03:50 -05:00
invitation_request_mailer typo in invitation_request_mailer 2013-11-19 20:22:58 -08:00
invitations invitation requests: <em> emails 2014-02-21 10:57:30 -06:00
layouts spacing nit 2014-02-17 10:09:33 -06:00
login fixed mixed indent style (should be 2 soft spaces as per project guidelines) 2013-12-23 18:19:47 -05:00
messages message view: show admin/moderator status of sender 2014-02-21 11:20:35 -06:00
moderations fixed mixed indent style (should be 2 soft spaces as per project guidelines) 2013-12-23 18:19:47 -05:00
password_reset don't hardcode "Lobsters" and "lobste.rs" everywhere, use Rails.application.{name,domain} 2013-06-30 01:50:23 -05:00
search rebuilt comment tree DOM structure as valid HTML 2014-01-20 16:52:19 -05:00
settings add a story-only mailing list mode 2014-02-19 12:49:12 -06:00
signup Fix issue #96. Direct users back to root URL via get instead of post 2014-01-10 23:52:40 +00:00
stories remove story downvoting, add story hiding 2014-03-03 17:20:21 -06:00
users don't interact with inactive users 2014-01-14 11:39:56 -06:00