silverstripe-framework/tests/security
2012-06-14 15:13:11 +12:00
..
BasicAuthTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12: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 Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12: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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
GroupTest.yml BUGFIX Nested Group records should be removed, along with the parent. 2012-03-28 22:49:58 +13:00
MemberAuthenticatorTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +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 Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MemberCsvBulkLoaderTest.yml ENHANCEMENT MemberCsvBulkLoader for easy member import with group associations 2009-12-02 09:40:33 +00:00
MemberTest.php BUGFIX: Member::mapInGroups() throws SQL error 2012-05-10 13:53:54 +12: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 ENHANCEMENT: Added the ability to set a cost (the property was protected before and there were no setters and getters) and enforced the php requirements on the cost string used in the salt of crypt. Specifically, two digit from 04-31. Updated unit tests for blowfish algorithm to actually use the salt generation function and to test the newly implemented cost setting and getting functionality. 2012-06-14 15:13:11 +12:00
PasswordValidatorTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionCheckboxSetFieldTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
PermissionCheckboxSetFieldTest.yml MINOR Using BlankPage template in SecurityTest, BasicAuthTest to remove ContentController dependency 2011-03-29 18:07:55 +13:00
PermissionRoleTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +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 MINOR Add newline to end of files without one 2012-04-15 10:50:19 +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 MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SecurityDefaultAdminTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
SecurityTest.php MINOR Fixing broken tests 2012-04-20 15:05:18 +12:00
SecurityTokenTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00