silverstripe-framework/security
Ingo Schommer 9e89a46853 mlanthaler: Member class is now completely documented, although the documentation of Member::map() and Member::mapInGroups() should be improved (marked with an @todo tag).
(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41836 467b73ca-7a2a-4603-9d3b-597d59a354a9
2007-09-15 00:23:44 +00:00
..
Auth mlanthaler: Bugfix: Fixed small bug. Also notified the OpenID library maintainer so that they fix the library itself. 2007-09-14 23:07:23 +00:00
Authenticator.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
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: Member class is now completely documented, although the documentation of Member::map() and Member::mapInGroups() should be improved (marked with an @todo tag). 2007-09-15 00:23:44 +00:00
MemberAuthenticator.php elofgren: Use & instead of & in 'Email & Password' to prevent XML parsing error in Firefox on login form. 2007-09-15 00:08:50 +00:00
MemberLoginForm.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
OpenIDAuthenticator.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
OpenIDLoginForm.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
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 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