aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http
Commit message (Expand)AuthorAgeFilesLines
* Use `try` only when we're unsure if the receiver would respond_to the methodAkira Matsuda2019-08-011-1/+1
* Reduce Array allocationsAkira Matsuda2019-07-311-2/+2
* Reduce String allocation when finding controller classAkira Matsuda2019-07-311-1/+1
* Use match? where we don't need MatchDataAkira Matsuda2019-07-296-7/+7
* Add Mime::Type#match? that doesn't create MatchDataAkira Matsuda2019-07-291-1/+7
* Use match? where we don't need MatchDataAkira Matsuda2019-07-272-2/+2
* Add `Vary: Accept` header when renderingst00122019-07-261-7/+11
* Add support for script-src-attr / elem and style-src-attr / elem directivesyuuji.yaginuma2019-07-181-0/+4
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-102-0/+169
* Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-221-9/+20
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-1/+12
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1310-13/+0
* Simplify `ActionDispatch::Response#content_type`yuuji.yaginuma2019-06-021-2/+1
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-2/+7
* Remove :all symbol from Mime::ALLJohn Hawthorn2019-03-271-1/+1
* Update regular expression for checking valid MIME typeCliff Pruitt2019-03-191-1/+4
* Raise exception when building invalid mime typeJohn Hawthorn2019-03-141-0/+9
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-0/+5
|\
| * Only accept formats from registered mime typesJohn Hawthorn2019-03-101-0/+5
* | Support other optional parameters and quoted-strings on Content-Type parserr7kamura2019-03-101-4/+3
|/
* Restore UploadedFile compatibility with IO.copy_streamJanko Marohnić2019-02-231-1/+4
* Allow using combine the Cache-Control `public` and `no-cache` headersyuuji.yaginuma2019-01-071-4/+6
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-79/+79
* Allow rescue from parameter parse errorsGannon McGibbon2018-11-134-7/+21
* Use request object for context if there's no controllerAndrew White2018-10-221-1/+2
* Apply mapping to symbols returned from dynamic CSP sourcesAndrew White2018-10-221-1/+2
* Remove invalid magic comment [ci skip]Yoshiyuki Kinjo2018-10-111-2/+0
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-082-84/+9
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-298-38/+38
* Merge pull request #33829 from mtsmfm/encode-filenameKasper Timm Hansen2018-09-231-0/+45
|\
| * Encode Content-Disposition filenames on send_data and send_fileFumiaki MATSUSHIMA2018-09-131-0/+45
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-2/+2
* | Merge pull request #32932 from y-yagi/fixes_32920Yuji Yaginuma2018-09-201-1/+1
|\ \
| * | Add CSP nonce to `style-src` directiveyuuji.yaginuma2018-05-191-1/+1
* | | [ci skip] Fix documentation for Response#content_typeprintercu2018-09-141-10/+10
| |/ |/|
* | Permit list usage cleanup and clearer documentationKevin Deisz2018-08-271-4/+1
* | Convert over the rest of the whitelist referencesKevin Deisz2018-08-241-1/+1
* | Update ParameterFilter to yield original parametersPeter Zhu2018-08-221-6/+6
* | Use `Array#extract!` where possiblebogdanvlviv2018-08-141-2/+3
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* | Add implicit to path conversion to uploaded file (#28676)Aaron Kromer2018-07-221-0/+5
* | Add support for more HTTP cache controlsDaniel Schierbeck2018-06-131-1/+5
|/
* Add support for prefetch-src directiveyuuji.yaginuma2018-05-031-0/+1
* [ci skip] Fix doc typos ActionDispatch::Http::FilterParametersAlberto Almagro2018-04-201-2/+2
* Remove unused literal introduced in #32602Andrew White2018-04-181-1/+0
* Pass nonce to CSP policy from outsideAndrew White2018-04-181-31/+24
* Output only one nonce in CSP header per requestAndrey Novikov2018-04-171-17/+30
* Add WebSocket URI support to CSP DSL mappingsStephen Solis2018-04-121-1/+3
* Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-0/+32
* Remove trailing semi-colon from CSPAndrew White2018-02-191-1/+1