index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
http_authentication.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Digest#validate_digest_response should accept request instead of controller
Pratik Naik
2009-01-29
1
-6
/
+6
*
Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...
Gregg Kellogg
2009-01-29
1
-23
/
+173
*
Revert "HTTP Digest authentication [#1230 state:resolved]"
Pratik Naik
2009-01-13
1
-189
/
+2
*
HTTP Digest authentication [#1230 state:resolved]
Joshua Peek
2008-12-28
1
-2
/
+189
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-1
/
+1
*
Removed the default .htaccess configuration as there are so many good deploym...
David Heinemeier Hansson
2008-03-29
1
-1
/
+1
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
1
-4
/
+2
*
Remove unnecessary returns from builtin filters since render/return is now su...
Jeremy Kemper
2007-10-24
1
-4
/
+1
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-3
/
+3
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Fixed that HTTP authentication should work if the header is called REDIRECT_X...
David Heinemeier Hansson
2007-06-23
1
-43
/
+51
*
don't assume the http authorization header will be nil, since some configurat...
Jamis Buck
2007-05-11
1
-4
/
+4
*
Rendering is protected
David Heinemeier Hansson
2007-05-08
1
-1
/
+1
*
Included the HttpAuthentication plugin as part of core (ActionController::Htt...
David Heinemeier Hansson
2007-05-08
1
-0
/
+121