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
/
activesupport
/
lib
/
active_support
/
message_verifier.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix small typo in docs
Conrad Beach
2019-02-15
1
-1
/
+1
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-2
/
+2
*
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-3
/
+3
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-4
/
+4
*
[ci skip] Attempt a new explanation for rotations.
Kasper Timm Hansen
2017-09-24
1
-24
/
+21
*
Add key rotation message Encryptor and Verifier
Michael Coyne
2017-09-23
1
-3
/
+33
*
Perform self-serialization once metadata is involved.
Kasper Timm Hansen
2017-08-13
1
-2
/
+3
*
document metadata support added to message encryptor and message verifier
Assain
2017-07-24
1
-0
/
+40
*
add metadata support to message verifier
Assain
2017-07-19
1
-6
/
+7
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-2
/
+2
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-7
/
+7
*
systematic revision of =~ usage in AS
Xavier Noria
2016-07-22
1
-1
/
+1
*
Missing documentation about hash algorithm option for MessageVerifier [ci skip]
Mehmet Emin İNAÇ
2016-02-18
1
-0
/
+6
*
Correct the time comparison for remember_me token
Jeffrey Warren
2015-12-10
1
-1
/
+1
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-2
/
+2
*
Fix the message verifier encoding issue
Roque Pinel
2015-06-14
1
-1
/
+1
*
[ci skip] fix typo in MessageVerifier#verify docs
yuuji.yaginuma
2014-12-10
1
-1
/
+1
*
Copy-edit the MessageVerifier documentation [ci skip]
Rafael Mendonça França
2014-12-04
1
-7
/
+6
*
Add documentation to MessageVerifier
claudiob
2014-12-03
1
-4
/
+50
*
Add some FIXME notes about documentation [ci skip]
Rafael Mendonça França
2014-12-02
1
-0
/
+4
*
Prefer object/nil over `true`/`false`
Rafael Mendonça França
2014-12-02
1
-6
/
+4
*
Add `#verified` and `#valid_message?` to MessageVerifier
Logan Leger
2014-12-01
1
-6
/
+15
*
Abstract encoding strategy for ActiveSupport::MessageVerifier
Ryan Mohr
2014-11-12
1
-2
/
+10
*
Use AS secure_compare in AS::MessageVerifier
Guillermo Iguaran
2014-10-23
1
-12
/
+2
*
Changes "if secret.nil?" to unless secret in MessageVerfier
Kostiantyn Kahanskyi
2014-09-12
1
-1
/
+1
*
MessageVerifier raises an appropriate exception if the secret is nil
Kostiantyn Kahanskyi
2014-09-12
1
-0
/
+1
*
PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...
Vipul A M
2013-12-12
1
-2
/
+3
*
Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;
Vipul A M
2013-05-16
1
-1
/
+5
*
Updated docs due to removal of serializer accessor
Albert Lash
2013-03-24
1
-3
/
+3
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-7
/
+7
*
remove ActiveSupport::Base64 in favor of ::Base64
Sergey Nartimov
2012-01-02
1
-3
/
+3
*
deprecate Base64.encode64s from AS. Use Base64.strict_encode64 instead
Vasiliy Ermolovich
2011-12-27
1
-2
/
+2
*
Remove deprecations from Active Support.
José Valim
2011-12-20
1
-5
/
+0
*
Fix typo in deprecation notice
Claudio Poli
2011-09-16
1
-1
/
+1
*
Use an options hash to specify digest/cipher algorithm and a serializer for M...
Willem van Bergen
2011-09-15
1
-7
/
+10
*
Add some documentation for the new serializer property of MessageVerifier and...
Willem van Bergen
2011-09-15
1
-0
/
+5
*
Implement API suggestions of pull request.
Willem van Bergen
2011-09-15
1
-6
/
+5
*
Custom serializers and deserializers in MessageVerifier and MessageEncryptor.
Willem van Bergen
2011-09-15
1
-2
/
+6
*
more style changes
suchasurge
2011-03-06
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-7
/
+7
*
Revert "Improve performance of MessageVerifier while keeping it constant time"
wycats
2010-07-13
1
-4
/
+4
*
Improve performance of MessageVerifier while keeping it constant time
wycats
2010-06-04
1
-4
/
+4
*
message_verifier.rb needs active_support/core_ext/object/blank
Xavier Noria
2010-01-01
1
-0
/
+1
*
message_verifier.rb needs active_support/base64
Xavier Noria
2010-01-01
1
-0
/
+2
*
String#bytesize is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-2
/
+0
*
Ensure MessageVerifier raises appropriate exception on tampered data
Pratik Naik
2009-10-09
1
-1
/
+1
*
MessageVerifier#verify raises InvalidSignature if the signature is blank
Jeffrey Hardy
2009-10-05
1
-0
/
+2
[next]