You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding IsSecurityCritical property to Permission class and setting up Security Critical permissions
* Setting up default hint for security critical permissions
* Adding GetSecurityCriticalPermissions to IRoleService
* Indicating security critical permissions in the role editor
* Indicating roles that have security sensitive permissions in the UserRolesPart editor
* Indicating roles that have security sensitive permissions in the Role Admin list
* Code styling
* Styling
* Removing empty line
* Code styling in Orchard.Roles/Views/Admin/Index.cshtml
* Optimizing and standardizing the processing of security critical permissions / roles + code styling
* Simplifying the GetSecurityCriticalPermissions method
Co-authored-by: Benedek Farkas <benedek.farkas@lombiq.com>
* Removing setting up a Hint for security critical permissions
* Adding a meaningful summary for the IsSecurityCritical property of Permission
* Removing the Hint property from the Permission
---------
Co-authored-by: Benedek Farkas <benedek.farkas@lombiq.com>
publicstaticreadonlyPermissionManageClientIpAddressSettings=newPermission{Description="Manage client IP address settings",Name="ManageClientIpAddressSettings"};
publicstaticreadonlyPermissionManageClientIpAddressSettings=newPermission{Description="Manage client IP address settings",Name="ManageClientIpAddressSettings",IsSecurityCritical=true};
13
13
14
14
publicvirtualFeatureFeature{get;set;}
15
15
@@ -35,4 +35,4 @@ public IEnumerable<PermissionStereotype> GetDefaultStereotypes()
0 commit comments