journalduhacker/app/controllers
joshua stein b2315a5728 add private rss feeds for logged-out users by passing a token
create a random rss_token for each user and append it to the rss
urls.  when adding the user-specific feed url to a feed reader, the
user's tag filters will be applied before generating the rss view,
giving the same list of stories that the user sees while logged in.
2012-09-18 10:43:05 -05:00
..
application_controller.rb move header into layout, no need for another file 2012-08-24 11:42:23 -05:00
comments_controller.rb prevent double clicking of the post comment button from creating two comments 2012-09-14 16:17:45 -05:00
filters_controller.rb properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
home_controller.rb add private rss feeds for logged-out users by passing a token 2012-09-18 10:43:05 -05:00
invitations_controller.rb reject email addresses with spaces, catch mailer delivery errors 2012-09-07 09:24:29 -05:00
login_controller.rb properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
messages_controller.rb properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
moderations_controller.rb properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
search_controller.rb search engine! 2012-08-24 11:41:36 -05:00
settings_controller.rb properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
signup_controller.rb properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
stories_controller.rb set editor_user_id unconditionally in delete 2012-09-10 15:46:52 -05:00
users_controller.rb issue#18: show admin/moderator status on user tree 2012-09-16 15:14:05 -05:00