Skip to content

Releases: axuno/Volleyball-League

v4.5.1 Auto-Notifications

27 Jan 22:14
Compare
Choose a tag to compare
  • Maintenance update

v4.5.0 Auto-Notifications

26 Jan 20:39
Compare
Choose a tag to compare
  • Added notification options to configuration
  • Added templates for notifications before/after matches
  • NLog: Add inner exceptions to logs
  • Fixes for nullable reference types (NRT)
  • Upgraded to Axuno.TextTemplating 1.1.0
  • Updated other nuget packages

v4.4.0 TextTemplating

09 Jan 16:47
Compare
Choose a tag to compare
  • Added email templates, services and email unit tests for AxunoTextTemplating
  • Replaced individual background email tasks for unified SendEmailTask
  • All razor views used for emails are removed
  • Fixed bug in team application

v4.3.0 Multi-Tenancy

02 Jan 09:11
9a6b63e
Compare
Choose a tag to compare
  • 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

Fixtures and Planning

05 Dec 17:24
Compare
Choose a tag to compare
  • Refactored automatic match planner from scratch
  • available and excluded match dates can now be imported as Excel files and iCal files
  • Added admin area with impersonation and system controllers
  • Updated packages for Facebook, Google and Microsoft authentication
  • League project has now Nullable = enabled
  • Changes to NLog configuration
  • Repository refactoring

v4.1.0 Graphics

02 Aug 09:08
Compare
Choose a tag to compare
  • Fully removed dependencies on System.Drawing.Common because of missing cross-platform support (GDI+)
  • Replaced charting library ZedGraph with OxyPlot
  • Updated nuget packages
  • Fixed #10

v4.0.3

03 Jul 22:16
Compare
Choose a tag to compare
  • Bug fix for editing a venue
  • Added missing translations in team application
  • Replaced logos of type PNG with type SVG
  • Updated package.json
  • Updated package references
  • Updated projects to netstandard2.1
  • Updated DAL for LlblGenPro 5.7.0
  • Updated https redirection for previously used domain

v4.0.2

02 Jun 20:19
Compare
Choose a tag to compare
  • Updated project for using endpoint routing
  • Added email to confirm team registration
  • Added tournaments to info menu
  • Updated leagues overview
  • Refactored Site, SiteList and SiteContext
  • Bug fix: Add organization route to InfosNavigationTreeBuilder
  • Max. number of days for result correction may now be 'unlimited'
  • Removed method SetModifiedOnDate in custom entity extensions
  • Updated npm packages bootstrap, bootstrap-select, moment, node-sass
  • Ranking tables will update only if a match has changed
  • Added ViewDataDictionaryExtensions class for title tag and description meta tag

v4.0.1

10 May 21:04
Compare
Choose a tag to compare

Bug fix release

v4.0.0

07 May 20:28
Compare
Choose a tag to compare

First production release of the 4th software generation