Skip to content

Releases: RADAR-base/ManagementPortal

ManagementPortal 2.1.4

09 Sep 14:07
Compare
Choose a tag to compare

What's changed:

  • Fix many simultaneous requests causing persistent degradation of performance (#950)
  • Prevent redundant validation of JWT token when valid token is present in user session (#950)

ManagementPortal 2.1.2

29 Jul 19:16
7d5d527
Compare
Choose a tag to compare

What's Changed

  • Patch release to fix the issue with Hikari configs causing app to not start up (#904)

ManagementPortal 2.1.1

22 Mar 14:20
6a57c48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

ManagementPortal 0.8.3 EOL

24 Jun 09:34
68369e8
Compare
Choose a tag to compare

WARNING!

This is the EOL security update release for the 0.x version of managementportal.

If you are using this version be aware that you are using deprecated versions and that even this update does not fix all vulnerabilities.

Please update to 2.x as soon as possible.

What's Changed

Full Changelog: 0.8.2...v0.8.3

ManagementPortal 2.1.0

16 Oct 09:30
008ff71
Compare
Choose a tag to compare

Changes since version 2.0.0:

  • Added external ID to Pair App dialog, #713
  • Made groups, name and date of birth configurable #716
  • Proper print screen support in the Pair App dialog #718, #720
  • Updated radar-auth and management portal client to use coroutines and Kotlin Serialisation #705, #708
  • Fixed deleting old pair tokens when generating a new one #704
  • Fixed build on Windows #712
  • Fixed management-portal client compatibility with ManagementPortal 1

What's Changed

Full Changelog: v2.0.0...v2.1.0

ManagementPortal 2.0.0

14 Mar 14:44
00b1208
Compare
Choose a tag to compare

Changes from 0.8.2

  • Introduces new organization layer and additional user roles. All of the projects before MP2.0 will be automatically migrated to default organization called "Main".
  • Introduces new Project view layout
  • Introduces subject filtering including some advanced filters
  • Introduces ability add name and date of birth of a participant
  • Introduces Grouping within a project

What's Changed

Full Changelog: 0.8.2...v2.0.0

ManagementPortal 0.8.2

01 Mar 12:07
e7201ff
Compare
Choose a tag to compare

Changes since version 0.8.1:

  • Changed response of activationReset from String to Object with HttpStatus.NO_CONTENT
  • Updated radar-auth: Continue pulling public key endpoints even if one fails (#696)
  • Updated Github Actions build
  • Dockerfile build platform updates (#702)
  • README updates

ManagementPortal 0.8.1

28 Jan 15:46
12fd1a1
Compare
Choose a tag to compare

Changes since version 0.8.0:

Reduce dependency on JHipster
Migrate to the latest Angular version
Add participant_group key to the subject's attribute.

ManagementPortal 0.8.0

02 Sep 14:12
0c2feb6
Compare
Choose a tag to compare

Changes since version 0.7.1:

  • Fixed security vulnerability that exposes all subjects to all users.
  • Fix compatibility with Source Catalogue (#606)
  • Updated to Java 11 (#605)
  • Updated to Spring Boot 5, Spring Security 2, JUnit 5 (#608)
  • Updated Thymeleaf template path (#600)
  • Updated JHipster libraries
  • Updated README (#590)
  • Updated language labels (fixes #607)
  • Fixed MPClient compatibility (#613)

ManagementPortal 0.7.1

06 May 13:15
8ef0d99
Compare
Choose a tag to compare

Changes since version 0.7.0:

  • Improved Github Actions build
  • Fixed source type selection on project creation
  • Fixed MPClient access token usage (MPClient was broken)