aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+2
* ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-031-1/+1
* Move session_store and session_options to the AC configuration objectCarlhuda2010-03-031-15/+13
* And the same thing for BasicYehuda Katz + Carl Lerche2009-08-251-1/+2
* HTTP Auth should not depend on RenderingControllerYehuda Katz + Carl Lerche2009-08-251-1/+2
* Modify Digest and Basic to take a request so they can be used outside of the ...Yehuda Katz + Carl Lerche2009-08-251-7/+7
* Make http digest work with different server/browser combinationsJosé Valim2009-08-091-1/+2
* Fix HTTP basic authentication for long credentials [#2572 state:resolved]Jan Schwenzien2009-08-091-1/+1
* Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...Yehuda Katz2009-08-061-0/+309