aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/cookies.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36537 from quadule/fix-cookie-rotation-hash-pollutionKasper Timm Hansen2019-08-051-2/+6
|\
| * Prevent serialized hash from being used as optionsMilo Winningham2019-06-221-2/+6
* | Use match? where we don't need MatchDataAkira Matsuda2019-07-271-1/+1
* | Merge pull request #36300 from okuramasafumi/make-handle-options-privateRafael França2019-07-261-22/+22
|\ \ | |/ |/|
| * Make `handle_options` method privateOKURA Masafumi2019-05-181-22/+22
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* | Rename `hash` to `jar` in CookieJar.buildshioimm2019-05-181-2/+2
|/
* Don't override @set_cookies on CookieJar#update_cookies_from_jar'André Luis Leal Cardoso Junior2019-03-171-1/+1
* Cookie doesn't expire anymore unless a flag is set:Edouard CHIN2019-02-041-7/+2
* Remove secret_token rack env and cookie upgrade codeRafael Mendonça França2019-01-171-34/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-19/+19
* Purpose Metadata For Signed And Encrypted CookiesAssain2018-08-121-13/+29
* Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-311-0/+3
* Fix tld_length documentationJoe Marty2017-11-211-1/+1
* Merge pull request #30709 from mikeycgto/actiondispatch-use-aead-encrypted-co...Kasper Timm Hansen2017-09-281-3/+10
|\
| * Fixes for use_authenticated_cookie_encryptionMichael Coyne2017-09-271-3/+10
* | Fix cookies/session tests broken after merging key rotation.Kasper Timm Hansen2017-09-251-2/+3
|/
* Fix "warning: `*' interpreted as argument prefix"Ryuta Kamizono2017-09-251-2/+2
* Use new rotation signature in cookies.Kasper Timm Hansen2017-09-241-11/+12
* Add key rotation cookies middlewareMichael Coyne2017-09-241-100/+82
* [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-131-9/+7
* This commit adds:Assain2017-09-041-4/+7
* freshen :expires option with duration support and add expiry metadata to cookiesAssain2017-08-201-3/+15
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* set message_encryptor default cipher to aes-256-gcmAssain2017-06-121-1/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-3/+48
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-5/+5
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-2/+2
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-2/+2
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
|/
* Start passing cipher from EncryptedCookieJar since we use it to determine key...Vipul A M2016-09-011-7/+5
* Follow up of #25602Vipul A M2016-09-011-4/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-21/+21
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-14/+14
* Join values using '; ' as per RFC specAndrew White2016-02-161-1/+1
* Add require and move escape to private methodAndrew White2016-02-161-1/+6
* Escape cookie's key and value in ActionController::TestCaseTakayuki Matsubara2015-12-301-1/+1
* Stop violating law of demeter in response cookie_jareileencodes2015-12-061-0/+6
* Add missing example for cookies.encrypted [ci skip]Nicolas Cavigneaux2015-11-201-0/+7
* Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...Jeremy Daer2015-10-011-1/+3
* build the Set-Cookie header functionallyAaron Patterson2015-09-241-5/+18
* Push key_generator into SerializedCookieJarsKasper Timm Hansen2015-09-081-4/+4
* Move the request method in to the AbstractCookieJarKasper Timm Hansen2015-09-081-4/+3
* Pull up parse to the legacy upgrading moduleKasper Timm Hansen2015-09-081-10/+5