journalduhacker/app/controllers
joshua stein 2d18a3529d check for recently submitted urls before showing the story submission page
this is already done after submitting, which turns it into an
upvote, but now it will catch it when hitting the page from the
bookmarklet so the user doesn't have to fill out tags and stuff
first just to find out it's already submitted.

since this requires no confirmation, don't count it as an upvote
automatically, just redirect to the story page
2013-07-29 15:31:57 -05:00
..
application_controller.rb more to_s paranoia 2013-02-11 21:53:40 -06:00
comments_controller.rb move countinual comment logging to model 2013-06-30 00:54:02 -05:00
filters_controller.rb don't set @heading, there's already a navbar link for filters 2012-09-20 10:56:54 -05:00
home_controller.rb explicitly to_s the tag description before sending to CGI.escape 2013-03-29 16:20:52 -05:00
invitations_controller.rb after a new user signs up, nag them to invite someone 2013-02-22 14:52:22 -06:00
login_controller.rb sprinkle some to_s paranoia on params where it matters 2013-02-08 10:39:51 -06:00
messages_controller.rb so long whitespace 2013-02-13 18:50:51 -06:00
moderations_controller.rb properly set @title/@heading everywhere 2012-09-07 09:18:15 -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 properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
signup_controller.rb don't hardcode "Lobsters" and "lobste.rs" everywhere, use Rails.application.{name,domain} 2013-06-30 01:50:23 -05:00
stories_controller.rb check for recently submitted urls before showing the story submission page 2013-07-29 15:31:57 -05:00
users_controller.rb move after-signup invite page into signup controller 2013-02-25 11:13:44 -06:00