Releases: cmu-sei/Player.Ui
3.0.9
Enhancement Details
Improved styling for User Status
3.0.8
Enhancement Details
Added user online status tracking at /view/:id/presence
3.0.7
Only display Active views in the view list
3.0.6
fixed bug when {theme} was not the first parameter
3.0.5
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
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
3.0.2
3.0.1
3.0.0
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.