Skip to content

Releases: RADAR-base/ManagementPortal

ManagementPortal 0.8.5 EOL

16 Oct 09:57
Compare
Choose a tag to compare
v0.8.5

Add manual trigger for release action

ManagementPortal 2.1.5

08 Oct 15:08
e5e2f3e
Compare
Choose a tag to compare

What's Changed

  • [Security] Vulnerability fixes and prepare for v2.1.5 release by @pvannierop in #967

Full Changelog: v2.1.4...v2.1.5

ManagementPortal 0.8.4 EOL

07 Oct 11:29
c781dc5
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: v0.8.3...v0.8.4

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