silverstripe-framework/src/Security
Damian Mooyman 029a8b9586
API Substitute Zend_Currency with NumberFormatter based solution
API Substitute Zend_Locale with Locale / NumberFormatter
API Substitute Zend_Date with IntlDateFormatter
API Added DBTIme::Nice12, FormatFromSettings
API Added Short() method to DBDate / DBTime / DBDatetime
API Add Date::getTimestamp()
API Added setSubmittedValue api for FormField
API Add second arg to base FormField::setValue()
API Major refactor of i18n into component data parts
API Implement Resettable interface to reset objects between tests
ENHANCEMENT Changed DBField::create_field return type to `static` to support better type hinting
ENHANCEMENT i18nTextCollector supports __CLASS__
2017-02-09 15:28:59 +13:00
..
Authenticator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
BasicAuth.php NEW replace _ss_environment.php with .env and environment vars 2017-01-31 20:40:17 +00:00
ChangePasswordForm.php API Updates to Form, ValidationResponse, ValidationException 2016-12-09 14:24:11 +13:00
CMSMemberLoginForm.php API Updates to Form, ValidationResponse, ValidationException 2016-12-09 14:24:11 +13:00
CMSSecurity.php Enhancement Fix up buttons within gridfield search 2017-01-10 10:53:10 +13:00
Group.php API Updates to Form, ValidationResponse, ValidationException 2016-12-09 14:24:11 +13:00
GroupCsvBulkLoader.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
LoginAttempt.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
LoginForm.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Member_GroupSet.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Member_Validator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Member.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
MemberAuthenticator.php API Replace i18n message localisation with symfony/translation 2017-01-25 17:08:12 +13:00
MemberCsvBulkLoader.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
MemberLoginForm.php NEW Move to SwiftMailer powered Emails (#6466) 2017-01-13 14:48:46 +13:00
MemberPassword.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
NullSecurityToken.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_Blowfish.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_EncryptionFailed.php NEW: Move code files into src/ folder. 2016-11-01 13:37:24 +13:00
PasswordEncryptor_LegacyPHPHash.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_MySQLOldPassword.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_MySQLPassword.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_None.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_NotFoundException.php NEW: Move code files into src/ folder. 2016-11-01 13:37:24 +13:00
PasswordEncryptor_PHPHash.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordValidator.php API Updates to Form, ValidationResponse, ValidationException 2016-12-09 14:24:11 +13:00
Permission_Group.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Permission.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionCheckboxSetField_Readonly.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionCheckboxSetField.php Simplify permissions displayed when admin (fixes #3310) 2017-01-18 14:01:44 +13:00
PermissionFailureException.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionProvider.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionRole.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionRoleCode.php API Updates to Form, ValidationResponse, ValidationException 2016-12-09 14:24:11 +13:00
RandomGenerator.php FIX PHP 7.x should use random_bytes for entropy ahead of deprecated mcrypt lib 2016-12-29 23:46:08 +13:00
RememberLoginHash.php Restored context parameter to i18n, and added to a “comment” key 2017-01-25 18:12:40 +13:00
Security.php Merge branch '3' 2017-01-17 14:17:45 +00:00
SecurityToken.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00