- Added the option to control how attributes for deliveries are requested from the user for each mandate.
- All deliveries are migrated to match current behaviour.
- The code for this application is now available under the AGPL 3.0 licence.
- BREAKING The application updated to STAC-Browser version 3.2.0 and changed how /browser requests are proxied.
- 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.
- 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
andvendor
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.
- The application name is always geopilot. With
- Removed API version from tab name.
- When releasing a GitHub pre-release, the release notes are automatically updated with the corresponding entries from the
CHANGELOG.md
file. - Show additional delivery properties in STAC browser.
- Add licensing information to the about page.
- Show delivery comment in STAC browser and on admin page.
- Sort delivery mandates alphabetically.
- Spatial extent in STAC browser.