Skip to content

Servoy Security 1.3.0 Release

Compare
Choose a tag to compare
@paronne paronne released this 20 Dec 10:43
· 147 commits to master since this release

This release contains new module and several enhancements to the Security modules

Behavior Changes

  • Permisssion will be synced only in Developer. To sync permissions at deployment use a post-import hook

Enhancement to svySecurity module

  • Tenant can be created as slave of existing tenant. Master tenant will propagate to all it's slave tenants changes to it's roles and to the role's permissions. e.g. every new role created in a master tenant will be created in all it's slave tenants.
  • New APIs cloneTenant(tenantToClone, name, makeSlave);
  • New Tenant's API createSlave(name), getSlaves(), isMasterTenant();
  • New (optional) email field added for the user. User have new API getEmail()/setEmail();
  • New session API getSolutionName()
  • Permission will be synced only in the Developer
  • Tenant table filters includes null value for tenant_name
  • SecurityBatch starting in developer is now optional

New svySecurityUX module v1.3.0

New svyProperties module v1.0.0