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.
Files changed (90) hide show
  1. package/.github/ISSUE_TEMPLATE/bug_report.md +38 -0
  2. package/.github/ISSUE_TEMPLATE/config.yml +11 -0
  3. package/README.md +28 -17
  4. package/RELEASE_NOTES.md +6 -2
  5. package/SECURITY.md +7 -0
  6. package/build/css/help.min.css +2 -2
  7. package/build/css/public.min.css +2 -2
  8. package/build/css/themes/default/api_authentication.min.css +2 -2
  9. package/build/css/themes/default/api_cloud.min.css +2 -2
  10. package/build/css/themes/default/api_main.min.css +2 -2
  11. package/build/css/themes/default/api_reports.min.css +2 -2
  12. package/build/css/themes/default/api_webinstaller.min.css +2 -2
  13. package/build/css/themes/default/ext_app.min.css +3 -3
  14. package/build/css/themes/default/ext_authentication.min.css +2 -2
  15. package/build/css/themes/default/ext_external.min.css +2 -2
  16. package/build/css/themes/default/ext_in_form_cta.min.css +2 -2
  17. package/build/css/themes/default/ext_in_form_menu.min.css +2 -2
  18. package/build/css/themes/default/ext_quickaccess.min.css +2 -2
  19. package/build/css/themes/midgar/api_authentication.min.css +2 -2
  20. package/build/css/themes/midgar/api_main.min.css +2 -2
  21. package/build/css/themes/midgar/api_reports.min.css +2 -2
  22. package/build/css/themes/midgar/ext_app.min.css +3 -3
  23. package/build/css/themes/midgar/ext_authentication.min.css +2 -2
  24. package/build/css/themes/midgar/ext_in_form_cta.min.css +2 -2
  25. package/build/css/themes/midgar/ext_in_form_menu.min.css +2 -2
  26. package/build/css/themes/midgar/ext_quickaccess.min.css +2 -2
  27. package/build/css/themes/solarized_dark/api_authentication.min.css +2 -2
  28. package/build/css/themes/solarized_dark/api_main.min.css +2 -2
  29. package/build/css/themes/solarized_dark/api_reports.min.css +2 -2
  30. package/build/css/themes/solarized_dark/ext_app.min.css +3 -3
  31. package/build/css/themes/solarized_dark/ext_authentication.min.css +2 -2
  32. package/build/css/themes/solarized_dark/ext_in_form_cta.min.css +2 -2
  33. package/build/css/themes/solarized_dark/ext_in_form_menu.min.css +2 -2
  34. package/build/css/themes/solarized_dark/ext_quickaccess.min.css +2 -2
  35. package/build/css/themes/solarized_light/api_authentication.min.css +2 -2
  36. package/build/css/themes/solarized_light/api_main.min.css +2 -2
  37. package/build/css/themes/solarized_light/api_reports.min.css +2 -2
  38. package/build/css/themes/solarized_light/ext_app.min.css +3 -3
  39. package/build/css/themes/solarized_light/ext_authentication.min.css +2 -2
  40. package/build/css/themes/solarized_light/ext_in_form_cta.min.css +2 -2
  41. package/build/css/themes/solarized_light/ext_in_form_menu.min.css +2 -2
  42. package/build/css/themes/solarized_light/ext_quickaccess.min.css +2 -2
  43. package/build/js/dist/api-account-recovery.js +1 -1
  44. package/build/js/dist/api-app.js +1 -1
  45. package/build/js/dist/api-recover.js +1 -1
  46. package/build/js/dist/api-setup.js +1 -1
  47. package/build/js/dist/api-triage.js +1 -1
  48. package/build/locales/cs-CZ/common.json +73 -47
  49. package/build/locales/de-DE/common.json +72 -46
  50. package/build/locales/es-ES/common.json +72 -46
  51. package/build/locales/fr-FR/common.json +72 -46
  52. package/build/locales/it-IT/common.json +72 -46
  53. package/build/locales/ja-JP/common.json +72 -46
  54. package/build/locales/ko-KR/common.json +86 -60
  55. package/build/locales/lt-LT/common.json +73 -47
  56. package/build/locales/nl-NL/common.json +73 -47
  57. package/build/locales/pl-PL/common.json +100 -74
  58. package/build/locales/pt-BR/common.json +75 -49
  59. package/build/locales/ro-RO/common.json +73 -47
  60. package/build/locales/ru-RU/common.json +73 -47
  61. package/build/locales/sl-SI/common.json +73 -47
  62. package/build/locales/sv-SE/common.json +73 -47
  63. package/build/locales/uk-UA/common.json +73 -47
  64. package/package.json +1 -1
  65. package/src/locales/cs-CZ/common.json +73 -47
  66. package/src/locales/de-DE/common.json +72 -46
  67. package/src/locales/es-ES/common.json +72 -46
  68. package/src/locales/fr-FR/common.json +72 -46
  69. package/src/locales/it-IT/common.json +72 -46
  70. package/src/locales/ja-JP/common.json +72 -46
  71. package/src/locales/ko-KR/common.json +86 -60
  72. package/src/locales/lt-LT/common.json +73 -47
  73. package/src/locales/nl-NL/common.json +73 -47
  74. package/src/locales/pl-PL/common.json +100 -74
  75. package/src/locales/pt-BR/common.json +75 -49
  76. package/src/locales/ro-RO/common.json +73 -47
  77. package/src/locales/ru-RU/common.json +73 -47
  78. package/src/locales/sl-SI/common.json +73 -47
  79. package/src/locales/sv-SE/common.json +73 -47
  80. package/src/locales/uk-UA/common.json +73 -47
  81. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.js +39 -23
  82. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.data.js +36 -0
  83. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.js +61 -3
  84. package/src/react-extension/components/Administration/DisplaySubscriptionKey/DisplaySubscriptionKey.test.page.js +7 -0
  85. package/src/react-extension/components/Authentication/IdentifyWithSso/IdentifyWithSso.js +8 -2
  86. package/src/react-extension/components/Authentication/IdentifyWithSso/IdentifyWithSso.test.js +28 -8
  87. package/src/shared/lib/Settings/SiteSettings.js +1 -2
  88. package/src/shared/lib/Settings/SiteSettings.test.js +61 -0
  89. package/src/shared/services/api/sso/GetRecoverUrlService.js +1 -0
  90. 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
