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
*
Import Action Mailbox
George Claghorn
2018-12-25
1
-12
/
+11
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-2
/
+2
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Clarify example of the test `ActionController::HttpAuthentication::Token` [ci...
bogdanvlviv
2018-07-21
1
-4
/
+3
*
[ci skip] Fix syntax error + make example easier to follow.
Kasper Timm Hansen
2018-07-20
1
-2
/
+3
*
Fix basic auth problem in ActionController::HttpAuthentication::Basic doc
黄松
2018-07-20
1
-2
/
+2
*
Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-...
Rafael Mendonça França
2017-11-25
1
-7
/
+4
|
\
|
*
Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,
Vipul A M
2017-06-07
1
-7
/
+4
*
|
Bump RuboCop to 0.51.0
Koichi ITO
2017-11-10
1
-1
/
+1
*
|
Make actionpack frozen string friendly
Kir Shatrov
2017-07-24
1
-1
/
+3
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
/
*
[docs] fix ActionController documentation
Hrvoje Šimić
2017-03-12
1
-1
/
+1
*
Privatize unneededly protected methods in Action Pack
Akira Matsuda
2016-12-24
1
-2
/
+2
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-18
/
+18
*
Actionpack documentation typos [ci skip]
Tom Kadwill
2016-04-23
1
-2
/
+2
*
[ci skip] This modifies the HTTP Token authentication example's `authenticate...
Nick Malcolm
2016-04-12
1
-1
/
+6
*
use secure string comparisons for basic auth username / password
Aaron Patterson
2016-01-22
1
-1
/
+6
*
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
|
|
/
|
/
|
[next]