silverstripe-framework/security
Ingo Schommer 1c90231f45 mlanthaler: Reverted change of r38052.
DataObject::addExtension() is now again DataObject::add_ex
(merged from branches/gsoc)
ischommer: naming change already reverted


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41934 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 21:02:33 +00:00
..
Auth mlantahler: Reverted Sam's changes because now we can exclude directories from the ManifestBuilder? simply by adding a "_manifest_exclude" file. 2007-09-15 01:55:55 +00:00
Authenticator.php mlanthaler: Implemented OpenIDAuthenticatedRole so that the OpenID credentials are now stored in a specific column (gsoc ticket #4). In that way member system is will remain extensible (no restriction due to not support multiple-inheritance). 2007-09-15 20:00:00 +00:00
BasicAuth.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
ChangePasswordForm.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Geoip.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Group.php Added EDIT_PERMISSIONS permission code for SecurityAdmin 2007-08-31 00:31:49 +00:00
LoginForm.php mlanthaler: Refactored the new authenticator code so that it is easier now to enable/disable different authentication methods (simple edit _config.php). 2007-09-15 00:08:23 +00:00
Member.php mlanthaler: Changed the name of DataObject::add_extension() to DataObject::addExtension() (to have consistent method names) and added the a Member::addRole(). 2007-09-15 00:40:28 +00:00
MemberAuthenticator.php mlanthaler: Implemented OpenIDAuthenticatedRole so that the OpenID credentials are now stored in a specific column (gsoc ticket #4). In that way member system is will remain extensible (no restriction due to not support multiple-inheritance). 2007-09-15 20:00:00 +00:00
MemberLoginForm.php mlanthaler: Implemented OpenIDAuthenticatedRole so that the OpenID credentials are now stored in a specific column (gsoc ticket #4). In that way member system is will remain extensible (no restriction due to not support multiple-inheritance). 2007-09-15 20:00:00 +00:00
OpenIDAuthenticatedRole.php mlanthaler: ... forgot to remove debug code :-) (merged from branches/gsoc) 2007-09-15 20:00:24 +00:00
OpenIDAuthenticator.php mlanthaler: Reverted change of r38052. 2007-09-15 21:02:33 +00:00
OpenIDLoginForm.php mlanthaler: Implemented OpenIDAuthenticatedRole so that the OpenID credentials are now stored in a specific column (gsoc ticket #4). In that way member system is will remain extensible (no restriction due to not support multiple-inheritance). 2007-09-15 20:00:00 +00:00
OpenIDStorage.php mlanthaler: Switched from file-based to database-based storage to prevent replay attacks. 2007-09-14 23:08:11 +00:00
Permission.php mlanthaler: Small fix to prevent E_NOTICEs. 2007-09-14 23:12:22 +00:00
PermissionDropdownField.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
PermissionProvider.php Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
Security.php fixed bugs introduced by merging branches/gsoc 2007-09-15 02:05:23 +00:00