passbolt-styleguide 5.13.0-alpha.8 → 5.13.1
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 +6 -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/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.js +39 -23
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.data.js +36 -0
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.js +61 -3
- package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.page.js +7 -0
- 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/lib/Settings/SiteSettings.js +1 -2
- package/src/shared/lib/Settings/SiteSettings.test.js +61 -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
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