Skip to content

Releases: THM-Health/PILOS

PILOS 4.9.0

15 Dec 13:59

Choose a tag to compare

This update to PILOS v4 adds storage space to metrics, fixes multiple UI bugs, and bumps many dependencies, including the BBB Recording Player.


To Install this version check our Getting Started Guide


Added

Changed

Fixed

Full Changelog: v4.8.0...v4.9.0

PILOS 4.8.0

27 Oct 13:14

Choose a tag to compare

This update to PILOS v4 adds OpenID Connect as a new authentication option and offers additional options for customizing the user interface using custom CSS. It also fixes several minor bugs and implements security recommendations and fixes that were suggested during a penetration test conducted by a German state government.

Due to the security vulnerabilities that have been fixed, we recommend installing the update as soon as possible.


To Install this version check our Getting Started Guide


⚠️ Upgrading / Breaking Change

In previous NGINX reverse proxy configuration recomendations, the Host header was not explicitly set.
Due to an undocumented change in the Laravel framework, this now results in a “Bad Request” error.

Add the following line to your NGINX configuration:

proxy_set_header Host $host;

Added

Changed

Fixed

Security

Full Changelog: v4.7.1...v4.8.0

PILOS 4.7.1

10 Sep 13:13

Choose a tag to compare

This update of PILOS v4 fixes an issue with legacy 6-digit access codes and updates dependencies.


To Install this version check our Getting Started Guide


Changed

  • Value range and randomness of access code generation (#2433) by @samuelwei

Fixed

  • Support for legacy 6-digit access codes imported from Greenlight v2 (#2433) by @samuelwei

Full Changelog: v4.7.0...v4.7.1

PILOS 4.7.0

21 Jul 11:00

Choose a tag to compare

This update of PILOS v4 adds virus scanning and Prometheus metrics, as well as multiple other small UX improvements and bug fixes.

SECURITY
This release updates livewire to address CVE-2025-54068, CVSS 9.2 (CRITICAL). It is currently unclear whether PILOS is affected or not, but we strongly encouraged to update as soon as possible.


To Install this version check our Getting Started Guide


Added

Fixed

Full Changelog: v4.6.1...v4.7.0

PILOS 4.6.1

16 Jun 13:14

Choose a tag to compare

This update of PILOS v4 resolves an issue where join parameters in the global streaming settings could not be cleared. It also includes internal code improvements and updated dependencies.


To Install this version check our Getting Started Guide


Fixed

Full Changelog: v4.6.0...v4.6.1

PILOS 4.6.0

12 Jun 12:38

Choose a tag to compare

This update of PILOS v4 brings a few small improvements: user profile pictures and last login timestamps are shown in the admin UI and room types can now be configured with custom join parameters.


To Install this version check our Getting Started Guide


Added

Fixed

Full Changelog: v4.5.0...v4.6.0

PILOS 4.5.0

02 May 11:31

Choose a tag to compare

This update of PILOS v4 several key enhancements: a new optional feature for livestreaming BigBlueButton (BBB) meetings, additional options for configuring TLS handling in SMTP connections, and support for the Persian (Farsi) locale with right-to-left (RTL) layout and a fully translated locale selector.


To Install this version check our Getting Started Guide


Added

Fixed

  • Running BBB playback player build script in BusyBox (#2053) @pizkaz

Removed

  • Environment variable MAIL_ENCRYPTION, use MAIL_SCHEME instead (#2033) @samuelwei

Full Changelog: v4.4.0...v4.5.0


New Contributors

PILOS 4.4.0

07 Apr 12:10

Choose a tag to compare

This update of PILOS v4 upgrades the base PHP image to 8.4, improves accessibility, allows removing the English locale, and includes several bug fixes.


To Install this version check our Getting Started Guide


Changed

  • Bump base PHP image to 8.4 (#1937 ) by @samuelwei
  • Hide locale select in main nav if only one locale is enabled (#1920) by @samuelwei
  • Improve accessibility for room type filter on the room overview page (#1988) by @samuelwei
  • Improve accessibility for room type replacement in the room type delete dialog (#1988) by @samuelwei

Fixed

  • Logo url in emails for logos with absolute path (#1900) by @samuelwei
  • Logo height and width in emails (#1900) by @samuelwei
  • Download files with special characters in the filename (#1960) by @samuelwei
  • Close join/start dialog before joining the BBB meeting (#1940) by @samuelwei
  • Allow removing English from the list of enabled locales (#1919, #1920) by @samuelwei
  • Action column in admin UI too small with only one action in some locales (#2015) by @samuelwei
  • Action column in admin UI is shown even if no action is available due to permissions (#2015) by @samuelwei
  • Action column in admin UI user list no always shown (#2015) by @samuelwei

Full Changelog: v4.3.1...v4.4.0

PILOS 4.3.1

17 Feb 09:16

Choose a tag to compare

This update of PILOS v4 fixes a bug in the Greenlight v2 compatibility mode routing and improves the recording documentation.


To Install this version check our Getting Started Guide


Fixed

Full Changelog: v4.3.0...v4.3.1

PILOS 4.3.0

03 Feb 12:00

Choose a tag to compare

This update of PILOS v4 introduces enhanced permission restrictions for non-superusers, a command to provision via JSON-file, numerous new frontend tests, and improved error handling. Additionally, various UI issues have been fixed, including search and loading errors, as well as inconsistencies in form validation and dropdown menus.


To Install this version check our Getting Started Guide


Added

Changed

Fixed

Full Changelog: v4.2.0...v4.3.0


Special thanks to @Sabr1n4W for her incredible dedication over the past 12 months in re-implementing our test suite in Cypress and adapting it for the new UI. Your hard work and commitment have been invaluable to this project!