Difference between revisions of "VALT 6.4.9"

From IVS Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
TBD, 2025
+
April 30th, 2025
  
 
'''Application Fixes'''
 
'''Application Fixes'''
 
* Fixed incorrect redirect URL for live recording notifications
 
* Fixed incorrect redirect URL for live recording notifications
 
* Fixed Zoom in/Zoom out functionality when observing streams in the Observe page for iPads
 
* Fixed Zoom in/Zoom out functionality when observing streams in the Observe page for iPads
* Fixed error message handling when trying to set two user profiles with the same email
+
* Fixed error message handling when updating a user's email to one that is already set for another user
 +
* Fixed issue that did not synchronize emails between the Edit User page in the Admin section and a user's Edit Profile page
 
* Fixed issue that displayed a static text field for PDF exports of the Review page with Evaluation templates
 
* Fixed issue that displayed a static text field for PDF exports of the Review page with Evaluation templates
 +
* Fixed issue where the Motion Detection User dropdown list showed no names when creating a room and enabling motion detection
 +
* Fixed issue that threw a 500 error when uploading an SSO metadata file that was UTF-8 BOM encoded
  
 
'''Technical Fixes'''
 
'''Technical Fixes'''
 
* Fixed public API issue that returned 500 error when making a request to /api/v3/records
 
* Fixed public API issue that returned 500 error when making a request to /api/v3/records
 +
* Fixed issue where setting a user's email in the Edit Users & Groups section did not update the email_canonical value of the user
  
 
'''Technical Changes'''
 
'''Technical Changes'''
* Updated Nginx from version 1.18.0 to 1.28.0
+
* Improved VALT directory permission hardening rules
* Updated Nginx Docker image builds to use Stable version tag instead of static versions
 
* Added existing directory checks to VALT directory permission hardening rules
 

Latest revision as of 16:42, 30 April 2025

April 30th, 2025

Application Fixes

  • Fixed incorrect redirect URL for live recording notifications
  • Fixed Zoom in/Zoom out functionality when observing streams in the Observe page for iPads
  • Fixed error message handling when updating a user's email to one that is already set for another user
  • Fixed issue that did not synchronize emails between the Edit User page in the Admin section and a user's Edit Profile page
  • Fixed issue that displayed a static text field for PDF exports of the Review page with Evaluation templates
  • Fixed issue where the Motion Detection User dropdown list showed no names when creating a room and enabling motion detection
  • Fixed issue that threw a 500 error when uploading an SSO metadata file that was UTF-8 BOM encoded

Technical Fixes

  • Fixed public API issue that returned 500 error when making a request to /api/v3/records
  • Fixed issue where setting a user's email in the Edit Users & Groups section did not update the email_canonical value of the user

Technical Changes

  • Improved VALT directory permission hardening rules