passbolt-browser-extension 4.9.2 → 4.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/RELEASE_NOTES.md CHANGED
@@ -1,51 +1,9 @@
1
- Song: https://www.youtube.com/watch?v=VmtU-bLyReU
1
+ Song: https://youtu.be/BGHlZwMYO9g?si=LhUEanqg7q9j-nxv
2
2
 
3
- This release addresses several bugs reported by the community. Additionally, it includes numerous maintenance updates as part of our ongoing efforts to ensure a smooth transition and support for the upcoming v5.
3
+ Passbolt v4.9.3 is a maintenance update that addresses issues related to the deletion of users. Specifically, it fixes problems that occurred when trying to delete a user who is either the sole owner of resources or the sole group manager. Under these conditions, the deletion process did not work as expected, and this update resolves those issues.
4
4
 
5
- Thank you to the community for reporting these issues.
5
+ Thank you to the community for reporting this issue.
6
6
 
7
-
8
- ## [4.9.2] - 2024-08-26
7
+ ## [4.9.6] - 2024-09-03
9
8
  ### Fixed
10
- - PB-33861: Resources with personal field set to null should be considered as personal resources
11
- - PB-34314: Fix shadow-dom autofill fields
12
- - PB-34236: Fix Retrieving folder activities displaying no data
13
-
14
- ### Maintenance
15
- - PB-34313: Add resources type retrieval requirements documentation
16
- - PB-34259: E2EE WP1 - Transform dtos from v4 to v5
17
- - PB-34260: E2EE WP1 - Display resource sidebar information section in v5
18
- - PB-34261: E2EE WP1 - Display resource sidebar activity section in v5
19
- - PB-34262: E2EE WP1 - Display resource sidebar description section in v5
20
- - PB-34263: E2EE WP1 - Display copy username to clipboard from more menu using v5
21
- - PB-34264: E2EE WP1 - Display resource grid using v5
22
- - PB-34265: E2EE WP1 - Display resource grid contextual menu using v5
23
- - PB-34266: E2EE WP1 - Display quickaccess resource view page in v5
24
- - PB-34267: E2EE WP1 - Display quickaccess home page in v5
25
- - PB-34268: E2EE WP1 - Display inform menu in v5
26
- - PB-34269: E2EE WP1 - Autofill resources from Quickaccess in v5 format
27
- - PB-34270: E2EE WP1 - Make resource entity compatible with v4 and v5
28
- - PB-34271: E2EE WP1 - Display inform and toolbar suggested resources badge CTA in v5
29
- - PB-34272: E2EE WP1 - Search resource in webapp using v5
30
- - PB-34287: E2EE WP1 - Create password resource from webapp in v5 format
31
- - PB-34288: E2EE WP1 - Create standalone TOTP resource in v5 format
32
- - PB-34289: E2EE WP1 - Edit password resource in v5 format
33
- - PB-34290: E2EE WP1 - Edit standalone TOTP resource in v5 format
34
- - PB-34291: E2EE WP1 - Edit resource description from sidebar in v5 format
35
- - PB-34292: E2EE WP1 - Delete resource(s) in v5 format
36
- - PB-34293: E2EE WP1 - Share resource(s) in v5 format
37
- - PB-34294: E2EE WP1 - Import resource(s) in v5 format
38
- - PB-34295: E2EE WP1 - Export resource(s) in v5 format
39
- - PB-34296: E2EE WP1 - Move resource(s) in v5 format
40
- - PB-34297: E2EE WP1 - Create password resource from quickaccess in v5 format
41
- - PB-34298: E2EE WP1 - Auto-save password resource from quickaccess in v5 format
42
- - PB-34299: E2EE WP1 - Make resource entity compatible only with v5
43
- - PB-34311: E2EE WP1 - Make resource V4 and V5 compatible in both ways
44
- - PB-34315: E2EE WP1 - Transform DTO to V4 for API and adapt resource validation to v5
45
- - PB-34391: E2EE WP1 - Enforce resource type id should be required and not null
46
- - PB-34392: E2EE WP1 - Validate Metadata.uris as array of string, and maxLength
47
-
48
- ### Security
49
- - PB-34237: Upgrade vulnerable library i18next-parser
50
- - PB-34305: Upgrade lockfile-lint library on passbolt_api package-lock.json
51
- - PB-34422: Remove grunt-browserify dev dependency from browser extension
9
+ - PB-35185 Administrator should be able to delete users who are sole owners of resources or sole group manager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "passbolt-browser-extension",
3
- "version": "4.9.2",
3
+ "version": "4.9.3",
4
4
  "license": "AGPL-3.0",
5
5
  "copyright": "Copyright 2022 Passbolt SA",
6
6
  "description": "Passbolt web extension for the open source password manager for teams",
@@ -21,7 +21,7 @@
21
21
  "locutus": "~2.0.9",
22
22
  "openpgp": "^5.11.1",
23
23
  "papaparse": "^5.2.0",
24
- "passbolt-styleguide": "^4.9.5",
24
+ "passbolt-styleguide": "^4.9.6",
25
25
  "react": "17.0.2",
26
26
  "react-dom": "17.0.2",
27
27
  "secrets-passbolt": "github:passbolt/secrets.js#v2.0.1",
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 2,
3
3
  "name": "__MSG_appName__",
4
4
  "short_name": "passbolt",
5
- "version": "4.9.2",
5
+ "version": "4.9.3",
6
6
  "description": "__MSG_appDescription__",
7
7
  "default_locale": "en",
8
8
  "externally_connectable": {},
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 3,
3
3
  "name": "__MSG_appName__",
4
4
  "short_name": "passbolt",
5
- "version": "4.9.2",
5
+ "version": "4.9.3",
6
6
  "description": "__MSG_appDescription__",
7
7
  "default_locale": "en",
8
8
  "minimum_chrome_version": "116",
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 2,
3
3
  "name": "__MSG_appName__",
4
4
  "short_name": "passbolt",
5
- "version": "4.9.2",
5
+ "version": "4.9.3",
6
6
  "description": "__MSG_appDescription__",
7
7
  "default_locale": "en",
8
8
  "browser_specific_settings": {
@@ -2,7 +2,7 @@
2
2
  "manifest_version": 3,
3
3
  "name": "__MSG_appName__",
4
4
  "short_name": "passbolt",
5
- "version": "4.9.2",
5
+ "version": "4.9.3",
6
6
  "description": "__MSG_appDescription__",
7
7
  "default_locale": "en",
8
8
  "externally_connectable": {},