silverstripe-framework/security
Marcus Nyeholt 82a1e7d282 MINOR Use injector for creating Member_GroupSet object
MINOR Use injector for creating many many list objects

MINOR Use injector for creating objects from within the DataList

MINOR Use Injector::inst() for creating objects; cannot rely on this->injector being present due to many classes being created with 'new', so use inst() directly

MINOR Remove injector autoset property for now; automatically setting it breaks a few test cases that don't know about it for now, and it's not needed just yet
2012-06-05 01:33:44 +10:00
..
Authenticator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
BasicAuth.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ChangePasswordForm.php MINOR Replacing deprecated static function calls to Director with 2012-05-23 21:50:02 +12:00
Group.php MINOR Use shorthand {class}::get() syntax instead of DataList::create() 2012-05-28 21:13:42 +12:00
GroupCsvBulkLoader.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LoginAttempt.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LoginForm.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Member.php MINOR Use injector for creating Member_GroupSet object 2012-06-05 01:33:44 +10:00
MemberAuthenticator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MemberCsvBulkLoader.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MemberLoginForm.php API CHANGE Deprecate Member::sendInfo(), use Member_ChangePasswordEmail and Member_ForgotPasswordEmail class directly instead. 2012-05-05 10:04:46 +12:00
MemberPassword.php BUGFIX: Increase size of varchar fields on MemberPassword to match those defined in Member. This fixes issues when the password hash is longer than 50 characters, and was being truncated when saved in MemberPassword. 2012-05-07 15:04:25 +12:00
PasswordEncryptor.php BUGFIX: Fix checking for flawed blowfish encryption 2012-05-16 16:40:12 +12:00
PasswordValidator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Permission.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionCheckboxSetField.php MINOR Switching _t() calls from sprintf() to using injection parameters (#7170) 2012-05-01 22:17:00 +02:00
PermissionProvider.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionRole.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionRoleCode.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
RandomGenerator.php BUGFIX Revert remove of function_exists() check for mcrypt in 2012-04-18 18:44:33 +12:00
Security.php Merge pull request #483 from halkyon/cms_ping_keepalive 2012-05-23 15:55:22 -07:00
SecurityToken.php ENHANCEMENT Session::start() now only called when there is changed 2012-04-27 16:28:46 +12:00