silverstripe-framework/security
Sean Harvey 3451da001a BUG Fixing session keep alive for non-ADMIN users
SecurityAdmin isn't always available for CMS users, as they might
not have permission to view that section. This fixes the problem
with session keep alive by moving the ping to Security/ping, which
is available for all users.
2012-11-05 15:41:10 +13:00
..
Authenticator.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
BasicAuth.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
ChangePasswordForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Group.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
GroupCsvBulkLoader.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
LoginAttempt.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
LoginForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Member.php Merge pull request #777 from halkyon/field_edit3 2012-10-27 20:11:46 -07:00
MemberAuthenticator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemberCsvBulkLoader.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
MemberLoginForm.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemberPassword.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PasswordEncryptor.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PasswordValidator.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
Permission.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionCheckboxSetField.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionRole.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
PermissionRoleCode.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
RandomGenerator.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
Security.php BUG Fixing session keep alive for non-ADMIN users 2012-11-05 15:41:10 +13:00
SecurityToken.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00