aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_verifier.rb
Commit message (Expand)AuthorAgeFilesLines
* Update message verifier documentation [ci skip]Louis-Michel Couture2019-07-101-2/+2
* Fix small typo in docs Conrad Beach2019-02-151-1/+1
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-3/+3
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-4/+4
* [ci skip] Attempt a new explanation for rotations.Kasper Timm Hansen2017-09-241-24/+21
* Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-3/+33
* Perform self-serialization once metadata is involved.Kasper Timm Hansen2017-08-131-2/+3
* document metadata support added to message encryptor and message verifierAssain2017-07-241-0/+40
* add metadata support to message verifierAssain2017-07-191-6/+7
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-7/+7
* systematic revision of =~ usage in ASXavier Noria2016-07-221-1/+1
* Missing documentation about hash algorithm option for MessageVerifier [ci skip]Mehmet Emin İNAÇ2016-02-181-0/+6
* Correct the time comparison for remember_me tokenJeffrey Warren2015-12-101-1/+1
* Freeze string literals when not mutated.schneems2015-07-191-2/+2
* Fix the message verifier encoding issueRoque Pinel2015-06-141-1/+1
* [ci skip] fix typo in MessageVerifier#verify docsyuuji.yaginuma2014-12-101-1/+1
* Copy-edit the MessageVerifier documentation [ci skip]Rafael Mendonça França2014-12-041-7/+6
* Add documentation to MessageVerifierclaudiob2014-12-031-4/+50
* Add some FIXME notes about documentation [ci skip]Rafael Mendonça França2014-12-021-0/+4
* Prefer object/nil over `true`/`false`Rafael Mendonça França2014-12-021-6/+4
* Add `#verified` and `#valid_message?` to MessageVerifierLogan Leger2014-12-011-6/+15
* Abstract encoding strategy for ActiveSupport::MessageVerifierRyan Mohr2014-11-121-2/+10
* Use AS secure_compare in AS::MessageVerifierGuillermo Iguaran2014-10-231-12/+2
* Changes "if secret.nil?" to unless secret in MessageVerfierKostiantyn Kahanskyi2014-09-121-1/+1
* MessageVerifier raises an appropriate exception if the secret is nilKostiantyn Kahanskyi2014-09-121-0/+1
* PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...Vipul A M2013-12-121-2/+3
* Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;Vipul A M2013-05-161-1/+5
* Updated docs due to removal of serializer accessorAlbert Lash2013-03-241-3/+3
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-7/+7
* remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-021-3/+3
* deprecate Base64.encode64s from AS. Use Base64.strict_encode64 insteadVasiliy Ermolovich2011-12-271-2/+2
* Remove deprecations from Active Support.José Valim2011-12-201-5/+0
* Fix typo in deprecation noticeClaudio Poli2011-09-161-1/+1
* Use an options hash to specify digest/cipher algorithm and a serializer for M...Willem van Bergen2011-09-151-7/+10
* Add some documentation for the new serializer property of MessageVerifier and...Willem van Bergen2011-09-151-0/+5
* Implement API suggestions of pull request.Willem van Bergen2011-09-151-6/+5
* Custom serializers and deserializers in MessageVerifier and MessageEncryptor.Willem van Bergen2011-09-151-2/+6
* more style changessuchasurge2011-03-061-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-7/+7
* Revert "Improve performance of MessageVerifier while keeping it constant time"wycats2010-07-131-4/+4
* Improve performance of MessageVerifier while keeping it constant timewycats2010-06-041-4/+4
* message_verifier.rb needs active_support/core_ext/object/blankXavier Noria2010-01-011-0/+1
* message_verifier.rb needs active_support/base64Xavier Noria2010-01-011-0/+2
* String#bytesize is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-2/+0
* Ensure MessageVerifier raises appropriate exception on tampered dataPratik Naik2009-10-091-1/+1