silverstripe-framework/tests/php/Security
Sam Minnee 7af7e6719e API: Security.authenticators is now a map, not an array
Authenticators is now a map of keys -> service names. The key is used
in things such as URL segments. The “default_authenticator” value has
been replaced with the key “default” in this map, although in time a
default authenticator may not be needed.
IX: Refactor login() to avoid code duplication on single/multiple handlers
IX: Refactor LoginHandler to be more amenable to extension
IX: Fixed permissionFailure hack
his LoginHandler is expected to be the starting point for other
custom authenticators so it should be easier to repurpose components
`of it.
IX: Fix database-is-ready checks in tests.
IX: Fixed MemberAuthenticatorTest to match the new API
IX: Update security URLs in MemberTest
2017-06-07 21:11:53 +12:00
..
BasicAuthTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
GroupCsvBulkLoaderTest API Namespace framework tests 2016-11-23 19:25:12 +13:00
GroupTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
InheritedPermissionsTest API Implement InheritedPermission calculator (#6877) 2017-05-11 21:07:27 +12:00
MemberCsvBulkLoaderTest API Namespace framework tests 2016-11-23 19:25:12 +13:00
MemberTest API Remove Object class 2017-05-23 13:50:35 +12:00
PasswordEncryptorTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SecurityTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
BasicAuthTest.php API: Security.authenticators is now a map, not an array 2017-06-07 21:11:53 +12:00
BasicAuthTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
GroupCsvBulkLoaderTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
GroupCsvBulkLoaderTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
GroupTest.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
GroupTest.yml API Namespace framework tests 2016-11-23 19:25:12 +13:00
InheritedPermissionsTest.php API Implement InheritedPermission calculator (#6877) 2017-05-11 21:07:27 +12:00
InheritedPermissionsTest.yml API Implement InheritedPermission calculator (#6877) 2017-05-11 21:07:27 +12:00
MemberAuthenticatorTest.php API: Security.authenticators is now a map, not an array 2017-06-07 21:11:53 +12:00
MemberCsvBulkLoaderTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
MemberCsvBulkLoaderTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
MemberTest.php API: Security.authenticators is now a map, not an array 2017-06-07 21:11:53 +12:00
MemberTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
PasswordEncryptorTest.php Respect PHPUnit method visibility 2017-03-24 16:23:03 +13:00
PasswordValidatorTest.php TEST Add historical password count test 2016-12-30 00:43:14 +13:00
PermissionCheckboxSetFieldTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
PermissionCheckboxSetFieldTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
PermissionRoleTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
PermissionRoleTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
PermissionTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
PermissionTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
RandomGeneratorTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
SecurityDefaultAdminTest.php API Upgrade to behat 3 2017-05-05 14:32:07 +12:00
SecurityTest.php API: Security.authenticators is now a map, not an array 2017-06-07 21:11:53 +12:00
SecurityTokenTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00