Passbolt v3.2.0 Release Notes

Release Date: 2021-05-31 // almost 3 years ago
  • โž• Added

    • PB-5054 French internationalization
    • PB-5171 As logged-in user I can paginate the result of the users and resources index controllers
    • PB-5854 As logged-in user I can save the locale of a user as account setting
    • PB-5854 As admin I can save the locale the organization as organization setting

    ๐Ÿ›  Fixed

    • ๐Ÿ‘€ PB-5523 Fix as system administrator I should see the healthcheck errors colored in red
    • PB-5860 Fix password max length should be set to 4096 in resource type definitions
    • PB-6031 Fix as LU I shouldn't get a fatal error when using a scalar instead of an array for some filters values
    • PB-6131 Fix healthcheck error messages display

    ๐Ÿ‘Œ Improved

    • โœ… PB-5975 Test code with PHPStan - level 4
    • Avatar table should use created and modified for timestamp and not created_at and modified_at
    • ๐Ÿšš Move avatar in database

    ๐Ÿšง Maintenance

    • PB-5527 Migration to CakePHP4

    ๐Ÿ”’ Security

    • โœ‚ Remove X-XSS-Protection as per Cure53 audit recommendations