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
*
Merge pull request #14212 from tylerhunt/fix-token-regex
Sean Griffin
2015-12-15
1
-1
/
+1
|
\
|
*
Handle tab in token authentication header.
Tyler Hunt
2014-02-26
1
-1
/
+1
*
|
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-2
/
+2
*
|
Document Bearer prefix for Authorization header [ci skip]
Eliot Sykes
2015-09-23
1
-5
/
+7
*
|
Updated Mime Negotiations docs [ci skip]
amitkumarsuroliya
2015-09-23
1
-2
/
+2
*
|
add a method for getting the http auth salt
Aaron Patterson
2015-08-29
1
-2
/
+2
*
|
env to get_header conversion
Aaron Patterson
2015-08-29
1
-1
/
+1
*
|
Authorization scheme should be case insensitive. Fixes #21199
Dennis Suratna
2015-08-11
1
-1
/
+1
*
|
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-1
/
+1
*
|
Add missing "header" word in documentation of Token#authentication_request [...
Prathamesh Sonpatki
2015-06-14
1
-1
/
+1
*
|
allow `Bearer` as well as `Token`
phoet
2015-06-01
1
-1
/
+1
*
|
Give authentication methods the ability to customize response message.
Keenan Brock
2015-05-03
1
-14
/
+16
*
|
Tiny optimization of http auth Realm unquoting
Strech (Sergey Fedorov)
2015-04-14
1
-2
/
+2
*
|
Freeze static arguments for gsub
brainopia
2015-04-02
1
-2
/
+2
*
|
Prefer string patterns for gsub
brainopia
2015-04-02
1
-2
/
+2
*
|
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
*
|
Fixed undefined method error when doing authentication.
Zhang Kai Yu
2015-01-24
1
-2
/
+2
*
|
Minor documentation edits [ci skip]
Robin Dupret
2014-12-28
1
-1
/
+1
*
|
Update example test documentation
Ben Prew
2014-12-28
1
-4
/
+2
*
|
Merge pull request #17186 from tgxworld/header_authentication_token
Matthew Draper
2014-11-27
1
-2
/
+9
|
\
\
|
*
|
Allow authentication header to not have to specify 'token=' key.
Guo Xiang Tan
2014-10-10
1
-2
/
+9
*
|
|
Wrap code snippets in +, not backticks, in sdoc
claudiob
2014-11-20
1
-3
/
+3
|
/
/
*
|
Improve token_and_options regex and test
Xinjiang Lu
2014-07-01
1
-1
/
+1
*
|
Fix parsed token value with header `Authorization token=`.
Larry Lv
2014-06-13
1
-2
/
+2
*
|
Set the status before of setting the response body
Guillermo Iguaran
2014-06-13
1
-2
/
+2
*
|
Merge pull request #11346 from tomykaira/fix_10257
Rafael Mendonça França
2014-05-20
1
-2
/
+14
|
\
\
|
*
|
Run login_procedure only when the auth_scheme is valid
tomykaira
2013-07-08
1
-7
/
+14
|
*
|
Check authentication scheme in Basic auth
tomykaira
2013-07-07
1
-1
/
+6
*
|
|
Replace trivial regexp with string or index, twice as fast
Kelley Reynolds
2014-03-28
1
-1
/
+1
|
|
/
|
/
|
*
|
Update Docs in favor to use render plain instead of text option
robertomiranda
2014-02-18
1
-6
/
+6
|
/
*
Prefer find_by over dynamic finders in rdoc
Sam Ruby
2013-04-02
1
-2
/
+2
*
Digest auth should not 500 when given a basic header.
Brad Dunbar
2013-03-18
1
-0
/
+1
*
Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"
Guillermo Iguaran
2013-01-18
1
-2
/
+2
*
User Rails 4 find_by
robertomiranda
2013-01-18
1
-2
/
+2
*
Namespace HashWithIndifferentAccess
Akira Matsuda
2013-01-07
1
-1
/
+1
*
"warning: ambiguous first argument; put parentheses or even spaces"
Akira Matsuda
2012-12-24
1
-1
/
+1
*
Refactoring the token_and_options method to fix bugs
Kurtis Rainbolt-Greene
2012-12-15
1
-11
/
+27
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
1
-5
/
+5
*
Allow users to change the default salt if they want, shouldn't be necessary
Santiago Pastorino
2012-11-03
1
-2
/
+3
*
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-3
/
+2
*
Multiple changes to 1,9 hash syntax
AvnerCohen
2012-10-27
1
-10
/
+10
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-08-04
1
-1
/
+1
|
\
|
*
use 'HTTP_AUTHORIZATION' instead of :authorization as key when dealing with H...
Francesco Rodriguez
2012-07-27
1
-1
/
+1
*
|
Merge pull request #7240 from steveklabnik/fix_2301
Rafael Mendonça França
2012-08-02
1
-1
/
+1
|
\
\
|
*
|
Fix for digest authentication bug - issue #2301 in rails/rails
Arthur Smith
2012-08-02
1
-1
/
+1
*
|
|
load active_support/core_ext/object/blank in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
|
/
/
*
/
* Do not convert digest auth strings to symbols. CVE-2012-3424
Aaron Patterson
2012-07-26
1
-2
/
+2
|
/
*
Don't raise an error if http auth token isn't well formatted
Piotr Sarnacki
2012-07-11
1
-4
/
+6
*
moar copy edits [ci skip]
Vijay Dev
2012-06-14
1
-2
/
+1
*
fixed http token authentication formatting
Jakub Kuźma
2012-06-12
1
-8
/
+13
[next]