Skip to content

Releases: THM-Health/PILOS

PILOS 4.14.2

10 Apr 13:25

Choose a tag to compare

This update to PILOS v4 fixes an error in search fields introduced by PILOS 4.14.1.


Important note

Our release notes and changelog typically include only information relevant to users and administrators; developer-only changes are not listed explicitly.

That said, the 4.14.1 release introduces a significant internal change to the codebase: strict typing has been enabled in PHP (#3032). We have carefully reviewed and addressed all type-related issues identified during this process and are confident in the stability of this update.

However, if you encounter any unexpected behavior in production, please report it by opening an issue.

The 4.14.1 and 4.14.2 releases intentionally do not include any database changes. If needed, you can safely roll back to version v4.14.0 by using the corresponding Docker image tag.


To Install this version check our Getting Started Guide


Fixed

Full Changelog: v4.14.1...v4.14.2

PILOS 4.14.1

09 Apr 16:12

Choose a tag to compare

This update to PILOS v4 improves the provision command, recording access and contains small UX improvements.


Important note

Our release notes and changelog typically include only information relevant to users and administrators; developer-only changes are not listed explicitly.

That said, this release introduces a significant internal change to the codebase: strict typing has been enabled in PHP (#3032). We have carefully reviewed and addressed all type-related issues identified during this process and are confident in the stability of this update.

However, if you encounter any unexpected behavior in production, please report it by opening an issue.

This release intentionally does not include any database changes. If needed, you can safely roll back to version v4.14.0 by using the corresponding Docker image tag.


To Install this version check our Getting Started Guide


Changed

  • BBB API URL is now automatically normalized to include a trailing / when adding BBB servers using the provision command (#3011, #3014) @pizkaz
  • Provision command data format to support partial provision using optional sections and fields (#3014) @pizkaz
  • Show a login button instead of a reload button for guests without access to a room (#2321) @samuelwei

Fixed

  • Room description editor not closed after 403 error on save (#2997, #3000) by @Sabr1n4W
  • Recording access blocked in some browsers due to restrictions on opening new windows without user interaction (#2851, #2901) by @Sabr1n4W

Full Changelog: v4.14.0...v4.14.1

PILOS 4.14.0

07 Apr 14:43

Choose a tag to compare

This update to PILOS v4 adds new admin settings for accessibility and privacy, enhances the Greenlight v2 import, and introduces a new Greenlight v3 import command. It also contains several small accessibility and UI improvements, along with numerous dependency updates.


To Install this version check our Getting Started Guide


Added

Changed

  • BBB API URL is now automatically normalized to include a trailing / when adding or editing a server (#2912, #2913)
  • Increased external ID database column length (#2998, #2999)

Fixed

  • Greenlight v2 imported room settings not applied due to disabled expert mode (#2665) by @pizkaz
  • Input zooming on iOS devices when focusing input fields (#3028, #3029) by @samuelwei
  • Missing aria-label for recording edit button (#2906, #2911)
  • Missing aria-labels for running meetings table header icons (#2905, #2910)

New Contributors

Full Changelog: v4.13.0...v4.14.0

PILOS 4.13.0

23 Feb 13:35

Choose a tag to compare

This update to PILOS v4 includes a major internal refactoring of the room authentication flow, resolving an issue where users were unable to download files due to browser popup restrictions. It also introduces minor accessibility improvements and strengthens security.


To Install this version check our Getting Started Guide


Added

  • Rate limiting to prevent Room-ID enumeration attacks (#2518) by @samuelwei

Changed

Fixed

  • File downloads blocked in some browsers due to restrictions on opening new windows without user interaction (#1409, #2726) by @Sabr1n4W
  • Room start failed with a 404 error when an uploaded file was missing from storage (#2726) by @Sabr1n4W
  • Low color contrast in room utilization statistic chart (#2854, #2855) by @samuelwei
  • Missing localized aria-labels for some UI components (#2856, #2857) by @samuelwei

Full Changelog: v4.12.0...v4.13.0

PILOS 4.12.0

09 Feb 12:30

Choose a tag to compare

This update to PILOS v4 adds support for the Arabic locale and bumps dependencies.


To Install this version check our Getting Started Guide


Added

Fixed

New Contributors

Full Changelog: v4.11.0...v4.12.0

PILOS 4.11.0

04 Feb 11:25

Choose a tag to compare

This update to PILOS v4 enhances compatibility with BBB servers and load balancers, prevents room URLs shared on third-party websites from appearing in search engine results, and includes various bug fixes and dependency updates — including an upgrade to the BBB Recording Player.


To Install this version check our Getting Started Guide


Added

Changed

Removed

Fixed

New Contributors

Full Changelog: v4.10.0...v4.11.0

PILOS 4.10.0

12 Jan 13:11

Choose a tag to compare

This update to PILOS v4 improves UX and bumps many dependencies, including the BBB Recording Player.

SECURITY
Due to the security vulnerability (CVE-2026-22800) that has been fixed, we recommend installing the update as soon as possible.


To Install this version check our Getting Started Guide


Added

Changed

  • Auto-reload of rooms now disabled for guests without access (#2588) by @samuelwei
  • API request method from GET to POST to panic a server (d9ab9bb) by @samuelwei

Fixed

Full Changelog: v4.9.0...v4.10.0

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