aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup of ActionController::Metal inline documentationJoost Baaij2010-08-261-14/+18
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* API Docs: Use 'HTTP_AUTHORIZATION' and not :authorize as key in integration t...Rohit Arondekar2010-07-301-1/+1
* add HTTP Token Authorization support to complement Basic and Digest Authoriza...rick2010-04-301-0/+158
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-5/+12
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Remove uneeded methods.José Valim2010-03-101-18/+4
* 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