silverstripe-framework/src/Security
Mike Cochrane b8e5a2ce32 FIX readonly PermissionCheckboxSetField
A readonly PermissionCheckboxSetField (eg in Security when viewing a member without permission to edit it) can result in calling "getRecord()" on null.  Add is_object check, consistent with line 98.
2017-09-25 15:25:10 +13:00
..
MemberAuthenticator BUG Incorrect path for requirements file 2017-09-12 10:36:48 +01:00
AuthenticationHandler.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
AuthenticationMiddleware.php FIX: Removed unnecessary database_is_ready call. 2017-08-25 13:06:12 +12:00
Authenticator.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
BasicAuth.php FIX: Removed unnecessary database_is_ready call. 2017-08-25 13:06:12 +12:00
CMSSecurity.php BUG Incorrect path for requirements file 2017-09-12 10:36:48 +01:00
DefaultAdminService.php Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00
DefaultPermissionChecker.php API Implement InheritedPermission calculator (#6877) 2017-05-11 21:07:27 +12:00
Group.php FIX Replace deprecated %s placeholders in translations with named placeholders 2017-08-02 13:03:55 +12:00
GroupCsvBulkLoader.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
IdentityStore.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
InheritedPermissions.php Separate out the log-out handling. 2017-06-07 21:11:58 +12:00
InheritedPermissionsExtension.php API Implement InheritedPermission calculator (#6877) 2017-05-11 21:07:27 +12:00
LoginAttempt.php BUG Fix invalid i18n yaml 2017-08-03 10:13:09 +12:00
LoginForm.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
LogoutForm.php NEW: Add CSRF token to logout action 2017-06-21 15:42:13 +01:00
Member_GroupSet.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
Member_Validator.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
Member.php Make auto login token expiry configurable (closes #7278) 2017-09-18 14:06:13 +01:00
MemberCsvBulkLoader.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
MemberPassword.php API Update DefaultAdmin services 2017-06-15 15:53:57 +12:00
NullSecurityToken.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_Blowfish.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_EncryptionFailed.php NEW: Move code files into src/ folder. 2016-11-01 13:37:24 +13:00
PasswordEncryptor_LegacyPHPHash.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_MySQLOldPassword.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_MySQLPassword.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_None.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor_NotFoundException.php NEW: Move code files into src/ folder. 2016-11-01 13:37:24 +13:00
PasswordEncryptor_PHPHash.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PasswordEncryptor.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
PasswordValidator.php FIX Replace deprecated %s placeholders in translations with named placeholders 2017-08-02 13:03:55 +12:00
Permission_Group.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
Permission.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
PermissionCheckboxSetField_Readonly.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionCheckboxSetField.php FIX readonly PermissionCheckboxSetField 2017-09-25 15:25:10 +13:00
PermissionChecker.php API Implement InheritedPermission calculator (#6877) 2017-05-11 21:07:27 +12:00
PermissionFailureException.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionProvider.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
PermissionRole.php Ran upgrader for lang files 2017-04-28 14:59:42 +12:00
PermissionRoleCode.php FIX Replace deprecated %s placeholders in translations with named placeholders 2017-08-02 13:03:55 +12:00
RandomGenerator.php Only use random_bytes() for RandomGenerator (closes #6397) 2017-05-19 11:18:56 +01:00
RememberLoginHash.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
RequestAuthenticationHandler.php Cleanup and RequestFilter refactor 2017-06-09 15:07:35 +12:00
Security.php Merge pull request #7298 from robbieaverill/pulls/4.0/replace-stat-usage 2017-08-23 10:12:40 +01:00
SecurityToken.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00