| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use OpenSSL::Digest.const(...).new instead of OpenSSL::Digest::Digest.new(...) | Jeremy Kemper | 2009-09-24 | 1 | -1/+1 |
* | Explicitly require String#bytesize extension | Jeremy Kemper | 2009-09-24 | 1 | -0/+2 |
* | Prefer not to shadow a local | Jeremy Kemper | 2009-09-13 | 1 | -1/+1 |
* | making secure_compare faster | Aaron Patterson | 2009-09-13 | 1 | -28/+8 |
* | Dup the arguments to string compare so we can use force_encoding. | Michael Koziarski | 2009-09-13 | 1 | -2/+2 |
* | Revert "ruby 1.9 friendly secure_compare" because it breaks CI and Sam Ruby's... | Yehuda Katz | 2009-09-12 | 1 | -6/+9 |
* | ruby 1.9 friendly secure_compare | Jakub Kuźma | 2009-09-12 | 1 | -9/+6 |
* | Ruby 1.9: fix MessageVerifier#secure_compare | Jeremy Kemper | 2009-09-08 | 1 | -9/+27 |