Skip to content

Releases: redbox-mint/redbox-portal

v2.0.9

19 May 22:10
adb622f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.8...v2.0.9

v2.0.8

04 May 00:58
64f4158
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

13 Apr 03:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.0.7

v2.0.6

31 Mar 06:14
Compare
Choose a tag to compare
  • Fixed: DropdownFieldComponent can now be repeated within RepeatableGroupComponent.
  • Fixed: Gracefully handle OIDC logins with missing attributes (e.g email).

v2.0.5

21 Mar 05:00
Compare
Choose a tag to compare

What's Changed

Read more

v2.0.4

01 Dec 22:58
d29fdd5
Compare
Choose a tag to compare

What's Changed

Read more

v2.0.3

24 Nov 22:56
Compare
Choose a tag to compare

Added dumb-init to the docker container. Required as forked processes from the PDF generation plugin do not correctly die when launched from PID 1.
Added new default page size parameter so that the amount of results returned is configurable per system

Full Changelog: v2.0.2...v2.0.3

v2.0.1.1

23 Sep 03:37
af61147
Compare
Choose a tag to compare

Added support for serving ReDBox on a different root context. e.g. /redbox/default/rdmp/home rather than /default/rdmp/home
Fixed pagination issue in the search interface
Bug fixes and performance enhancements

v2.0.2

23 Sep 00:40
Compare
Choose a tag to compare

Implemented user authentication auditing. All login and logout events are captured in the database.
Implemented record auditing. All record modifications are captured in the database.
Bug fixes and performance enhancements

v2.0.0

24 Sep 04:55
Compare
Choose a tag to compare

Pure Nodejs implementation. Dependencies to legacy Java components has been removed
New extensible queueing system implemented. Default provider is based on Agenda https://github.com/agenda/agenda
Upgraded Sails to v1.4.2
Support for running post-save triggers synchronously
Support for 2020 ANZSRC FOR and SEO Codes
Improved OIDC implementation that supports ADFS 2016
Bug fixes and performance enhancements