-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' into 'master'
PB-32429 Version bump v4.6.2 See merge request passbolt/passbolt-browser-extension!787
- Loading branch information
Showing
11 changed files
with
61 additions
and
75 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
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,52 +1,23 @@ | ||
The Passbolt Pro 4.6.0 release "Purple Haze", brings a new SSO provider and improves administrative aspects and overall system health. | ||
Song: https://youtu.be/3WOZwwRH6XU?si=jvTiezg7eEEpEh-S | ||
|
||
A major addition in this release is the Beta implementation of SSO AD FS (Active Directory Federation Services), enabling streamlined single sign-on capabilities for improved user access management. | ||
Version 4.6.2 is a targeted maintenance release of the browser extension, focusing on refining passwords strength verification process. This update ensures a balance between adhering to security best practices and maintaining user-friendliness. | ||
|
||
Furthermore, this version incorporates the Health Check feature within the Admin workspace, offering administrators a comprehensive tool for system health assessment, thereby enhancing the platform's maintainability and reliability. | ||
|
||
This release also focuses on refining the platform's infrastructure for enhanced performance. It lays the groundwork for future updates by optimizing data verification processes and reducing memory usage during web activities. | ||
|
||
The update paves the way for a series of successive enhancements with the next releases. | ||
|
||
## [4.6.0] - 2024-03-14 | ||
### Added | ||
- PB-24485 As signed-in administrator I can see the healthcheck in the UI | ||
- PB-29051 As a user I can use ADFS as SSO provider | ||
- PB-29162 As signed-in administrator I can authorize only group managers to see the users workspace | ||
- PB-29396 As signed-in administrator I can hide the share folder capability with a RBAC | ||
|
||
### Security | ||
- PB-29384 As signed-in administrator I should see a 404 when accessing a non existing administration page | ||
- PB-29384 As signed-in user I should see a 403 when attempting to access an administration page | ||
We extend our gratitude to the community for their insights to help us build passbolt. | ||
|
||
## [4.6.2] - 2024-03-29 | ||
### Fixed | ||
- PB-25865 As a signed-in user I want to autofill form which listen to change events | ||
- PB-27709 As signed-in administrator I can reconfigure the LDAP integration after a server key rotation | ||
- PB-29258 A signed-in users with a large data set I should have a direct feedback when selecting a resource with the checkbox | ||
- PB-29506 As signed-in user, when loading the application, I should scroll to the resource detected in the url | ||
- PB-29548 As a signed-in administrator, editing the password expiry policy, I want to be sure that I’m editing the latest version of the settings | ||
- PB-29606 As signed-in user I should be able to export TOTP to keepass for Windows | ||
- PB-29860 As signed-in user I should see the columns header translated to my language | ||
- PB-29861 As signed-in user I should see the filter “Expiry” named “Expired” instead | ||
- PB-29895 As user importing an account to the Windows application I should be able to access the getting started help page | ||
- PB-29961 As signed-in user I want to see the import dialog information banner below the form and before the action buttons | ||
- PB-30033 As a signed-in user I should be able to sign in with the quickaccess right after launching my browser | ||
|
||
### Maintenance | ||
- PB-25555 Upgrade outdated dev library webpack and associated | ||
- PB-25556 Upgrade outdated library i18next and associated | ||
- PB-25689 Upgrade outdated library ip-regex and associated | ||
- PB-25692 Upgrade openpgpjs to v5.11 | ||
- PB-25696 Upgrade outdated library webextension-polyfill | ||
- PB-25699 Upgrade outdated library xregexp | ||
- PB-25701 Upgrade outdated library luxon | ||
- PB-29162 MFA user settings screens should be served by the browser extension | ||
- PB-30015 Homogeneize collection constructor signature | ||
- PB-30017 Remove collection and entity inheritance dependency | ||
- PB-30021 Make collection and entity DTO optionally cloneable | ||
- PB-30022 Reduce the number of resources collection instantiations while displaying the number of suggested resources | ||
- PB-30023 Reduce the number of resources collection instantiations while displaying the suggested resources in the inform menu | ||
- PB-30142 Homogenize collection and entity call parameters | ||
- PB-30143 Ensure entities DTOs are not cloned when the data is retrieved from the API or the local storage | ||
- PB-30156 Ensure the tags collection is not validating multiple times the entities while getting instantiated | ||
- PB-30324 Reduce garbage collector usage while validating large amount of data | ||
- PB-32394 As a user defining my passphrase while activating my account I want to know if my passphrase is part of a dictionary on form submission | ||
- PB-32396 As a user defining my new passphrase while changing it I want to know if my new passphrase is part of a dictionary on form submission | ||
- PB-32401 As an administrator defining the passphrase of the generated organization account recovery key I want to know if the passphrase is part of a dictionary on form submission | ||
- PB-32407 As a user editing a password I am invited to confirm its edition when this one very weak in a separate dialog on form submission | ||
- PB-32395 As a user defining my passphrase while requesting an account recovery I want to know if my new passphrase is part of a dictionary on form submission | ||
- PB-32397 As a user verifying my private key passphrase while activation my account I do not want to know if my passphrase is part of a dictionary at this stage | ||
- PB-32399 As a user confirming my passphrase while completing an account recovery (Admin approved) I do not want to know if my passphrase is part of a dictionary on form submission | ||
- PB-32398 As a user confirming my passphrase while importing my private key during an account recover I do not want to know if my passphrase is part of a dictionary on form submission | ||
- PB-32404 As a user creating a password from the quickaccess I am invited to confirm its creation when this one is part of a dictionary in a separate dialog on form submission | ||
- PB-32403 As a user updating a password I am invited to confirm its edition when this one is part of a dictionary in a separate dialog on form submission | ||
- PB-32405 As a user auto-saving a password from the quickaccess I should not be notified if the password is part of an exposed dictionary | ||
- PB-32402 As a user creating a password I am invited to confirm its creation when this one is part of a dictionary in a separate dialog on form submission | ||
- PB-32400 As a user confirming my passphrase while importing an account kit on the desktop app I do not want to know if my passphrase is part of a dictionary on form submission | ||
- PB-32406 As a user creating a password I am invited to confirm its creation when this one very weak in a separate dialog on form submission | ||
- PB-32427 As a user creating a password from the quickaccess I am invited to confirm its creation when this one is VERY WEAK in a separate page on form submission |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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