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
*
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
*
Skip generating empty CSP header when no policy is configured
Kohei Suzuki
2018-02-18
1
-2
/
+10
*
Partly revert 1e526788e6b1d3f42f4d8fdca20e588d42838c80
bogdanvlviv
2018-02-17
1
-1
/
+4
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-6
/
+1
*
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
Merge pull request #31289 from witlessbird/fips-compatibility
Eileen M. Uchitelle
2017-12-14
1
-1
/
+1
|
\
|
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-1
/
+1
*
|
Add missing require
yuuji.yaginuma
2017-12-05
1
-0
/
+2
*
|
Fix CSP copy boolean directives (#31326)
Simon Dawson
2017-12-05
1
-5
/
+1
|
/
*
Fix typo in mime type registering
Guillermo Iguaran
2017-11-29
1
-1
/
+1
*
Restore mpeg mime type, delete less common mime types
Guillermo Iguaran
2017-11-29
1
-9
/
+4
*
Register "audio/mp4" mime type with :m4a symbol
Guillermo Iguaran
2017-11-29
1
-1
/
+1
*
Register most popular audio/video/font mime types supported by modern browsers
Guillermo Iguaran
2017-11-28
1
-1
/
+19
*
Add DSL for configuring Content-Security-Policy header
Andrew White
2017-11-27
2
-0
/
+234
*
Merge pull request #31078 from aeroastro/feature/fix-typo
Rafael França
2017-11-09
1
-2
/
+2
|
\
|
*
Fix typo on ActionDispatc::HTTP::FilterParameters
Takumasa Ochi
2017-11-07
1
-2
/
+2
*
|
Edited comment from request.rb
haneru
2017-11-03
1
-1
/
+1
*
|
Remove mention of X-Post-Data-Format header [ci skip]
Eugene Kenny
2017-10-28
1
-3
/
+0
*
|
Remove deprecated `ActionController::ParamsParser::ParseError`
Rafael Mendonça França
2017-10-23
1
-5
/
+0
[next]