silverstripe-framework/security
Ingo Schommer 2627281d5c BUGFIX Fixed ComplexTableField and TableListField GET actions against CSRF attacks (with Form_SecurityToken->checkRequest()) (from r113276)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@113301 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:27:37 +13:00
..
Authenticator.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
BasicAuth.php BUGFIX: Made use of new BasicAuth::protect_entire_site() consistent. (from r91658) 2011-02-02 14:27:34 +13:00
ChangePasswordForm.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
Group.php BUGFIX Using current controller for MemberTableField constructor in Group->getCMSFields() instead of passing in a wrong instance (Group) (from r113273) 2011-02-02 14:27:36 +13:00
LoginAttempt.php APICHANGE: add documentation to changeset r74858. 2011-02-02 14:27:15 +13:00
LoginForm.php Merged from branches/nzct-trunk. Use 'svn log -c <changeset> -g' for full commit message. Merge includes stability fixes and minor refactor of TableListField and ComplexTableField. 2008-10-08 02:00:12 +00:00
Member.php BUGFIX Fixing Member_ProfileForm to validate for existing members via Member_Validator to avoid CMS users to switch to another existing user account by using their email address (from r100704) (from r100717) 2011-02-02 14:27:35 +13:00
MemberAuthenticator.php MINOR Removed whitespace after ?> end PHP tag 2011-02-02 14:26:45 +13:00
MemberLoginForm.php MINOR Moved member logged in check from MemberLoginFrom to a static function Member 2011-02-02 14:27:17 +13:00
MemberPassword.php MINOR: added empty statics to allow decoration 2011-02-02 14:27:00 +13:00
NZGovtPasswordValidator.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
PasswordValidator.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Permission.php Merged from trunk 2011-02-02 14:27:19 +13:00
PermissionDropdownField.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
PermissionProvider.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Security.php MINOR Fixed PHP notice during SS installation 2011-02-02 14:27:31 +13:00
SecurityToken.php BUGFIX Fixed ComplexTableField and TableListField GET actions against CSRF attacks (with Form_SecurityToken->checkRequest()) (from r113276) 2011-02-02 14:27:37 +13:00