Skip to content

Version 3.8.0

Compare
Choose a tag to compare
@Gwenou Gwenou released this 31 Oct 17:39
· 285 commits to master since this release

V3.8.0

  • More compliant with IISExpress and use port 32128
  • Posibility to be databaseless for WebApi used as Connector:
    • Remove User info in Token light.
    • Bouton token light added swagger to be able to test.
    • Disable distibued cache is possible.
    • BIADistibuedCache switch to BIALocalCache if distibued cache is disable

Angular

  • Angular 16.
  • Remove flex-layout.
  • Add badge on filter when there is a filter on a column.
  • Add custom validators.
  • Translate of the role in User list, fix when langage change.

DotNet

  • UserManager is optionnal, specifique mapping Role to permission can be manage by environment.
  • Keycloack authentication review.
  • Add Draw io model.
  • Add TOptionDto for non int id.
  • Separate setting between IIS and IISExpress.
  • Add direct navigation in junction (for new crud only).
  • Add NLog rule for EntityFrameworkCore.
  • Add the permission Background_Task_Admin for Admin.
  • Remove uncrypted token.
  • Swager GetAll works without change parametres
  • Display error message when deployDB crash at deployement.
  • Get AD Group form authentication claims (faster and no cache needed).
  • Stop deployement if error durring deployDB
  • Timeout for deploydb is configurable
  • Fix sync user crash when login not in AD
  • Fix stop service and App pool at deployement.