silverstripe-framework/tests/security
Ingo Schommer 78ac0fe3d6 ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site()
ENHANCEMENT Making $permissionCode argument optional for BasicAuth::requireLogin(). If not set the logic only checks for a valid account (but no group memberships)
ENHANCEMENT Using SS_HTTPResponse_Exception instead of header()/die() in BasicAuth::requireLogin() to make it more testable

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@107867 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:38 +13:00
..
BasicAuthTest.php ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site() 2011-02-02 14:19:38 +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 Fixed Member->PasswordEncryption defaults when writing new Member without setting a password. Fixes critical issue with MemberTableField saving in admin/security, where new members are stored with a cleartext password by default instead of using the default SHA1 (see #5772) 2011-02-02 14:19:37 +13:00
MemberTest.yml ENHANCEMENT #5352 Decouple date display from i18n locales, users now have access to change their date and time formats in Member::getCMSFields() using Member_DatetimeOptionsetField field 2011-02-02 14:19:35 +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 BUGFIX: SecurityTest tests would fail on sites which had set a non-default unique identifier field for Members 2011-02-02 14:19:19 +13:00