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
/
activemodel
/
test
/
cases
/
secure_password_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor `has_secure_password` to extract dedicated attribute module
Ryuta Kamizono
2019-04-05
1
-0
/
+14
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-10
/
+8
*
has_secure_password: use `recovery_password` instead of `activation_token`
bogdanvlviv
2018-07-08
1
-3
/
+3
*
Improve `SecurePasswordTest#test_authenticate`
bogdanvlviv
2018-07-06
1
-4
/
+7
*
Merge pull request #26764 from choncou/improve_has_secure_password
Rafael Mendonça França
2018-06-28
1
-0
/
+4
|
\
|
*
Remove method for regenerating a token, and update `#authenticate`.
Unathi Chonco
2016-10-12
1
-11
/
+2
|
*
This addition will now allow configuring an attribute name for the
Unathi Chonco
2016-10-12
1
-0
/
+13
*
|
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-11
/
+11
*
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-1
/
+1
*
|
Use frozen string literal in activemodel/
Kir Shatrov
2017-07-16
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
*
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
|
/
*
applies new string literal convention in activemodel/test
Xavier Noria
2016-08-06
1
-59
/
+59
*
Allow password to contain spaces only.
Yevhene Shemet
2014-08-06
1
-0
/
+10
*
Only automatically include validations when enabled
Godfrey Chan
2014-07-02
1
-11
/
+3
*
automatically include ActiveModel::Validations when include ActiveModel::Secu...
Aditya Kapoor
2014-07-03
1
-0
/
+5
*
Use `@existing_user` while updating existing user, fixing - #ee4e86
Akshay Vishnoi
2014-06-14
1
-6
/
+6
*
Cleaned up the `has_secure_password` test cases
Godfrey Chan
2014-06-14
1
-33
/
+29
*
SecurePassword - Validate password must be less than or equal to 72
Akshay Vishnoi
2014-06-14
1
-0
/
+28
*
comment why we are modifying global state. [ci skip]
Yves Senn
2014-03-11
1
-0
/
+1
*
Completely remove potential global state leaks in ActiveModel tests.
Zuhao Wan
2014-03-11
1
-23
/
+11
*
Run ActiveModel test suites in random order.
Zuhao Wan
2014-03-10
1
-7
/
+25
*
Some minor fixes
Godfrey Chan
2014-01-24
1
-1
/
+0
*
Removed old tests
Godfrey Chan
2014-01-24
1
-58
/
+121
*
Merge pull request #13273 from robertomiranda/test-remove-require
Guillermo Iguaran
2013-12-11
1
-1
/
+0
|
\
|
*
Remove require 'models/administrator', Administrator is not used in secure pa...
robertomiranda
2013-12-11
1
-1
/
+0
*
|
Use bcrypt's public cost attr, not internal constant
T.J. Schuck
2013-10-10
1
-0
/
+8
|
/
*
Fix secure_password password_confirmation validations
Vladimir Kiselev
2013-07-24
1
-0
/
+5
*
Fix regression in has_secure_password.
Phil Calvin
2013-05-30
1
-0
/
+9
*
`has_secure_password` is not invalid when assigning empty Strings.
Yves Senn
2013-03-04
1
-0
/
+6
*
Use secure password min cost option in its own tests for a speed up
Carlos Antonio da Silva
2012-11-21
1
-2
/
+10
*
Use BCrypt's MIN_COST in the test environment for speedier tests
Trevor Turk
2012-11-14
1
-1
/
+12
*
Cleanup trailing whitespaces
dfens
2012-10-12
1
-1
/
+1
*
Remove MassAssignmentSecurity from ActiveModel
Guillermo Iguaran
2012-09-16
1
-12
/
+0
*
has_secure_password should not raise a 'digest missing' error if the calling ...
Robby Grossman
2012-07-31
1
-0
/
+8
*
Updated tests for has_secure_password.
Erich Menge
2012-05-08
1
-8
/
+22
*
Fix secure_password setter
Oscar Del Ben
2012-04-24
1
-0
/
+6
*
use variables from test setup
Vijay Dev
2011-10-17
1
-6
/
+4
*
AM mass assignment security attr_accessible and attr_protected now allow for ...
Josh Kalderimis
2011-04-24
1
-5
/
+6
*
bcrypt will encrypt anything, so validate_presence_of would not catch nil / b...
Aaron Patterson
2011-04-14
1
-0
/
+12
*
Override attributes_protected_by_default when has_secure_password is called.
Tsutomu Kuroda
2011-02-09
1
-0
/
+13
*
Remove weak_passwords list and the length/strong password validator, leave th...
Santiago Pastorino
2010-12-19
1
-49
/
+1
*
Add set_weak_passwords call in alignment with set_table_name.
Mikel Lindsaar
2010-12-19
1
-0
/
+5
*
Added ability to specify which passwords you want as weak passwords
Mikel Lindsaar
2010-12-19
1
-11
/
+31
*
Make password messages translatable.
José Valim
2010-12-19
1
-1
/
+1
*
Avoid warnings and fix small typo on SecurePassword.
José Valim
2010-12-19
1
-1
/
+3
*
BCrypt does its own salting, lovely!
David Heinemeier Hansson
2010-12-18
1
-0
/
+11
*
Added ActiveRecord::Base#has_secure_password (via ActiveModel::SecurePassword...
David Heinemeier Hansson
2010-12-18
1
-0
/
+42