Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Merge 'develop' into 'master'

See merge request passbolt/passbolt-help!422
  • Loading branch information
gmougenel committed May 23, 2024
2 parents 48d4b17 + 25a2502 commit a9c59a7
Show file tree
Hide file tree
Showing 177 changed files with 2,163 additions and 1,234 deletions.
68 changes: 68 additions & 0 deletions _releases/ce/v4.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
title: Angel
slug: angel
layout: release
categories: releases ce
version: v4.8.0
product: ce
song: https://youtu.be/hbe3CQamF8k
quote: Angel
permalink: /releases/ce/angel
date: 2024-05-21
---

Passbolt v4.8.0 is a maintenance release focusing on the migration of the browser extension to the latest MV3
architecture and adding tools for administrators to help them manage their instance.

This release marks the introduction of the first version of the MV3 extension for Chrome. The transition to MV3 has been
in progress since last year, with changes rolled out progressively until now. The base code between MV2 and MV3 is
nearly identical, and both extensions will continue to be maintained in parallel. A detailed blog post explaining our
migration process will be coming soon.

A new feature allowing administrators to purge audit logs from the command line was added. This will help reclaim database
space for logs that are no longer relevant, improving the performance of long-running instances while keeping necessary
logs for forensic and audit activities.

{% include articles/figure.html url="/assets/img/help/2024/05/purge-action-logs-command.png" legend="Purge Action Logs Command" width="780px" %}

{% include articles/figure.html url="/assets/img/help/2024/05/purge-action-logs-command-dry-run.png" legend="Purge Action Logs Command Dry Run" width="780px" %}

A new command has also been added to help administrators debug issues with their SMTP server. Email functionality is
crucial for Passbolt, and diagnosing connection problems is not always straightforward. This new command aims to simplify
the process when connecting to a new SMTP server as well as understand errors that could occur on existing integration.

{% include articles/figure.html url="/assets/img/help/2024/05/Show-queued-emails-command.png" legend="Show queued emails command" width="780px" %}

{% include articles/figure.html url="/assets/img/help/2024/05/Show-queued-emails-command-with-all-options.png" legend="Show queued emails command with all options" width="780px" %}

As passbolt moves towards supporting more content types this year, significant work has been done to enhance performance
across the entire stack, from the database to the API and the browser extension. This release includes some of these
improvements, with more enhancements on the way in the next coming release v4.9.0.

We hope these updates enhance your experience with Passbolt. Your feedback is always valuable to us.


## API
### Added
- PB-33071 As an administrator I can purge the action logs table with a dedicated command
- PB-33231 As an administrator I want to know if a custom certificate is in use for SMTP
- PB-32579 As an administrator I can view email_queue records via passbolt command

### Improved
- PB-32888 As an admin I should not get a time-out on health checks on air-gapped network
- PB-32983 Access email settings only when emails are sent

### Fixed
- PB-33451 Fix 500 error on authentication when nonce is not a string
- PB-33073 As a user logging in, invalid login operation should not be logged as success in the audit logs
- PB-33234 The application should not throw an error if the JWT public key is not parsable

### Maintenance
- PB-30314 Bump passbolt/passbolt-test-data to v4.8

## Browser extension
### Maintenance
- PB-33541 Chrome Extension Manifest upgrade to version 3
- PB-33595 As a user running an instance serving an invalid certificate I should be able to sync the gpgkeyring
- PB-33596 As a user running an instance serving an invalid certificate I cannot sync my account settings
- PB-33597 As a user running an instance serving an invalid certificate I cannot install passbolt extension using an API < v3
67 changes: 67 additions & 0 deletions _releases/pro/v4.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
title: Angel
slug: angel
layout: release
categories: releases pro
version: v4.8.0
product: pro
song: https://youtu.be/hbe3CQamF8k
quote: Angel
permalink: /releases/pro/angel
date: 2024-05-21
---
Passbolt v4.8.0 is a maintenance release focusing on the migration of the browser extension to the latest MV3
architecture and adding tools for administrators to help them manage their instance.

This release marks the introduction of the first version of the MV3 extension for Chrome. The transition to MV3 has been
in progress since last year, with changes rolled out progressively until now. The base code between MV2 and MV3 is
nearly identical, and both extensions will continue to be maintained in parallel. A detailed blog post explaining our
migration process will be coming soon.

