Skip to content

1.1.143

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 06:44
· 2 commits to main since this release
fc68541

🚀 Added

  • Add Cypress test support.
  • Added localization.
  • Added separate administration area and user navigation menu to switch between delivery, administration and STAC browser.
  • Added grid to manage mandates in administration area.
  • Added grid to manage organisations in administration area.
  • Added grid to manage users in administration area.
  • Added local Keycloak server for development.
  • Added authentication in Swagger UI.

🔨 Changed

  • Renamed DeliveryMandate to Mandate.
  • Rename Abgabe to Lieferung.
  • Refactored delivery overview to use only MUI components.
  • Use Typescript for new components.
  • STAC browser now opens in a new tab.
  • Use react-oidc-context for authentication.
  • Use OpenID Connect "sub" claim as user identifier.
  • Expanded API health checks.
  • Authenticated users are now registed in the database.
  • First registered user is granted administrator privileges.
  • Updated to .NET 8.0.
  • The app now runs on port 8080 inside the docker container.
  • Redesigned complete application.
  • BREAKING Renamed various public files:
    • info-hilfe.md -> info.md
    • impressum.md -> imprint.md
    • datenschutz.md -> privacy-policy.md
    • nutzungsbedingungen.md -> terms-of-use.md
  • BREAKING Deleted banner and quickstart features.
  • BREAKING Merged application and vendor properties in Client Settings:
    • The application name is always geopilot. With name the application name can be extended, e.g. to geopilot Test.
    • The url has been removed. As an alternative the link to the organisation can be added to the public files e.g. info.md.
    • There is only one logo which is used for the header.
    • Optionally a separate faviconDark can be defined for dark mode of the browser.
  • Removed API version from tab name.