silverstripe-framework/tests/php/Security
Simon Erkelens 082db89550 Feedback from Damian.
- Move the success and message to a validationresult
- Fix tests for validationresult return
- We need to clear the session in Test logOut method
- Rename to MemberAuthenticator and CMSMemberAuthenticator for consistency.
- Unify all to getCurrentUser on Security
- ChangePasswordHandler removed from Security
- Update SapphireTest for CMS login/logout
- Get the Member ID correctly, if it's an object.
- Only enable "remember me" when it's allowed.
- Add flag to disable password logging
- Remove Subsites coupling, give it an extension hook to disable itself
- Change cascadeLogInTo to cascadeInTo for the logout method logic naming
- Docblocks
- Basicauth config
2017-06-08 17:50:20 +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 Separate out the log-out handling. 2017-06-07 21:11:58 +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 Feedback from Damian. 2017-06-08 17:50:20 +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 Feedback from Damian. 2017-06-08 17:50:20 +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 Feedback from Damian. 2017-06-08 17:50:20 +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 Feedback from Damian. 2017-06-08 17:50:20 +12:00
SecurityTokenTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00