A new feature allowing administrators to purge audit logs from the command line was added. This will help reclaim database
space for logs that are no longer relevant, improving the performance of long-running instances while keeping necessary
logs for forensic and audit activities.

{% include articles/figure.html url="/assets/img/help/2024/05/purge-action-logs-command.png" legend="Purge Action Logs Command" width="780px" %}

{% include articles/figure.html url="/assets/img/help/2024/05/purge-action-logs-command-dry-run.png" legend="Purge Action Logs Command Dry Run" width="780px" %}

A new command has also been added to help administrators debug issues with their SMTP server. Email functionality is
crucial for Passbolt, and diagnosing connection problems is not always straightforward. This new command aims to simplify
the process when connecting to a new SMTP server as well as understand errors that could occur on existing integration.

{% include articles/figure.html url="/assets/img/help/2024/05/Show-queued-emails-command.png" legend="Show queued emails command" width="780px" %}

{% include articles/figure.html url="/assets/img/help/2024/05/Show-queued-emails-command-with-all-options.png" legend="Show queued emails command with all options" width="780px" %}

As passbolt moves towards supporting more content types this year, significant work has been done to enhance performance
across the entire stack, from the database to the API and the browser extension. This release includes some of these
improvements, with more enhancements on the way in the next coming release v4.9.0.

We hope these updates enhance your experience with Passbolt. Your feedback is always valuable to us.


## API
### Added
- PB-33071 As an administrator I can purge the action logs table with a dedicated command
- PB-33231 As an administrator I want to know if a custom certificate is in use for SMTP
- PB-32579 As an administrator I can view email_queue records via passbolt command

### Improved
- PB-32888 As an admin I should not get a time-out on health checks on air-gapped network
- PB-32983 Access email settings only when emails are sent

### Fixed
- PB-33451 Fix 500 error on authentication when nonce is not a string
- PB-33073 As a user logging in, invalid login operation should not be logged as success in the audit logs
- PB-33234 The application should not throw an error if the JWT public key is not parsable

### Maintenance
- PB-30314 Bump passbolt/passbolt-test-data to v4.8

## Browser extension
### Maintenance
- PB-33541 Chrome Extension Manifest upgrade to version 3
- PB-33595 As a user running an instance serving an invalid certificate I should be able to sync the gpgkeyring
- PB-33596 As a user running an instance serving an invalid certificate I cannot sync my account settings
- PB-33597 As a user running an instance serving an invalid certificate I cannot install passbolt extension using an API < v3
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.1">Jekyll</generator><link href="https://help.passbolt.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://help.passbolt.com/" rel="alternate" type="text/html" /><updated>2024-05-16T08:36:51+02:00</updated><id>https://help.passbolt.com/feed.xml</id><title type="html">Passbolt | Help</title><subtitle>The help site for passbolt, the open source password manager for teams. This site contains frequently asked questions, article to troubleshoot common issues, installation tutorials, blueprints for developers, and more!</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.1">Jekyll</generator><link href="https://help.passbolt.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://help.passbolt.com/" rel="alternate" type="text/html" /><updated>2024-05-23T17:45:50+02:00</updated><id>https://help.passbolt.com/feed.xml</id><title type="html">Passbolt | Help</title><subtitle>The help site for passbolt, the open source password manager for teams. This site contains frequently asked questions, article to troubleshoot common issues, installation tutorials, blueprints for developers, and more!</subtitle></feed>
12 changes: 12 additions & 0 deletions docs/releases/ce.rss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@



<item>
<title>v4.8.0 | Angel</title>
<link>https://help.passbolt.com/releases/ce/angel</link>
<guid isPermaLink="true">https://help.passbolt.com/releases/ce/angel</guid>
<description>Passbolt v4.8.0 is a maintenance release focusing on the migration of the browser extension to the latest MV3 architecture and adding tools for administrators to help them manage their instance. This release marks the introduction of the first version of the MV3 extension for Chrome. The transition to MV3 has...</description>
<pubDate>Tue, 21 May 2024 00:00:00 +0200</pubDate>
</item>





<item>
<title>v4.7.8 | Another Brick In The Wall</title>
<link>https://help.passbolt.com/releases/ce/another-brick-in-the-wall</link>
Expand Down
Loading

0 comments on commit a9c59a7

Please sign in to comment.