Skip to content

v4.3.0 Multi-Tenancy

Compare
Choose a tag to compare
@axunonb axunonb released this 02 Jan 09:11
9a6b63e
  • Simplified and refactored multi-tenancy
    • TenantResolver is limited to Base Path Strategy (Host Strategy removed)
    • new TenantStore keeping all tenants
    • new TenantContext contains SiteContext, DbContext, OrganizationContext and TournamentContext
    • one XML configuration file per tenant containing all contexts
    • added comments to XML tenant configuration files
    • more consistent naming of variables and properties
    • unit tests for new multi-tenancy
  • Navigation configuration
    • one navigation configuration for all tenants
    • dynamic tree builders: HomeNavigationTreeBilder, InfosNavigationTreeBuilder, LeaguesNavigationTreeBuilder
  • Bugfixes