Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Version 2023.4.X

Frontend

  • Comments with underlined text

Backend

  • Fixed changing of groups assigned to an existing user in Admin UI

  • Newest Keycloak version from official docker repository and migration

  • Sub roles from groups and role composites are now used for authorization

  • Authorization wildcard contexts applying to a context with specific key and all values or specific value for all keys

  • Full context on hover as tooltip

  • Password not anymore required when creating new user

  • “Are you sure?” for deleting any entity in Admin UI

  • Button for deleting context disabled when Authorization is assigned

  • Checkbox bulk delete of comments in Admin UI

  • 37 Chars Authorization-Name Limit fixed -> 255 chars and UI restriction

  • Edit context assignments to existing comment

  • Default Keycloak roles are hidden in Admin UI

Migration

  1. Old “comments-keycloak-theme” folder has to be deleted and replaced with new one

  2. Changes in Kubernetes config

    1. DB_VENDOR renamed to KC_DB

    2. DB_ADDR splitted and renamed to KC_DB_URL_HOST and KC_DB_URL_PORT

    3. DB_DATABASE renamed to KC_DB_URL_DATABASE

    4. DB_SCHEMA renamed to KC_DB_SCHEMA

  3. Changes in Kubernetes secrets

    1. DB_USER renamed to KC_DB_USERNAME

    2. DB_PASSWORD renamed to KC_DB_PASSWORD

    3. KEYCLOAK_ADMIN added duplicating KEYCLOAK_USER

    4. KEYCLOAK_ADMIN_PASSWORD added duplicating KEYCLOAK_PASSWORD

Version 2023.2.X

Frontend

  • New editor options “Title” and “Hyperlink”

  • Enable and disable features based on authorizations

  • “Are your sure?” dialog for deleting comments

  • Scrolling fixed

  • Base font size configurable

  • UI improvements

Backend

  • Database scheme normalized to unique contexts

  • Routes secured on backend side based on authorizations by contexts

  • Visible comments filtered by authorizations by contexts

  • Definition of user roles in Admin UI

  • Definition of user groups in Admin UI

  • Assingment of user groups to user in Admin UI

  • Definition of “Authorizations by Contexts” in AdminUI

  • User JSON import in Admin UI

  • Backend UI improvements

Version 2023.1.X

  • UI improvements

  • Performance improvements

  • Configurable visibility of contexts

  • More specific comments display configurable

  • Font family configurable

  • Initial text for unset comment configurable

  • User edge hidable

  • Editor text formatting as title

  • Editor text with embedded hyperlink

  • Compatibility with data point and visualisation comments improved

Backend

  • CSV Export with better formatting and more information

  • Filter von Author and Date fixed

  • Pagination showing strange result lists fixed

  • No labels