v0.4.2 - 2021-11-30

Changed

  • The whole app now requires user authentication

  • User authentication is now handled by Customer portal

API

  • Authentication of all endpoints is now handled by the customer portal

  • Filtering results by the informationKind parameter at the /catalogue/search and catalogue/search/locationTree endpoint for items without a informationKind set previously required you to query it by ?informationKind=__unset__. Now you can also query by ?informationKind= and preferably by ?informationKind=%00 to explicitly mention that you want to filter by missing values.

Fixed

  • fixed a bug where the informationKind could not be reset

  • Setting the ALLOW_INSECURE_CONNECTION now also deactivates CORS middleware