Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](v6.0.0...v6.1.0) (2022-03-28)

### Bug Fixes

* **admin:** fix prettier ([3f71658](3f71658))
* **admin:** Fixed error message ([65588dc](65588dc))

### Features

* **admin:** display form data in dynamic list component ([5c6c610](5c6c610))
* **profile:** enforce MFA ([40cea53](40cea53))
  • Loading branch information
semantic-release-bot committed Mar 28, 2022
1 parent aabbe84 commit b1a7324
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/apps/admin-gui/assets/config/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"6.0.0"}
{"version":"6.1.0"}
2 changes: 1 addition & 1 deletion dist/apps/admin-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
<div id="loader"></div>
</div>
</app-root>
<script src="runtime.8648d4343c055fd9.js" type="module"></script><script src="polyfills.731be2f59b93d72c.js" type="module"></script><script src="scripts.e34ad3eb8bb5e97e.js" defer=""></script><script src="main.704cd21fee64664f.js" type="module"></script></body>
<script src="runtime.8648d4343c055fd9.js" type="module"></script><script src="polyfills.731be2f59b93d72c.js" type="module"></script><script src="scripts.e34ad3eb8bb5e97e.js" defer=""></script><script src="main.cacaea501b108db5.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/apps/admin-gui/main.704cd21fee64664f.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/main.cacaea501b108db5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/password-reset/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="styles.c7402a4eaf2910e6.css"></head>
<body>
<perun-web-apps-root></perun-web-apps-root>
<script src="runtime.acb6c862de9b0ce3.js" type="module"></script><script src="polyfills.55e4703d5cf25663.js" type="module"></script><script src="main.67a2cc1c60e35b3f.js" type="module"></script></body>
<script src="runtime.acb6c862de9b0ce3.js" type="module"></script><script src="polyfills.55e4703d5cf25663.js" type="module"></script><script src="main.97aaaa2c21369015.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/apps/password-reset/main.67a2cc1c60e35b3f.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/password-reset/main.97aaaa2c21369015.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/publications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
</div>
</div>
</perun-web-apps-root>
<script src="runtime.dd7c39ac771d8524.js" type="module"></script><script src="polyfills.a65edaa80529b975.js" type="module"></script><script src="scripts.e34ad3eb8bb5e97e.js" defer=""></script><script src="main.07de3fb678a102b8.js" type="module"></script></body>
<script src="runtime.dd7c39ac771d8524.js" type="module"></script><script src="polyfills.a65edaa80529b975.js" type="module"></script><script src="scripts.e34ad3eb8bb5e97e.js" defer=""></script><script src="main.a34b7552be5d4349.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/apps/publications/main.07de3fb678a102b8.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/publications/main.a34b7552be5d4349.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/user-profile/assets/config/defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"api_url": "https://id.muni.cz/mfaapi/",
"enable_security_image": true,
"security_image_attribute": "urn:perun:user:attribute-def:def:securityImage:mu",
"enforce_mfa_attribute": "urn:perun:user:attribute-def:def:mfaEnforced:mu",
"url_en": "https://mfa.aai.muni.cz/",
"url_cs": "https://mfa.aai.muni.cz/"
},
Expand Down
4 changes: 3 additions & 1 deletion dist/apps/user-profile/assets/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,14 @@
"AUTHENTICATION": {
"TITLE": "Bezpečnostní obrázek",
"MFA": "Vícefázové ověření",
"MFA_TOGGLE": "Zapnout vícefázové ověření pro všechny služby",
"MFA_DISABLED": "Potřebujete mít alespoň jeden aktivní MFA token.",
"NEW_IMG": "Nový obrázek",
"DELETE_IMG": "Vymazat obrázek",
"ANTI_PHISHING_INFO": "Tento bezpečnostní obrázek se vám ukáže před tím, než zadáte heslo, ujistíte se tak, že se nepřihlašujete na podvrženou stránku",
"DELETE_IMG_DIALOG_TITLE": "Vymazat proti-phishingový obrázek",
"DELETE_IMG_DIALOG_DESC": "Váš bezpečnostní obrázek bude odstraněn a nebude použit během autentizace.",
"MFA_INFO": "Pro správu prostředků vícefázového ověření (MFA) navštivte "
"MFA_INFO": "Spravovat moje prostředky vícefázového ověření (MFA)"
},
"DIALOGS": {
"CHANGE_EMAIL": {
Expand Down
4 changes: 3 additions & 1 deletion dist/apps/user-profile/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,14 @@
"AUTHENTICATION": {
"TITLE": "Security image",
"MFA": "Multi-factor authentication",
"MFA_TOGGLE": "Turn on multi-factor authentication for all services",
"MFA_DISABLED": "You need to have at least one active MFA token.",
"NEW_IMG": "New image",
"DELETE_IMG": "Delete image",
"ANTI_PHISHING_INFO": "You will be shown this security image before you enter your password so you will know that you are visiting the right site",
"DELETE_IMG_DIALOG_TITLE": "Delete anti-phishing image",
"DELETE_IMG_DIALOG_DESC": "Your security image will be deleted and will not be used during authentication process.",
"MFA_INFO": "To manage MFA tokens go to "
"MFA_INFO": "Manage my MFA tokens"
},
"DIALOGS": {
"CHANGE_EMAIL": {
Expand Down
2 changes: 1 addition & 1 deletion dist/apps/user-profile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
<div id="loader"></div>
</div>
</perun-web-apps-root>
<script src="runtime.360970bc847703fc.js" type="module"></script><script src="polyfills.0770092cbce64862.js" type="module"></script><script src="scripts.e34ad3eb8bb5e97e.js" defer=""></script><script src="main.a4cd1e8c71cf15f8.js" type="module"></script></body>
<script src="runtime.360970bc847703fc.js" type="module"></script><script src="polyfills.0770092cbce64862.js" type="module"></script><script src="scripts.e34ad3eb8bb5e97e.js" defer=""></script><script src="main.928735c601c55177.js" type="module"></script></body>
</html>
1 change: 1 addition & 0 deletions dist/apps/user-profile/main.928735c601c55177.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/user-profile/main.a4cd1e8c71cf15f8.js

This file was deleted.

0 comments on commit b1a7324

Please sign in to comment.