Skip to content

v0.10.0

Compare
Choose a tag to compare
released this 06 Jul 12:32
· 442 commits to main since this release

0.10.0 (2022-07-06)

Bug Fixes

  • add authorize middleware for appStreams (e54a09d)
  • add isAdmin attribute to return response of get session and login requests (bdf63df)
  • add permission authorization middleware to only specific routes (f3dfc70)
  • bumping core and running lint (a2d1396)
  • controller fixed for deleting permission (b5f595a)
  • do not show admin users in add permission modal (a75edba)
  • export GroupResponse interface (38a7db8)
  • move permission filter modal to separate file and icons for different actions (d000f75)
  • principalId type changed to number from any (4fcc191)
  • remove clientId from principal types (0781ddd)
  • remove duplicates principals from permission filter modal (5b319f9)
  • show loading spinner in studio while executing code (496247d)
  • show permission component only in server mode (f863b81)
  • update permission model (39fc908)
  • update permission response (e516b77)
  • web: only admin should be able to add, update or delete permission (be8635c)

Features

  • add api endpoint for deleting permission (0171344)
  • add api endpoint for updating permission setting (540f54f)
  • add authorize middleware for validating permissions (7d916ec)
  • add basic UI for settings and permissions (5652325)
  • add documentation link under usename dropdown menu (eeb63b3)
  • add permission model (6bea1f7)
  • add UI for updating permission (e8c21a4)
  • add validation for registering permission (e5200c1)
  • add, remove and update permissions from web component (97ecfdc)
  • added get authorizedRoutes api endpoint (b10e932)
  • created modal for adding permission (1413b18)
  • defined register permission and get all permissions api endpoints (1103ffe)
  • update swagger docs (797c2bc)