silverstripe-framework/tests/security
Ingo Schommer 139ab46240 BUGFIX Protect MemberTest from side effects caused by auth_openid and forum modules
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@110894 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:50 +13:00
..
BasicAuthTest.php BUGFIX: BasicAuthTests fail when Member's unique_identifier_field is anything except the default of Email 2011-02-02 14:19:48 +13:00
BasicAuthTest.yml ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site() 2011-02-02 14:19:38 +13:00
GroupCsvBulkLoaderTest_withExisting.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy (merged from r94252) 2011-02-02 14:18:30 +13:00
GroupCsvBulkLoaderTest.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy (merged from r94252) 2011-02-02 14:18:30 +13:00
GroupCsvBulkLoaderTest.php BUGFIX: results sorted alphabetically for consistency 2011-02-02 14:19:05 +13:00
GroupCsvBulkLoaderTest.yml ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy (merged from r94252) 2011-02-02 14:18:30 +13:00
GroupTest.php BUG FIX: column names quoted properly 2011-02-02 14:18:50 +13:00
GroupTest.yml Merged from branches/2.3 2009-04-29 01:20:24 +00:00
MemberAuthenticatorTest.php BUGFIX Fixed SapphireTest->loginWithPermission() and MemberAuthenticatorTest to use existing Members based on their unique_identifier_field (if existing) to accommodate recent Member->onBeforeWrite() changes (see r100705) 2011-02-02 14:18:51 +13:00
MemberCsvBulkLoaderTest_cleartextpws.csv MINOR Added MemberCsvBulkLoaderTest->testCleartextPasswordsAreHashedWithDefaultAlgo() (from r98841) 2011-02-02 14:18:39 +13:00
MemberCsvBulkLoaderTest_withGroups.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations (merged from r94251) 2011-02-02 14:18:30 +13:00
MemberCsvBulkLoaderTest.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations (merged from r94251) 2011-02-02 14:18:30 +13:00
MemberCsvBulkLoaderTest.php MINOR Added MemberCsvBulkLoaderTest->testCleartextPasswordsAreHashedWithDefaultAlgo() (from r98841) 2011-02-02 14:18:39 +13:00
MemberCsvBulkLoaderTest.yml ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations (merged from r94251) 2011-02-02 14:18:30 +13:00
MemberTest.php BUGFIX Protect MemberTest from side effects caused by auth_openid and forum modules 2011-02-02 14:19:50 +13:00
MemberTest.yml API CHANGE Member->canEdit() returns false if the editing member has lower permissions than the edited member, for example if a member with CMS_ACCESS_SecurityAdmin permissions tries to edit an ADMIN (fixes #5651) 2011-02-02 14:19:50 +13:00
PasswordEncryptorTest.php NOTFORMERGE Fixed merge error from r91576 2011-02-02 14:17:36 +13:00
PasswordValidatorTest.php MINOR Fixed hardcoded error message in PasswordValidator (fixes #5734) 2011-02-02 14:19:32 +13:00
PermissionCheckboxSetFieldTest.php BUG FIX: column names quoted properly 2011-02-02 14:18:50 +13:00
PermissionCheckboxSetFieldTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionRoleTest.php BUG FIX: column names quoted properly 2011-02-02 14:18:50 +13:00
PermissionRoleTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group 2011-02-02 14:17:59 +13:00
PermissionTest.php MINOR: Fixed PermissionTest assertion (from r96642) 2011-02-02 14:18:23 +13:00
PermissionTest.yml API CHANGE: Added PermissionRole and PermissionRoleCode, along with relevant tests for the permission system. (from r85173) 2009-10-15 22:27:56 +00:00
SecurityDefaultAdminTest.php MINOR: Make SecurityDefaultAdminTest when you run it by itself. 2011-02-02 14:18:15 +13:00
SecurityTest.php MINOR Fixed failing test as session being set before logging out and losing BackURL 2011-02-02 14:19:44 +13:00