Skip to content

Magic Castle UI v4.0.0

Choose a tag to compare

@lefreud lefreud released this 29 Jul 14:15

Added

  • Added automatic schema migration on server start to update the database schema to the latest version
  • Added database volume to persist the SQLite database file
  • Added magic_castles table for storing information about each Magic Castle cluster
  • Added AUTH_TYPE environment variable (either SAML or NONE) to make MC-UI compatible with a local environment and an online deployment
  • Added username display and logout button in the frontend when using SAML authentication
  • Added admin accounts based on the configuration file
  • Added guest password generation button to the cluster editor

Changed

  • Cluster's status and plan_type are now stored in a SQLite database instead of regular files
  • Changed API resource /api/magic-castle for /api/magic-castles

Fixed

  • Fixed single page application shown even when the user is logged out (due to page caching)