Skip to content

v0.2.0

Compare
Choose a tag to compare
@dnikolay-ebc dnikolay-ebc released this 15 Jul 08:04
· 471 commits to development since this release

Feature

  • Add custom error pages (a84053a)
  • Raise a HTTP 403 if user is not authorized (a556bdd)
  • Run apps in project context (fcc4f0a)
  • Make sidebar sticky (8bd132f)
  • Get authorization parameters from settings (7ca3e49)
  • Add user profile page (4e0f757)
  • Add basic authorization (03ab314)
  • Require login for view (1151c93)
  • Login/logout implemented (c0cd1aa)
  • Use pydantic settings (5499f10)
  • Add user settings to ui template (1ba1c29)

Fix

  • Show project name after selection (a2cd2af)
  • Scrollbar styling (b278c8a)
  • Set sidebar link active (a792b1f)

Documentation

  • Move settings to seperate file (09688b9)
  • Add changelog and contributing to readme (18a2a73)
  • Contribution guidelines added (953f61a)
  • Add env variable description to readme (557e9a6)