passbolt-styleguide 5.13.0-alpha.7 → 5.13.0
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/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
- package/.github/ISSUE_TEMPLATE/config.yml +11 -0
- package/README.md +28 -17
- package/RELEASE_NOTES.md +87 -2
- package/SECURITY.md +7 -0
- package/build/css/help.min.css +2 -2
- package/build/css/public.min.css +2 -2
- package/build/css/themes/default/api_authentication.min.css +2 -2
- package/build/css/themes/default/api_cloud.min.css +2 -2
- package/build/css/themes/default/api_main.min.css +2 -2
- package/build/css/themes/default/api_reports.min.css +2 -2
- package/build/css/themes/default/api_webinstaller.min.css +2 -2
- package/build/css/themes/default/ext_app.min.css +3 -3
- package/build/css/themes/default/ext_authentication.min.css +2 -2
- package/build/css/themes/default/ext_external.min.css +2 -2
- package/build/css/themes/default/ext_in_form_cta.min.css +2 -2
- package/build/css/themes/default/ext_in_form_menu.min.css +2 -2
- package/build/css/themes/default/ext_quickaccess.min.css +2 -2
- package/build/css/themes/midgar/api_authentication.min.css +2 -2
- package/build/css/themes/midgar/api_main.min.css +2 -2
- package/build/css/themes/midgar/api_reports.min.css +2 -2
- package/build/css/themes/midgar/ext_app.min.css +3 -3
- package/build/css/themes/midgar/ext_authentication.min.css +2 -2
- package/build/css/themes/midgar/ext_in_form_cta.min.css +2 -2
- package/build/css/themes/midgar/ext_in_form_menu.min.css +2 -2
- package/build/css/themes/midgar/ext_quickaccess.min.css +2 -2
- package/build/css/themes/solarized_dark/api_authentication.min.css +2 -2
- package/build/css/themes/solarized_dark/api_main.min.css +2 -2
- package/build/css/themes/solarized_dark/api_reports.min.css +2 -2
- package/build/css/themes/solarized_dark/ext_app.min.css +3 -3
- package/build/css/themes/solarized_dark/ext_authentication.min.css +2 -2
- package/build/css/themes/solarized_dark/ext_in_form_cta.min.css +2 -2
- package/build/css/themes/solarized_dark/ext_in_form_menu.min.css +2 -2
- package/build/css/themes/solarized_dark/ext_quickaccess.min.css +2 -2
- package/build/css/themes/solarized_light/api_authentication.min.css +2 -2
- package/build/css/themes/solarized_light/api_main.min.css +2 -2
- package/build/css/themes/solarized_light/api_reports.min.css +2 -2
- package/build/css/themes/solarized_light/ext_app.min.css +3 -3
- package/build/css/themes/solarized_light/ext_authentication.min.css +2 -2
- package/build/css/themes/solarized_light/ext_in_form_cta.min.css +2 -2
- package/build/css/themes/solarized_light/ext_in_form_menu.min.css +2 -2
- package/build/css/themes/solarized_light/ext_quickaccess.min.css +2 -2
- package/build/js/dist/api-account-recovery.js +1 -1
- package/build/js/dist/api-app.js +1 -1
- package/build/js/dist/api-recover.js +1 -1
- package/build/js/dist/api-setup.js +1 -1
- package/build/js/dist/api-triage.js +1 -1
- package/build/locales/cs-CZ/common.json +73 -47
- package/build/locales/de-DE/common.json +72 -46
- package/build/locales/es-ES/common.json +72 -46
- package/build/locales/fr-FR/common.json +72 -46
- package/build/locales/it-IT/common.json +72 -46
- package/build/locales/ja-JP/common.json +72 -46
- package/build/locales/ko-KR/common.json +86 -60
- package/build/locales/lt-LT/common.json +73 -47
- package/build/locales/nl-NL/common.json +73 -47
- package/build/locales/pl-PL/common.json +100 -74
- package/build/locales/pt-BR/common.json +75 -49
- package/build/locales/ro-RO/common.json +73 -47
- package/build/locales/ru-RU/common.json +73 -47
- package/build/locales/sl-SI/common.json +73 -47
- package/build/locales/sv-SE/common.json +73 -47
- package/build/locales/uk-UA/common.json +73 -47
- package/package.json +1 -1
- package/src/locales/cs-CZ/common.json +73 -47
- package/src/locales/de-DE/common.json +72 -46
- package/src/locales/es-ES/common.json +72 -46
- package/src/locales/fr-FR/common.json +72 -46
- package/src/locales/it-IT/common.json +72 -46
- package/src/locales/ja-JP/common.json +72 -46
- package/src/locales/ko-KR/common.json +86 -60
- package/src/locales/lt-LT/common.json +73 -47
- package/src/locales/nl-NL/common.json +73 -47
- package/src/locales/pl-PL/common.json +100 -74
- package/src/locales/pt-BR/common.json +75 -49
- package/src/locales/ro-RO/common.json +73 -47
- package/src/locales/ru-RU/common.json +73 -47
- package/src/locales/sl-SI/common.json +73 -47
- package/src/locales/sv-SE/common.json +73 -47
- package/src/locales/uk-UA/common.json +73 -47
- package/src/react-extension/components/Authentication/IdentifyWithSso/IdentifyWithSso.js +8 -2
- package/src/react-extension/components/Authentication/IdentifyWithSso/IdentifyWithSso.test.js +28 -8
- package/src/shared/services/api/abstract/abstractService.js +17 -0
- package/src/shared/services/api/sso/GetRecoverUrlService.js +1 -0
- package/src/shared/utils/windowNavigationService.js +0 -4
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Report a bug
|
|
3
|
+
about: Report a bug in the Passbolt browser extension.
|
|
4
|
+
title: ""
|
|
5
|
+
labels: bug
|
|
6
|
+
assignees: ""
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
<!--
|
|
10
|
+
PLEASE READ
|
|
11
|
+
|
|
12
|
+
This tracker is only for styleguide bugs. For anything else:
|
|
13
|
+
|
|
14
|
+
- Security issues: https://www.passbolt.com/docs/contribute/security/vulnerability/
|
|
15
|
+
- Feature requests: https://community.passbolt.com/c/backlog
|
|
16
|
+
- Installation issues: https://community.passbolt.com/c/installation-issues
|
|
17
|
+
- General questions: https://community.passbolt.com/c/uncategorized
|
|
18
|
+
|
|
19
|
+
If you are certain this is a styleguide bug, please fill in the format below.
|
|
20
|
+
-->
|
|
21
|
+
|
|
22
|
+
* Client name & version: <!-- e.g. Browser extension 5.13.0 -->
|
|
23
|
+
* API edition & version: <!-- e.g. CE 5.12.0 -->
|
|
24
|
+
* Environment
|
|
25
|
+
* Client: <!-- browser (if extension) and OS, e.g. Chrome 148.1 on Ubuntu 26.04 -->
|
|
26
|
+
* Server: <!-- e.g. Debian 13, Docker latest-ce, or Passbolt Cloud -->
|
|
27
|
+
|
|
28
|
+
### What you did?
|
|
29
|
+
|
|
30
|
+
<!-- Explain what you did, preferably with steps or code examples. -->
|
|
31
|
+
|
|
32
|
+
### What happened?
|
|
33
|
+
|
|
34
|
+
<!-- Explain what actually happened. -->
|
|
35
|
+
|
|
36
|
+
### What you expected to happen?
|
|
37
|
+
|
|
38
|
+
<!-- Explain what you expected instead. -->
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
blank_issues_enabled: false
|
|
2
|
+
contact_links:
|
|
3
|
+
- name: Request a feature or change
|
|
4
|
+
url: https://community.passbolt.com/c/backlog
|
|
5
|
+
about: Suggest and vote on features in the community forum.
|
|
6
|
+
- name: Get installation help
|
|
7
|
+
url: https://community.passbolt.com/c/installation-issues
|
|
8
|
+
about: Ask installation and configuration questions in the community forum.
|
|
9
|
+
- name: Ask a question
|
|
10
|
+
url: https://community.passbolt.com/c/uncategorized
|
|
11
|
+
about: Ask usage questions in the community forum.
|
package/README.md
CHANGED
|
@@ -4,16 +4,15 @@
|
|
|
4
4
|
/ ____/ /_/ (__ |__ ) /_/ / /_/ / / /_
|
|
5
5
|
/_/ \__,_/____/____/_.___/\____/_/\__/
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
(c)
|
|
7
|
+
Open source password manager for teams
|
|
8
|
+
(c) 2026 Passbolt SA
|
|
9
|
+
https://www.passbolt.com
|
|
9
10
|
|
|
10
|
-
|
|
11
|
-
License
|
|
12
|
-
==============
|
|
11
|
+
## License
|
|
13
12
|
|
|
14
13
|
Passbolt - Open source password manager for teams
|
|
15
14
|
|
|
16
|
-
(c)
|
|
15
|
+
(c) 2026 Passbolt SA
|
|
17
16
|
|
|
18
17
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General
|
|
19
18
|
Public License (AGPL) as published by the Free Software Foundation version 3.
|
|
@@ -28,23 +27,29 @@ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See GNU Affero
|
|
|
28
27
|
You should have received a copy of the GNU Affero General Public License along with this program. If not,
|
|
29
28
|
see [GNU Affero General Public License v3](http://www.gnu.org/licenses/agpl-3.0.html).
|
|
30
29
|
|
|
31
|
-
|
|
30
|
+
## About passbolt
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
Passbolt is an open source password manager for teams. It allows to securely share and store credentials.
|
|
33
|
+
For instance, the wifi password of your office, or the administrator password of a router, or your organisation social
|
|
34
|
+
media account password, all of them can be secured using Passbolt.
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
This styleguide is used to extend, minify and test the stylesheets used by the different
|
|
38
|
-
passbolt components such as the website, the firefox addon, etc.
|
|
36
|
+
You can try a demo of passbolt at [https://demo.passbolt.com](https://demo.passbolt.com).
|
|
39
37
|
|
|
40
|
-
|
|
41
|
-
|
|
38
|
+
You will need to install a plugin, you can find a step by step guide in the website
|
|
39
|
+
[help section](https://www.passbolt.com/help/start/firefox)
|
|
42
40
|
|
|
43
|
-
|
|
44
|
-
=========
|
|
41
|
+
Or, of course, you can use the code in this repository to build it yourself and run it!
|
|
45
42
|
|
|
46
|
-
|
|
43
|
+
## About passbolt styleguide
|
|
44
|
+
|
|
45
|
+
The styleguide gathers the UI code shared across passbolt's applications: the browser extension, the desktop application,
|
|
46
|
+
and the web application served by the API.
|
|
47
|
+
|
|
48
|
+
# Contributing
|
|
47
49
|
|
|
50
|
+
## Reporting a security Issue
|
|
51
|
+
|
|
52
|
+
If you've found a security related issue in Passbolt, please don't open an issue on GitHub. Follow our responsible disclosure process: https://www.passbolt.com/docs/contribute/security/vulnerability/.
|
|
48
53
|
|
|
49
54
|
Install
|
|
50
55
|
=========
|
|
@@ -148,3 +153,9 @@ Executing the stories locally to ensure no regression was introduced can be done
|
|
|
148
153
|
```
|
|
149
154
|
npm run test:storybook
|
|
150
155
|
```
|
|
156
|
+
|
|
157
|
+
Credits
|
|
158
|
+
=========
|
|
159
|
+
|
|
160
|
+
https://www.passbolt.com/credits
|
|
161
|
+
|
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,3 +1,88 @@
|
|
|
1
|
-
# v5.13.0
|
|
1
|
+
# v5.13.0
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### Added
|
|
4
|
+
PB-51594 Move findAllForActionLogController and test to the correct location
|
|
5
|
+
PB-48516 Build process improvement - Webpack
|
|
6
|
+
PB-51534 Update group edit call in groupApiService to contain "my_group_user" as urlOptions
|
|
7
|
+
PB-51580 PCD 1.1 - Migrate SearchUsersAndGroupsController off ShareModel
|
|
8
|
+
PB-51585 PCD 1.2 - Migrate resourceCreateService ShareModel usage to ShareResourceService
|
|
9
|
+
PB-51586 PCD 1.3 - Move passbolt.share.get-folders to controller pattern
|
|
10
|
+
PB-51587 PCD 1.4 - Clear ShareModel
|
|
11
|
+
PB-51588 PCD 1.5 - Migrate MoveFolderController off FolderModel
|
|
12
|
+
PB-51589 PCD 1.6 - Migrate MoveOneFolderService off FolderModel
|
|
13
|
+
PB-51590 PCD 1.7 - Migrate MoveResourcesService off FolderModel + ResourceModel
|
|
14
|
+
PB-51782 PCD 2.01 - Create SynchroniseKeyringController and binding
|
|
15
|
+
PB-51785 PCD 2.04 - Create GetOrFindGroupService
|
|
16
|
+
PB-51786 PCD 2.05 - Create GetOrFindGroupController and binding
|
|
17
|
+
PB-51787 PCD 2.06 - Create GetOrFindGroupsUsersService
|
|
18
|
+
PB-51788 PCD 2.07 - Create GetOrFindGroupsUsersController and binding
|
|
19
|
+
PB-51789 PCD 2.08 - Create GetOrFindUsersService
|
|
20
|
+
PB-51790 PCD 2.09 - Create GetOrFindUsersController and binding
|
|
21
|
+
PB-51999 PCD 2.10.B - Consolidate UserEntity between browser extension and styleguide
|
|
22
|
+
PB-52000 PCD 2.10.C - Move GroupEntity + GroupsCollection to the styleguide
|
|
23
|
+
PB-51792 PCD 2.11 - Create UserServiceWorkerService
|
|
24
|
+
PB-51793 PCD 2.12 - Create PermissionServiceWorkerService
|
|
25
|
+
PB-51794 PCD 2.13 - Create SearchUsersAndGroupsService
|
|
26
|
+
PB-51795 PCD 2.14 - Refactor ShareService into ShareApiService
|
|
27
|
+
PB-51796 PCD 2.15 - Update GroupApiService to support the new filter
|
|
28
|
+
PB-51798 PCD 2.17 - Update FindAndUpdateGroupsLocalStorageService to add a method findForLocalStorageByIds
|
|
29
|
+
PB-51799 PCD 2.18 - Align UserLocalStorage to add memory cache
|
|
30
|
+
PB-51800 PCD 2.19 - Rename UserService to UserApiService
|
|
31
|
+
PB-52047 CE/PRO upgrade
|
|
32
|
+
PB-49605 Grid columns min-width
|
|
33
|
+
PB-51783 PCD 2.02 - Create KeyringServiceWorkerService
|
|
34
|
+
PB-51800 PCD 2.19 - Rename UserService to UserApiService
|
|
35
|
+
PB-51791 PCD 2.10 - Add new methods getByIds, getGroupsUsersByGropuId on GroupServiceWorkerService
|
|
36
|
+
PB-51999 PCD 2.10.B - Bring styleguide UserEntity to parity with the browser extension
|
|
37
|
+
PB-52000 PCD 2.10.C - Move GroupEntity and GroupsCollection to the styleguide
|
|
38
|
+
PB-51808 PCD 2.27 - Create UserPermissionItem
|
|
39
|
+
PB-51810 PCD 2.29 - Create GroupPermissionItem
|
|
40
|
+
PB-51800 PCD 2.19 - Rename UserService to UserApiService
|
|
41
|
+
PB-51809 PCD 2.28 - Create GroupUserPermissionItem
|
|
42
|
+
PB-51792 PCD 2.11 - Move UsersCollection to the styleguide
|
|
43
|
+
PB-47929 PAG - WP1.1 Add pagination support to ResourceService
|
|
44
|
+
PB-47930 PAG - WP1.2 Paginate resource fetch for updating local storage in FindResourceService
|
|
45
|
+
PB-52056 Add create method to SubscriptionKeyServiceWorkerService
|
|
46
|
+
PB-52057 Add delete method to SubscriptionKeyServiceWorkerService
|
|
47
|
+
PB-52058 Adapt EditSubscriptionKey to be customizable
|
|
48
|
+
PB-52061 Adapt DisplaySubscriptionKeyTeasing to handle upgrade from app
|
|
49
|
+
PB-52064 Create ConfirmDowngradeSubscriptionDialog
|
|
50
|
+
PB-52062 Adapt DisplaySubscriptionKey to handle downgrading
|
|
51
|
+
PB-52128 DisplaySubscriptionKey new layout
|
|
52
|
+
|
|
53
|
+
### Security
|
|
54
|
+
PB-51937 Fix ws GHSA-58qx-3vcg-4xpx - MEDIUM CVSS3.1
|
|
55
|
+
PB-51938 Fix brace-expansion GHSA-jxxr-4gwj-5jf2 - MEDIUM CVSS3.1
|
|
56
|
+
PB-52029 Fix tmp GHSA-ph9p-34f9-6g65 - HIGH CVSS4.0
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
PB-51532 Include GitLab file from ci-definitions repo
|
|
60
|
+
PB-51642 Fix fast-uri GHSA-q3j6-qgpj-74h6 - HIGH CVSS3.1
|
|
61
|
+
PB-51643 Fix @babel/plugin-transform-modules-systemjs GHSA-fv7c-fp4j-7gwp - HIGH CVSS3.1
|
|
62
|
+
PB-51937 Fix ws GHSA-58qx-3vcg-4xpx - MEDIUM CVSS3.1
|
|
63
|
+
PB-51938 Fix brace-expansion GHSA-jxxr-4gwj-5jf2 - MEDIUM CVSS3.1
|
|
64
|
+
PB-51940 Fix qs GHSA-q8mj-m7cp-5q26 - MEDIUM CVSS4.0
|
|
65
|
+
PB-52030 Fix webpack-dev-server GHSA-79cf-xcqc-c78w - MEDIUM CVSS3.1
|
|
66
|
+
PB-51698 Use correct passbolt repo names in safe-chain whitelist
|
|
67
|
+
|
|
68
|
+
### Fixed
|
|
69
|
+
PB-52148 CSP is blocking upload to TOTP QRCode on Firefox
|
|
70
|
+
PB-50949 Fix MetadataKeysSettingsLocalStorageContext and MetadataTypesSettingsLocalStorageContext entity issue on storage changes
|
|
71
|
+
PB-52047 Fix Passbolt Pro Edition wording
|
|
72
|
+
PB-52156 Fix password preview button min-width
|
|
73
|
+
|
|
74
|
+
### Maintenance
|
|
75
|
+
PB-48560 Use NODE_ENV for webpack mode config
|
|
76
|
+
PB-48564 Remove grunt-header
|
|
77
|
+
PB-48528 Transpile LESS from webpack
|
|
78
|
+
PB-48558 Extract translations directly from webpack
|
|
79
|
+
PB-48559 Remove rimraf
|
|
80
|
+
PB-49064 Remove Grunt
|
|
81
|
+
PB-48516 Replace eval sourcemap by inline
|
|
82
|
+
PB-48516 Prevent br tags to be added in translations.
|
|
83
|
+
PB-48516 Remove duplicated translations
|
|
84
|
+
PB-51793: Add PermissionServiceWorkerService and transfer Permission entity and collection on styleguide
|
|
85
|
+
PB-51160 Update Firefox manifest to avoid Mozilla warnings
|
|
86
|
+
PB-51938 Fix brace-expansion GHSA-jxxr-4gwj-5jf2 - MEDIUM CVSS3.1
|
|
87
|
+
PB-51937 Fix ws GHSA-58qx-3vcg-4xpx - MEDIUM CVSS3.1
|
|
88
|
+
PB-52155 Update github issue template
|
package/SECURITY.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
For general information about security at Passbolt, see https://www.passbolt.com/security
|
|
4
|
+
|
|
5
|
+
## Reporting a security issue
|
|
6
|
+
|
|
7
|
+
If you've found a security issue in Passbolt, please do not open a public issue. Follow our responsible disclosure process: https://www.passbolt.com/docs/contribute/security/vulnerability/
|
package/build/css/help.min.css
CHANGED
package/build/css/public.min.css
CHANGED