abp icon indicating copy to clipboard operation
abp copied to clipboard

Document changes with Dynamic permissions/features/settings/text-templates

Open hikalkan opened this issue 2 years ago • 0 comments

Based on https://github.com/abpframework/abp/pull/13644

  • Document SaveStaticPermissionsToDatabase, IsDynamicPermissionStoreEnabled, DeletedPermissionGroups, DeletedPermissions in the PermissionManagementOptions. (DeletedPermissionGroups, DeletedPermissions will be moved to AbpPermissionOptions)
  • ISimpleStateCheckerSerializer (in the advanced section of state checkers)
  • IDynamicPermissionDefinitionStore (authorization - advanced section)
  • Allow to check a permission (with its name) without defining it (statically or dynamically). PermissionChecker returns false (prohibited) for undefined permissions. (authorization doc)
  • IRootServiceProviderAccessor (DI doc)
  • Application Name (where?) and InstanceId with the IApplicationInfoAccessor service.
  • Set AbpAuditingOptions.ApplicationName from the new Application Name by default.
  • ILocalizableString and their implementations can be documented (they are not documented yet at all)
  • ILocalizableStringSerializer (localization document, advanced section)

hikalkan avatar Aug 21 '22 13:08 hikalkan