Skip to content

Thunderstruck

Compare
Choose a tag to compare
@stripthis stripthis released this 15 Nov 11:38
· 3948 commits to master since this release
v2.5.0

Release song

This release greatly simplifies the passbolt installation process.
It ships with automated scripts for your favorite distributions (Debian 9, CentOS 7 and Ubuntu 18.04) that
will perform the heavy lifting of the server configuration for you. These scripts will configure a vanilla
operating system to be ready for a passbolt install.

They take care of setting up the web server (Nginx), database (MariaDb), PHP, SSL and yes, for real, also the GPG keyring configuration. In addition to the install scripts, passbolt can now be configured in a few clicks thanks to the presence of a web installer. Overall, the new installation process takes no more than 10 minutes!

Passbolt API (All)

Added

  • PASSBOLT-2694: As a server administrator I can install Passbolt CE in a few clicks using a web installer.
  • PASSBOLT-3093: As LU I can select all passwords to perform a bulk operation

Improved

  • PASSBOLT-3166: Add PHP 7.3 job on travis
  • PASSBOLT-3119: The Web Installer should control the route with a middleware
  • PASSBOLT-3153: The Web Installer health checks should ensure the config files can be written before continuing
  • PASSBOLT-3120: Improve the Web Installer code coverage
  • PASSBOLT-3127: The Web Installer should change the config folder permissions after the installation is completed
  • PASSBOLT-3152: As AN completing the registration process, if I'm following the link to download the browser extension I cannot go back easily to the registration process
  • PASSBOLT-3189: As AD migrating passbolt to the latest version I would like the CakePHP cache to be cleared with the same operation

Fixed

  • PASSBOLT-3150: I should not see duplicates rows when I filter my passwords by keywords
  • GITHUB-290: A user who have not completed the setup should be allowed to request a new token using recover
  • PASSBOLT-3188: As LU the UI shouldn't crash if the uri of a password cannot be parsed