silverstripe-framework/src/Control
Simon Erkelens 082db89550 Feedback from Damian.
- Move the success and message to a validationresult
- Fix tests for validationresult return
- We need to clear the session in Test logOut method
- Rename to MemberAuthenticator and CMSMemberAuthenticator for consistency.
- Unify all to getCurrentUser on Security
- ChangePasswordHandler removed from Security
- Update SapphireTest for CMS login/logout
- Get the Member ID correctly, if it's an object.
- Only enable "remember me" when it's allowed.
- Add flag to disable password logging
- Remove Subsites coupling, give it an extension hook to disable itself
- Change cascadeLogInTo to cascadeInTo for the logout method logic naming
- Docblocks
- Basicauth config
2017-06-08 17:50:20 +12:00
..
Email API Remove Object class 2017-05-23 13:50:35 +12:00
RSS API Remove Object class 2017-05-23 13:50:35 +12:00
CliController.php API Remove Object class 2017-05-23 13:50:35 +12:00
ContentNegotiator.php API Remove Object class 2017-05-23 13:50:35 +12:00
Controller.php Separate out the log-out handling. 2017-06-07 21:11:58 +12:00
Cookie_Backend.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Cookie.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
CookieJar.php API Upgrade code to use updated config 2017-02-27 16:54:01 +13:00
Director.php API Remove deprecated SS_HOST 2017-05-09 11:38:35 +12:00
FlushRequestFilter.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
HasRequestHandler.php API Refactor Form request handling into FormRequestHandler 2017-03-10 15:04:33 +13:00
HTTP.php API Upgrade code to use updated config 2017-02-27 16:54:01 +13:00
HTTPRequest.php Fix a typo in comment 2017-05-17 22:09:07 +12:00
HTTPResponse_Exception.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
HTTPResponse.php API Add streamable response object 2017-05-23 16:32:29 +12:00
HTTPStreamResponse.php API Add streamable response object 2017-05-23 16:32:29 +12:00
IPUtils.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
NestedController.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
NullHTTPRequest.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PjaxResponseNegotiator.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
RequestFilter.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
RequestHandler.php Feedback from Damian. 2017-06-08 17:50:20 +12:00
RequestProcessor.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Session.php API Rename services to match FQN of interface / classes 2017-05-16 14:15:49 +12:00