summaryrefslogtreecommitdiffstats
path: root/test/functional/sessions_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change the magic cache busting cookie name to _logged_inJohan Sørensen2009-05-111-9/+9
* Only set the authenticated cookie on successful loginsJohan Sørensen2009-05-111-0/+5
* Renamed the "authenticated" cookie to "_authenticated" for the sake of consis...Johan Sørensen2009-04-221-6/+6
* Test that the authenticated cookie gets deleted when logging out and set whenJohan Sørensen2009-04-221-1/+15
* Revert "Skipping the "magic cookie" intended for Varnishd. Will rather useJohan Sørensen2009-04-221-7/+4
* Set a magic X-Has-Flash header when there's data in the flash hash, so thatJohan Sørensen2009-04-221-0/+8
* Changed the openid registration process:Marius Mathiesen2009-04-221-2/+7
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-2/+1
* Require SSL on certain account related actionsJohan Sørensen2009-04-221-0/+21
* Skipping the "magic cookie" intended for Varnishd. Will rather use headers to...Marius Mathiesen2009-04-221-4/+7
* On (successful) login set a cookie for detection by Varnish, then delete it o...Marius Mathiesen2009-04-221-0/+14
* Moved the entire test suite from RSpec to Test::Unit + ShouldaJohan Sørensen2009-04-221-0/+125
* nuked test/ directoryJohan Sørensen2007-08-151-85/+0
* * added restful_authentication pluginJohan Sørensen2007-08-151-0/+85