-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 'master'
Merge 'develop' into 'master' See merge request passbolt/passbolt-help!422
- Loading branch information
Showing
177 changed files
with
2,163 additions
and
1,234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file added
BIN
+245 KB
assets/img/help/2024/05/Show-queued-emails-command-with-all-options.png
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.
Binary file added
BIN
+245 KB
docs/assets/img/help/2024/05/Show-queued-emails-command-with-all-options.png
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.