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
/
test
/
controller
/
http_digest_authentication_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `assigns` and `assert_template`.
Guo Xiang Tan
2015-05-30
1
-10
/
+1
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
1
-1
/
+0
*
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-2
/
+2
*
Digest auth should not 500 when given a basic header.
Brad Dunbar
2013-03-18
1
-0
/
+8
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
1
-2
/
+2
*
Move ensure_secret_secure to DummyKeyGenerator
Santiago Pastorino
2012-11-03
1
-1
/
+1
*
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-1
/
+3
*
Fix for digest authentication bug - issue #2301 in rails/rails
Arthur Smith
2012-08-02
1
-3
/
+4
*
Should use an argument in http_digest_authentication_test.rb
kennyj
2012-03-17
1
-1
/
+1
*
Fix http digest authentication with trailing '/' or '?' (fixes #4038 and #3228)
Piotr Sarnacki
2011-12-21
1
-5
/
+36
*
Added failing test to demonstrate digest authentication failure
Jarrod Carlson
2011-12-20
1
-0
/
+10
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-3
/
+2
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
1
-2
/
+3
*
Tweak the semantic of various URL related methods of ActionDispatch::Request
Carlhuda
2010-03-03
1
-4
/
+6
*
Move session_store and session_options to the AC configuration object
Carlhuda
2010-03-03
1
-2
/
+3
*
Make http digest work with different server/browser combinations
José Valim
2009-08-09
1
-6
/
+29
*
A test to show that http_authentication needs to fail authentication if the p...
nate
2009-06-09
1
-0
/
+14
*
Add HTTP Authentication to the new base
Pratik Naik
2009-05-22
1
-4
/
+9
*
Ensure HTTP Digest auth uses appropriate HTTP method [#2490 state:resolved] [...
Pratik Naik
2009-05-18
1
-3
/
+20
*
Inherit TestSession from Session::AbstractStore and add indifferent access to...
Joshua Peek
2009-04-26
1
-2
/
+0
*
Support MD5 passwords for Digest auth and use session_options[:secret] in non...
Donald Parish
2009-03-12
1
-7
/
+46
*
Fixed http digest authentication to use credentials URI passed from client. [...
Donald Parish
2009-02-16
1
-1
/
+10
*
Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ...
Gregg Kellogg
2009-01-29
1
-0
/
+130
*
Revert "HTTP Digest authentication [#1230 state:resolved]"
Pratik Naik
2009-01-13
1
-73
/
+0
*
HTTP Digest authentication [#1230 state:resolved]
Joshua Peek
2008-12-28
1
-0
/
+73