silverstripe-framework/tests/security
Stig Lindqvist 0d031a5045 API CHANGE Use Config for registering default password encryptors
Using the config system for registering password encryptors
Remove the eval on password encryptor construction by using reflection
Throws deprecation messages when using static register / unregister
2012-04-07 19:14:00 +12:00
..
BasicAuthTest.php MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests 2011-03-30 23:04:48 +13:00
BasicAuthTest.yml ENHANCEMENT Allowing custom messages and permission codes in BasicAuth::protect_entire_site() 2010-10-18 22:29:35 +00:00
GroupCsvBulkLoaderTest_withExisting.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy 2009-12-02 09:40:38 +00:00
GroupCsvBulkLoaderTest.csv ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy 2009-12-02 09:40:38 +00:00
GroupCsvBulkLoaderTest.php MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests 2011-03-30 23:04:48 +13:00
GroupCsvBulkLoaderTest.yml ENHANCEMENT Added GroupCsvBulkLoader class to facilitate group imports with permission codes and hierarchy 2009-12-02 09:40:38 +00:00
GroupTest.php Merge pull request #271 from halkyon/group_changes 2012-03-28 02:52:52 -07:00
GroupTest.yml BUGFIX Nested Group records should be removed, along with the parent. 2012-03-28 22:49:58 +13:00
MemberAuthenticatorTest.php API CHANGE Use Config for registering default password encryptors 2012-04-07 19:14:00 +12:00
MemberCsvBulkLoaderTest_cleartextpws.csv MINOR Added MemberCsvBulkLoaderTest->testCleartextPasswordsAreHashedWithDefaultAlgo() 2010-02-12 00:58:10 +00:00
MemberCsvBulkLoaderTest_withGroups.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations 2009-12-02 09:40:33 +00:00
MemberCsvBulkLoaderTest.csv ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations 2009-12-02 09:40:33 +00:00
MemberCsvBulkLoaderTest.php MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests 2011-03-30 23:04:48 +13:00
MemberCsvBulkLoaderTest.yml ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations 2009-12-02 09:40:33 +00:00
MemberTest.php MINOR Fixes to method arguments in core classes for E_STRICT support. 2012-03-28 22:41:42 +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) (from r110856) 2010-10-19 02:46:26 +00:00
PasswordEncryptorTest.php API CHANGE Use Config for registering default password encryptors 2012-04-07 19:14:00 +12:00
PasswordValidatorTest.php MINOR Fixed hardcoded error message in PasswordValidator (fixes #5734) 2010-10-15 03:03:19 +00:00
PermissionCheckboxSetFieldTest.php MINOR Changed $fixture_path to relative filenames in all sapphire test cases in order to allow easier file moving and less verbosity in tests 2011-03-30 23:04:48 +13:00
PermissionCheckboxSetFieldTest.yml MINOR Using BlankPage template in SecurityTest, BasicAuthTest to remove ContentController dependency 2011-03-29 18:07:55 +13:00
PermissionRoleTest.php ENHANCEMENT: Implemented DataList as the successor of DataObjectSet. DataList doesn't execute the query until it's actually needed, allowing for a more flexible ORM. 2011-05-01 15:25:45 +12:00
PermissionRoleTest.yml FEATURE: added several tests for PermissionCheckboxSetField, PermissionRole and Group (from r94887) 2009-12-16 05:43:59 +00:00
PermissionTest.php BUGFIX: Fixed Permission::add_to_hidden_permissions() and Permission::remove_from_hidden_permissions() 2011-05-01 15:26:28 +12:00
PermissionTest.yml MINOR Removed reliance of sapphire/admin unit tests on SiteTree and CMSMain 2011-03-29 18:20:10 +13:00
RandomGeneratorTest.php ENHANCEMENT Added RandomGenerator for more secure CRSF tokens etc. 2010-12-05 00:18:19 +00:00
SecurityDefaultAdminTest.php ENHANCEMENT: Implemented DataList as the successor of DataObjectSet. DataList doesn't execute the query until it's actually needed, allowing for a more flexible ORM. 2011-05-01 15:25:45 +12:00
SecurityTest.php MINOR: Text fix. 2011-10-29 17:36:38 +13:00
SecurityTokenTest.php MINOR: Removed usage of deprecated FormField::Name() 2011-10-29 17:34:32 +13:00