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
*
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
*
Fix bug where cookies mutated by request were not persisted
eileencodes
2015-09-01
1
-0
/
+7
*
Remove unused requires
Marcin Olichwirowicz
2015-08-25
1
-2
/
+0
*
Remove unused block arguments
amitkumarsuroliya
2015-08-25
1
-1
/
+1
*
convert more `@env` access to get / set header
Aaron Patterson
2015-08-23
1
-11
/
+13
*
remove dead code
Aaron Patterson
2015-08-06
1
-5
/
+0
*
ask the request for the cookie jar
Aaron Patterson
2015-08-06
1
-1
/
+8
*
add a setter for the cookie jar
Aaron Patterson
2015-08-06
1
-1
/
+7
*
remove request reference from chained jars
Aaron Patterson
2015-08-06
1
-22
/
+25
*
remove `@host` ivar
Aaron Patterson
2015-08-05
1
-6
/
+4
*
remove @secure ivar
Aaron Patterson
2015-08-05
1
-5
/
+3
*
CookieJar does not need the key_generator parameter anymore
Aaron Patterson
2015-08-05
1
-3
/
+2
*
eliminate key_generator ivar
Aaron Patterson
2015-08-05
1
-11
/
+14
*
sop passing host and secure to the build method
Aaron Patterson
2015-08-05
1
-2
/
+4
*
stop using an options hash with the cookie jar
Aaron Patterson
2015-08-05
1
-38
/
+30
*
move env access to the request object.
Aaron Patterson
2015-08-05
1
-13
/
+45
*
Send cookies with request
eileencodes
2015-07-07
1
-0
/
+4
[next]