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_dispatch
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce Array allocations
Akira Matsuda
2019-07-31
1
-2
/
+2
*
Reduce String allocation when finding controller class
Akira Matsuda
2019-07-31
1
-1
/
+1
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
6
-7
/
+7
*
Add Mime::Type#match? that doesn't create MatchData
Akira Matsuda
2019-07-29
1
-1
/
+7
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-27
2
-2
/
+2
*
Add `Vary: Accept` header when rendering
st0012
2019-07-26
1
-7
/
+11
*
Add support for script-src-attr / elem and style-src-attr / elem directives
yuuji.yaginuma
2019-07-18
1
-0
/
+4
*
Adds support for configuring HTTP Feature Policy (#33439)
Jacob Bednarz
2019-07-10
2
-0
/
+169
*
Add the ability to set the CSP nonce only to the specified directives
yuuji.yaginuma
2019-06-22
1
-9
/
+20
*
Make `ActionDispatch::Response#content_type` behavior configurable
yuuji.yaginuma
2019-06-21
1
-1
/
+12
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
10
-13
/
+0
*
Simplify `ActionDispatch::Response#content_type`
yuuji.yaginuma
2019-06-02
1
-2
/
+1
*
Change `ActionDispatch::Response#content_type` returning Content-Type header ...
yuuji.yaginuma
2019-06-01
1
-2
/
+7
*
Remove :all symbol from Mime::ALL
John Hawthorn
2019-03-27
1
-1
/
+1
*
Update regular expression for checking valid MIME type
Cliff Pruitt
2019-03-19
1
-1
/
+4
*
Raise exception when building invalid mime type
John Hawthorn
2019-03-14
1
-0
/
+9
*
Merge tag 'v6.0.0.beta3'
eileencodes
2019-03-13
1
-0
/
+5
|
\
|
*
Only accept formats from registered mime types
John Hawthorn
2019-03-10
1
-0
/
+5
*
|
Support other optional parameters and quoted-strings on Content-Type parser
r7kamura
2019-03-10
1
-4
/
+3
|
/
*
Restore UploadedFile compatibility with IO.copy_stream
Janko Marohnić
2019-02-23
1
-1
/
+4
*
Allow using combine the Cache-Control `public` and `no-cache` headers
yuuji.yaginuma
2019-01-07
1
-4
/
+6
*
Upgrade Rubocop to 0.61.1 and fix offenses
Vinicius Stock
2018-12-10
1
-79
/
+79
*
Allow rescue from parameter parse errors
Gannon McGibbon
2018-11-13
4
-7
/
+21
*
Use request object for context if there's no controller
Andrew White
2018-10-22
1
-1
/
+2
*
Apply mapping to symbols returned from dynamic CSP sources
Andrew White
2018-10-22
1
-1
/
+2
*
Remove invalid magic comment [ci skip]
Yoshiyuki Kinjo
2018-10-11
1
-2
/
+0
*
Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...
Yoshiyuki Kinjo
2018-10-08
2
-84
/
+9
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
8
-38
/
+38
*
Merge pull request #33829 from mtsmfm/encode-filename
Kasper Timm Hansen
2018-09-23
1
-0
/
+45
|
\
|
*
Encode Content-Disposition filenames on send_data and send_file
Fumiaki MATSUSHIMA
2018-09-13
1
-0
/
+45
*
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
2
-2
/
+2
*
|
Merge pull request #32932 from y-yagi/fixes_32920
Yuji Yaginuma
2018-09-20
1
-1
/
+1
|
\
\
|
*
|
Add CSP nonce to `style-src` directive
yuuji.yaginuma
2018-05-19
1
-1
/
+1
*
|
|
[ci skip] Fix documentation for Response#content_type
printercu
2018-09-14
1
-10
/
+10
|
|
/
|
/
|
*
|
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-4
/
+1
*
|
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-1
/
+1
*
|
Update ParameterFilter to yield original parameters
Peter Zhu
2018-08-22
1
-6
/
+6
*
|
Use `Array#extract!` where possible
bogdanvlviv
2018-08-14
1
-2
/
+3
*
|
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
*
|
Add implicit to path conversion to uploaded file (#28676)
Aaron Kromer
2018-07-22
1
-0
/
+5
*
|
Add support for more HTTP cache controls
Daniel Schierbeck
2018-06-13
1
-1
/
+5
|
/
*
Add support for prefetch-src directive
yuuji.yaginuma
2018-05-03
1
-0
/
+1
*
[ci skip] Fix doc typos ActionDispatch::Http::FilterParameters
Alberto Almagro
2018-04-20
1
-2
/
+2
*
Remove unused literal introduced in #32602
Andrew White
2018-04-18
1
-1
/
+0
*
Pass nonce to CSP policy from outside
Andrew White
2018-04-18
1
-31
/
+24
*
Output only one nonce in CSP header per request
Andrey Novikov
2018-04-17
1
-17
/
+30
*
Add WebSocket URI support to CSP DSL mappings
Stephen Solis
2018-04-12
1
-1
/
+3
*
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
1
-0
/
+32
*
Remove trailing semi-colon from CSP
Andrew White
2018-02-19
1
-1
/
+1
*
Revert "Merge pull request #32045 from eagletmt/skip-csp-header"
Andrew White
2018-02-19
1
-10
/
+2
[next]