Eric Chapweske
|
3719bd3e95
|
Decode http_authentication creditentials without generating abitrary symbols.
|
2009-11-27 09:57:10 +13:00 |
|
Yehuda Katz
|
fdf356d74b
|
Fixed HTTP digest to properly return 401 when the Authorization header has no nonce specified, or the Authorization header specifies Basic auth [#2968 state:resolved]
|
2009-10-21 12:04:59 -07:00 |
|
José Valim
|
2d2216fadb
|
Make http digest work with different server/browser combinations. [#3006 status:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-08-09 16:11:27 +01:00 |
|
Jan Schwenzien
|
389449d9ae
|
Fix HTTP basic authentication for long credentials [#2572 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-08-09 01:28:07 +01:00 |
|
nate
|
056ddbdcfb
|
A test to show that http_authentication needs to fail authentication if the password procedure returns nil. Also includes a fix to validate_digest_response to fail validation if the password procedure returns nil.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
|
2009-06-09 19:47:16 +12:00 |
|
Pratik Naik
|
dbb0258279
|
Ensure HTTP Digest auth uses appropriate HTTP method [#2490 state:resolved] [Steve Madsen]
|
2009-05-18 17:00:29 +02:00 |
|
Donald Parish
|
be7b64b35a
|
Support MD5 passwords for Digest auth and use session_options[:secret] in nonce [#2209 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-03-12 13:24:54 +00:00 |
|
Donald Parish
|
86d8f92282
|
Fixed http digest authentication to use credentials URI passed from client. [#1848 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-02-16 20:20:23 +01:00 |
|
Pratik Naik
|
b3bc4fa5e0
|
Digest#validate_digest_response should accept request instead of controller
|
2009-01-29 22:06:03 +00:00 |
|
Gregg Kellogg
|
306cc2b920
|
Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, Pratik Naik]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-01-29 16:01:59 +00:00 |
|
Pratik Naik
|
c99ef814b0
|
Revert "HTTP Digest authentication [#1230 state:resolved]"
This reverts commit 45dee3842d.
Reasons :
1. The code is not working in it's current state
2. Should not be using exceptions for flow control
|
2009-01-13 16:13:42 +00:00 |
|
Joshua Peek
|
45dee3842d
|
HTTP Digest authentication [#1230 state:resolved]
|
2008-12-28 15:13:16 -06:00 |
|
Jeremy Kemper
|
a1eb4e11c2
|
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Conflicts:
actionpack/test/controller/layout_test.rb
|
2008-08-31 13:20:15 -07:00 |
|
David Heinemeier Hansson
|
3e73278020
|
Removed the default .htaccess configuration as there are so many good deployment options now (kept it as an example in README) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9134 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2008-03-29 18:45:39 +00:00 |
|
Jeremy Kemper
|
f91acf0258
|
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Base64. Closes #10554.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8433 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-12-18 21:14:07 +00:00 |
|
Jeremy Kemper
|
4c2920e89c
|
Remove unnecessary returns from builtin filters since render/return is now sufficient. Closes #9952 [Josh Peek]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8009 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-10-24 04:47:40 +00:00 |
|
Jeremy Kemper
|
0ee1cb2cd3
|
Ruby 1.9 compat, consistent load paths
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7719 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-10-02 05:32:14 +00:00 |
|
David Heinemeier Hansson
|
ff9ca2ca1e
|
Random hits from the style nazi
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7438 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-09-09 23:12:57 +00:00 |
|
David Heinemeier Hansson
|
73fba4faf1
|
Fixed that HTTP authentication should work if the header is called REDIRECT_X_HTTP_AUTHORIZATION as well (closes #6754) [mislaw]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7091 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-06-23 16:43:08 +00:00 |
|
Jamis Buck
|
19ed709b09
|
don't assume the http authorization header will be nil, since some configurations will pass it through as an empty string
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6718 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-05-11 16:30:57 +00:00 |
|
David Heinemeier Hansson
|
388f504f6d
|
Rendering is protected
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6700 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-05-08 06:09:14 +00:00 |
|
David Heinemeier Hansson
|
20eb59ad8a
|
Included the HttpAuthentication plugin as part of core (ActionController::HttpAuthentication::Basic) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6699 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2007-05-08 05:48:18 +00:00 |
|