Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
Rohit Arondekar
|
48d85a61bc
|
API Docs: Use 'HTTP_AUTHORIZATION' and not :authorize as key in integration tests.
|
2010-07-30 02:12:35 -07:00 |
|
rick
|
8d236ccb84
|
add HTTP Token Authorization support to complement Basic and Digest Authorization.
|
2010-04-30 07:46:30 -07:00 |
|
José Valim
|
6690d66292
|
Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration.
|
2010-04-05 12:00:24 +02:00 |
|
Xavier Noria
|
76f024ac8d
|
adds missing requires for Object#blank? and Object#present?
|
2010-03-28 14:15:02 +02:00 |
|
José Valim
|
ec0973c2ab
|
Remove uneeded methods.
|
2010-03-10 16:44:24 +01:00 |
|
Carlhuda
|
e311622e7b
|
Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings.
|
2010-03-04 16:05:52 -08:00 |
|
Carl Lerche
|
fb14b8c6fd
|
ActionDispatch::Request deprecates #request_uri
* Refactored ActionPatch to use fullpath instead
|
2010-03-03 21:24:00 -08:00 |
|
Carlhuda
|
bf9913f8f4
|
Move session_store and session_options to the AC configuration object
|
2010-03-03 15:49:52 -08:00 |
|
Yehuda Katz + Carl Lerche
|
5bc66f160d
|
And the same thing for Basic
|
2009-08-25 17:34:07 -07:00 |
|
Yehuda Katz + Carl Lerche
|
3a5269eba4
|
HTTP Auth should not depend on RenderingController
|
2009-08-25 17:29:48 -07:00 |
|
Yehuda Katz + Carl Lerche
|
469424c85e
|
Modify Digest and Basic to take a request so they can be used outside of the controller
|
2009-08-25 16:02:26 -07:00 |
|
José Valim
|
32bde66aa6
|
Make http digest work with different server/browser combinations
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-08-09 15:53:52 +01:00 |
|
Jan Schwenzien
|
1f6afe4a74
|
Fix HTTP basic authentication for long credentials [#2572 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
|
2009-08-09 01:28:43 +01:00 |
|
Yehuda Katz
|
bd6b61be88
|
Rename /base to /metal and make base.rb and metal.rb top-level to reflect their module locations
|
2009-08-06 19:52:11 -03:00 |
|