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
/
metal
/
http_authentication.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Added Base.http_basic_authenticate_with to do simple http basic authenticatio...
David Heinemeier Hansson
2011-03-28
1
-14
/
+16
|
/
*
replace if ! with unless
Neeraj Singh
2010-10-17
1
-1
/
+1
*
reduce function calls on Array
Aaron Patterson
2010-09-29
1
-3
/
+2
*
removing more lolinject
Aaron Patterson
2010-09-29
1
-8
/
+7
*
removing lollerject
Aaron Patterson
2010-09-29
1
-1
/
+1
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-1
/
+1
*
Refactor decode_credentials to avoid inject and use map instead.
Emilio Tagua
2010-09-22
1
-6
/
+5
*
cleanup of ActionController::Metal inline documentation
Joost Baaij
2010-08-26
1
-14
/
+18
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
API Docs: Use 'HTTP_AUTHORIZATION' and not :authorize as key in integration t...
Rohit Arondekar
2010-07-30
1
-1
/
+1
*
add HTTP Token Authorization support to complement Basic and Digest Authoriza...
rick
2010-04-30
1
-0
/
+158
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-5
/
+12
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
Remove uneeded methods.
José Valim
2010-03-10
1
-18
/
+4
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-2
/
+2
*
ActionDispatch::Request deprecates #request_uri
Carl Lerche
2010-03-03
1
-1
/
+1
*
Move session_store and session_options to the AC configuration object
Carlhuda
2010-03-03
1
-15
/
+13
*
And the same thing for Basic
Yehuda Katz + Carl Lerche
2009-08-25
1
-1
/
+2
*
HTTP Auth should not depend on RenderingController
Yehuda Katz + Carl Lerche
2009-08-25
1
-1
/
+2
*
Modify Digest and Basic to take a request so they can be used outside of the ...
Yehuda Katz + Carl Lerche
2009-08-25
1
-7
/
+7
*
Make http digest work with different server/browser combinations
José Valim
2009-08-09
1
-1
/
+2
*
Fix HTTP basic authentication for long credentials [#2572 state:resolved]
Jan Schwenzien
2009-08-09
1
-1
/
+1
*
Rename /base to /metal and make base.rb and metal.rb top-level to reflect the...
Yehuda Katz
2009-08-06
1
-0
/
+309
[prev]