silverstripe-framework/tests/security
Daniel Hensby e5f1ca3bbe
Cleaning up Controller::handleRequest
1. Separated responsibility of handleAction so that it no longer bootstraps the controller and cleans up after the request is handled.
2. NEW beforeHandleRequest to take responsibility of bootstrapping the controller
3. NEW afterHandleRequest to take responsibility of cleanup for the controller
4. NEW calling init on controllers deprecated in favour of callInit() which takes responsibility of enforcing that "base init" is called and the before and after hooks
5. NEW Added prepareResponse to Controller for dealing with responses from controllers
6. NEW setResponse added to controller for setting response objects on the controller
2016-05-23 00:21:04 +01:00
..
BasicAuthTest.php Cleaning up Controller::handleRequest 2016-05-23 00:21:04 +01:00
BasicAuthTest.yml BUG Fix BasicAuth not resetting failed login counts on authentication 2014-10-24 14:19:12 +13:00
GroupCsvBulkLoaderTest_withExisting.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupCsvBulkLoaderTest.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupCsvBulkLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GroupCsvBulkLoaderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupTest.php BUG Guard against users being added to all groups on unsaved Group. 2015-12-11 14:51:51 +13:00
GroupTest.yml BUGFIX Nested Group records should be removed, along with the parent. 2012-03-28 22:49:58 +13:00
MemberAuthenticatorTest.php Merge 3.3 into 3 2016-05-11 14:06:23 +12:00
MemberCsvBulkLoaderTest_cleartextpws.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest_withGroups.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
MemberCsvBulkLoaderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberTest.php Merge 3 into master 2016-04-29 17:50:55 +12:00
MemberTest.yml Merge 3.3 into 3 2016-04-26 00:24:59 +01:00
PasswordEncryptorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PasswordValidatorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PermissionCheckboxSetFieldTest.php Replace core uses of DataObject::has_one/has_many/many_many 2015-03-13 16:16:12 +00:00
PermissionCheckboxSetFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PermissionRoleTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PermissionRoleTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PermissionTest.php Merge remote-tracking branch 'origin/3.3' into 3 2016-01-19 17:08:26 +13:00
PermissionTest.yml FIX Members can access their own profiles in CMS 2015-08-26 15:47:51 +01:00
RandomGeneratorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SecurityDefaultAdminTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SecurityTest.php Fix merge regressions 2016-05-02 09:08:37 +12:00
SecurityTokenTest.php API Add CSRF to Campaign delete 2016-05-09 17:33:10 +12:00