- The open source password manager for teams
8
- (c) 2023 Passbolt SA
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) 2023 Passbolt SA
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
- Images and logos in /src/img/third_party belongs to their respective owner.
30
+ ## About passbolt
32
31
 
33
- About
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
- This is the official styleguide for Passbolt the open source password manager for teams.
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
- In /src and /build you can find the assets that are used by other projects, like the images
41
- the less files, the minified css files, fonts, etc.
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
- Credits
44
- =========
41
+ Or, of course, you can use the code in this repository to build it yourself and run it!
45
42
 
46
- https://www.passbolt.com/credits
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,7 @@
1
- # v5.13.0-alpha.8
1
+ # v5.13.1
2
2
 
3
- CE/PRO upgrade/downgrade feature
3
+ ### Fixed
4
+ PB-52478 Remove subscription CTA when edition plugin is not enabled
5
+
6
+ ### Maintenance
7
+ PB-52428 Update subscription links
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/
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @name passbolt-styleguide
3
- * @version v5.13.0-alpha.8
4
- * @date 2026-06-05
3
+ * @version v5.13.1
4
+ * @date 2026-06-15
5
5
  * @copyright Copyright 2023 Passbolt SA
6
6
  * @source https://github.com/passbolt/passbolt_styleguide
7
7
  * @license AGPL-3.0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @name passbolt-styleguide
3
- * @version v5.13.0-alpha.8
4
- * @date 2026-06-05
3
+ * @version v5.13.1
4
+ * @date 2026-06-15
5
5
  * @copyright Copyright 2023 Passbolt SA
6
6
  * @source https://github.com/passbolt/passbolt_styleguide
7
7
  * @license AGPL-3.0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @name passbolt-styleguide
3
- * @version v5.13.0-alpha.8
4
- * @date 2026-06-05
3
+ * @version v5.13.1
4
+ * @date 2026-06-15
5
5
  * @copyright Copyright 2023 Passbolt SA
6
6
  * @source https://github.com/passbolt/passbolt_styleguide
7
7
  * @license AGPL-3.0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @name passbolt-styleguide
3
- * @version v5.13.0-alpha.8
4
- * @date 2026-06-05
3
+ * @version v5.13.1
4
+ * @date 2026-06-15
5
5
  * @copyright Copyright 2023 Passbolt SA
6
6
  * @source https://github.com/passbolt/passbolt_styleguide
7
7
  * @license AGPL-3.0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @name passbolt-styleguide
3
- * @version v5.13.0-alpha.8
4
- * @date 2026-06-05
3
+ * @version v5.13.1
4
+ * @date 2026-06-15
5
5
  * @copyright Copyright 2023 Passbolt SA
6
6
  * @source https://github.com/passbolt/passbolt_styleguide
7
7
  * @license AGPL-3.0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @name passbolt-styleguide
3
- * @version v5.13.0-alpha.8
4
- * @date 2026-06-05
3
+ * @version v5.13.1
4
+ * @date 2026-06-15
5
5
  * @copyright Copyright 2023 Passbolt SA
6
6
  * @source https://github.com/passbolt/passbolt_styleguide
7
7
  * @license AGPL-3.0
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * @name passbolt-styleguide
3
- * @version v5.13.0-alpha.8
4
- * @date 2026-06-05
3
+ * @version v5.13.1
4
+ * @date 2026-06-15
5
5
  * @copyright Copyright 2023 Passbolt SA
6
6
  * @source https://github.com/passbolt/passbolt_styleguide
7
7
  * @license AGPL-3.0