Skip to content

Releases: cmu-sei/Player.Ui

3.0.9

14 Dec 20:36
Compare
Choose a tag to compare

Enhancement Details

Improved styling for User Status

3.0.8

14 Dec 18:46
Compare
Choose a tag to compare

Enhancement Details

Added user online status tracking at /view/:id/presence

3.0.7

14 Dec 14:12
4e88676
Compare
Choose a tag to compare

Only display Active views in the view list

3.0.6

01 Dec 18:36
a4db780
Compare
Choose a tag to compare

fixed bug when {theme} was not the first parameter

3.0.5

01 Dec 14:50
e9684c9
Compare
Choose a tag to compare

Bugfix: Allows application URLs to contain additional parameters when including the theme parameter. The following are all valid syntax for including the theme as a parameter in a URL.

  • {theme}
  • ?{theme}
  • &{theme}

3.0.4

21 Oct 15:51
bb02b28
Compare
Choose a tag to compare

Enhancement Details

  • bugfix: fixed Dockerfile and basehref script
  • Dockerfile was not implementing entry scripts
  • html file permissions changed to nginx due to unprivileged nginx
  • basehref script had the wrong directory
  • Removed double dot (../) and absolute paths
  • Paths were breaking applications that utilize basehref
  • Updated Dockerfile
  • Removed ebram from code owners

3.0.3

22 Jul 17:48
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 3.0.3.

Enhancement Details

Third-party NPM library packages have been updated to current versions.

3.0.2

26 May 17:18
bf9730f
Compare
Choose a tag to compare

Enhancement Details

Third-party library packages have been updated to current versions.

3.0.1

14 May 19:28
9ca22dc
Compare
Choose a tag to compare

Enhancement Details

Users can now full-screen VM consoles from within the Player VM application.

3.0.0

26 Apr 19:43
Compare
Choose a tag to compare

There are no fix details or known issues to report in version 3.0.0.

Enhancement Details

Breaking Change!

In the Identity server, the use of implicit flow is no longer recommended for OAuth 2.0 clients. The current recommendation is to use authorization code flow and PKCE. This change makes the default deployment authorization code.

System administrators must adjust the IdentityServer client for this application to use Authorization Code flow with PKCE instead of the implicit flow.

Administrators will need to change the appsettings entry OIDCSettings.response_type from id_token token to code.

Note: If this breaking change is not made, then Player.Ui can't properly authenticate with IdentityServer.