journalduhacker/app/controllers
joshua stein 67fc2cc75c set maximum time during which comments and stories can be downvoted
always allow a user to "unvote" if they're previously downvoted, but
after a certain number of days, don't accept new downvotes

there isn't really any benefit in downvoting old stuff that is
already off the front pages or on a dead comment thread, other than
to maliciously strip karma for particular users
2014-02-17 12:08:01 -06:00
..
application_controller.rb optimize traffic counter queries 2014-01-14 21:42:27 -05:00
comments_controller.rb set maximum time during which comments and stories can be downvoted 2014-02-17 12:08:01 -06:00
filters_controller.rb fix improper usage of strong parameters in FiltersController 2014-02-05 17:02:12 -05:00
home_controller.rb fix story pagination and caching for logged-out users 2014-02-16 09:57:05 -06:00
invitations_controller.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
login_controller.rb allow users to delete their own accounts 2014-01-13 10:12:17 -06:00
messages_controller.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
moderations_controller.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
search_controller.rb sprinkle some to_s paranoia on params where it matters 2013-02-08 10:39:51 -06:00
settings_controller.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
signup_controller.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
stories_controller.rb set maximum time during which comments and stories can be downvoted 2014-02-17 12:08:01 -06:00
users_controller.rb name /u/:username route 2014-01-12 14:22:47 -06:00