Skip to content

Releases: RADAR-base/ManagementPortal

managementportal version 0.6.1

27 Oct 16:58
b49998a
Compare
Choose a tag to compare

Changes from release 0.6.0

  • Fixes Postgres connection error
  • Shows attributes of sources and subjects. Closes #516
  • Show hyperlink only when externalLink is available. Closes #519
  • Update dependencies
  • Fixes refresh token timeout
  • Replaces cns logo with radar-base logo

managementportal version 0.6.0

06 Jul 15:44
856cddd
Compare
Choose a tag to compare

Changes since version 0.5.8:

  • Upgraded to Angular 5
  • Added persistent token API
  • Fixed ManagementPortal base URL for internal JWT authorisation checks
  • Startup time decrease

Release 0.5.8

29 Oct 12:55
f104a91
Compare
Choose a tag to compare

Changes from Release 0.5.7

  • Adds PROJECT_ADMIN role to MEASUREMENT_CREATE permission
  • Adds additional security check utilities for Authorities and permission
  • Fixes navigating to user-management without correct permissions
  • Adds additional validation for SYS_ADMIN routes
  • Adds tweaks on authentication validation

Release 0.5.7

23 Sep 16:19
03d3dde
Compare
Choose a tag to compare

Change-log from Release 0.5.6

  • Various front-end dependency upgrades
  • Removes unused dependencies and code/components
  • Adds healthcheck to check for database connection
  • Upgrade webpack, node, protractor versions
  • Improves project and subject query implementaion
  • Provides correct documentation for OAuth2 authorization_code flow

ManagementPortal version 0.5.6

07 May 17:09
980c28e
Compare
Choose a tag to compare

Changes since version 0.5.5:

  • Fixes generated POM and JAR files
  • Fixes Travis build

Release 0.5.5

26 Mar 16:10
9906da6
Compare
Choose a tag to compare

Changes from release 0.5.4

  • update some dependencies
  • Upgrade to gradle 5.2.1
  • Add support for loading old public-keys for verification from config files and validate using java-jwt:3.2.0.

Migrating from 0.5.3 to 0.5.5
When upgrading from versions earlier than 0.5.4, please follow these steps.

  1. Copy old public-key file to MP class-path and configure environment variable RADAR_IS_CONFIG_LOCATION to the location of the config file provided.
  2. Set MANAGEMENTPORTAL_OAUTH_ENABLE_PUBLIC_KEY_VERIFIERS to "true".
  3. If you have other components who validates the token, use the public-key endpoint to request for public-keys in the form of JavaWebKeySet. Please upgrade your radar-auth dependency to at lease 0.5.4 or higher.

Release 0.5.4

13 Mar 14:47
116fb86
Compare
Choose a tag to compare

Changes since version 0.5.3: This release should be accompanied by a modification in gateway as well to use TokenValidator radar-auth:0.5.4

  • Updates several back-end and front-end dependencies based on dependabot suggestions.
  • Default pagination with maximum records when pagination was not provided as part of the request.
  • Refactors Keystore functions for OAuth token signing and verification
  • Fixes multiple roles shows for a user
  • adds a check-box to allow empty secrets for public clients
  • Fixes subject-source relationship getting lost when an assigned source is edited.
  • Fixed public token_key endpoint to share possible public_keys

Closes #388, #348 , #345 , #229

Release 0.5.3

08 Feb 16:41
7f5d1b2
Compare
Choose a tag to compare

Release Note

  • Fixes bintray upload dependency #338
  • Update account creation email template with more information #342
  • Fix foreign-key violations #343
  • Add notification about meta-token timeout #347
  • Fix limited number of source-type loaded in project dialog #383

Closes #346 , #341

Release 0.5.2

06 Nov 12:48
74da892
Compare
Choose a tag to compare

Changes from 0.5.1

  • Upgrade to Angular 4.1.3
  • Fix translation errors and resolve warnings
  • Add support for PKCS12 keystore format files.
  • Add more e2e tests
  • Update some dependencies and fix codacy issues.

Closes #327, #328, #253.

Release 0.5.1

19 Sep 13:19
8e4cda7
Compare
Choose a tag to compare

Changes from 0.5.0

  • Fixes wrong exception message during dynamic source registration
  • Fixes issues during automated inactive user deletion
  • Shows meta-token name and base-url
    Fixes #319 #280 #266