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
/
middleware
/
cookies.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cookie doesn't expire anymore unless a flag is set:
Edouard CHIN
2019-02-04
1
-7
/
+2
*
Remove secret_token rack env and cookie upgrade code
Rafael Mendonça França
2019-01-17
1
-34
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-19
/
+19
*
Purpose Metadata For Signed And Encrypted Cookies
Assain
2018-08-12
1
-13
/
+29
*
Consistent behavior for session and cookies with to_h and to_hash method
Igor Kasyanchuk
2018-01-31
1
-0
/
+3
*
Fix tld_length documentation
Joe Marty
2017-11-21
1
-1
/
+1
*
Merge pull request #30709 from mikeycgto/actiondispatch-use-aead-encrypted-co...
Kasper Timm Hansen
2017-09-28
1
-3
/
+10
|
\
|
*
Fixes for use_authenticated_cookie_encryption
Michael Coyne
2017-09-27
1
-3
/
+10
*
|
Fix cookies/session tests broken after merging key rotation.
Kasper Timm Hansen
2017-09-25
1
-2
/
+3
|
/
*
Fix "warning: `*' interpreted as argument prefix"
Ryuta Kamizono
2017-09-25
1
-2
/
+2
*
Use new rotation signature in cookies.
Kasper Timm Hansen
2017-09-24
1
-11
/
+12
*
Add key rotation cookies middleware
Michael Coyne
2017-09-24
1
-100
/
+82
*
[ci skip] Prefer credentials to secrets in docs.
Kasper Timm Hansen
2017-09-13
1
-9
/
+7
*
This commit adds:
Assain
2017-09-04
1
-4
/
+7
*
freshen :expires option with duration support and add expiry metadata to cookies
Assain
2017-08-20
1
-3
/
+15
*
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
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
*
set message_encryptor default cipher to aes-256-gcm
Assain
2017-06-12
1
-1
/
+1
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
AEAD encrypted cookies and sessions
Michael Coyne
2017-05-22
1
-3
/
+48
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-5
/
+5
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
1
-2
/
+2
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-2
/
+2
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
|
/
*
Start passing cipher from EncryptedCookieJar since we use it to determine key...
Vipul A M
2016-09-01
1
-7
/
+5
*
Follow up of #25602
Vipul A M
2016-09-01
1
-4
/
+6
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-21
/
+21
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-14
/
+14
*
Join values using '; ' as per RFC spec
Andrew White
2016-02-16
1
-1
/
+1
*
Add require and move escape to private method
Andrew White
2016-02-16
1
-1
/
+6
*
Escape cookie's key and value in ActionController::TestCase
Takayuki Matsubara
2015-12-30
1
-1
/
+1
*
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
1
-0
/
+6
*
Add missing example for cookies.encrypted [ci skip]
Nicolas Cavigneaux
2015-11-20
1
-0
/
+7
*
Don't set a nil Set-Cookie header when there aren't any cookies. Omit the hea...
Jeremy Daer
2015-10-01
1
-1
/
+3
*
build the Set-Cookie header functionally
Aaron Patterson
2015-09-24
1
-5
/
+18
*
Push key_generator into SerializedCookieJars
Kasper Timm Hansen
2015-09-08
1
-4
/
+4
*
Move the request method in to the AbstractCookieJar
Kasper Timm Hansen
2015-09-08
1
-4
/
+3
*
Pull up parse to the legacy upgrading module
Kasper Timm Hansen
2015-09-08
1
-10
/
+5
*
Call super to remove the decrypt_and_verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+4
*
Call super to remove the verify method
Kasper Timm Hansen
2015-09-08
1
-8
/
+2
*
Add parse method to share deserialization logic.
Kasper Timm Hansen
2015-09-08
1
-19
/
+12
*
Add commit in the EncryptedCookieJar
Kasper Timm Hansen
2015-09-08
1
-17
/
+7
*
Use commit in the SignedCookieJar
Kasper Timm Hansen
2015-09-08
1
-15
/
+6
*
Add commit method to share option normalization
Kasper Timm Hansen
2015-09-08
1
-4
/
+12
*
Add AbstractCookieJar class.
Kasper Timm Hansen
2015-09-08
1
-1
/
+3
*
stop inheriting from Rack::Request
Aaron Patterson
2015-09-04
1
-2
/
+2
[next]