Skip to content

Commit b1a7324

Browse files
chore(release): 6.1.0 [skip ci]
# [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))
1 parent aabbe84 commit b1a7324

16 files changed

+16
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"6.0.0"}
1+
{"version":"6.1.0"}

dist/apps/admin-gui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
<div id="loader"></div>
1515
</div>
1616
</app-root>
17-
<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>
17+
<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>
1818
</html>

dist/apps/admin-gui/main.704cd21fee64664f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/main.cacaea501b108db5.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/password-reset/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
<link rel="stylesheet" href="styles.c7402a4eaf2910e6.css"></head>
1010
<body>
1111
<perun-web-apps-root></perun-web-apps-root>
12-
<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>
12+
<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>
1313
</html>

dist/apps/password-reset/main.67a2cc1c60e35b3f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/password-reset/main.97aaaa2c21369015.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/publications/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
</div>
4141
</div>
4242
</perun-web-apps-root>
43-
<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>
43+
<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>
4444
</html>

dist/apps/publications/main.07de3fb678a102b8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/publications/main.a34b7552be5d4349.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/user-profile/assets/config/defaultConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"api_url": "https://id.muni.cz/mfaapi/",
7171
"enable_security_image": true,
7272
"security_image_attribute": "urn:perun:user:attribute-def:def:securityImage:mu",
73+
"enforce_mfa_attribute": "urn:perun:user:attribute-def:def:mfaEnforced:mu",
7374
"url_en": "https://mfa.aai.muni.cz/",
7475
"url_cs": "https://mfa.aai.muni.cz/"
7576
},

dist/apps/user-profile/assets/i18n/cs.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,14 @@
136136
"AUTHENTICATION": {
137137
"TITLE": "Bezpečnostní obrázek",
138138
"MFA": "Vícefázové ověření",
139+
"MFA_TOGGLE": "Zapnout vícefázové ověření pro všechny služby",
140+
"MFA_DISABLED": "Potřebujete mít alespoň jeden aktivní MFA token.",
139141
"NEW_IMG": "Nový obrázek",
140142
"DELETE_IMG": "Vymazat obrázek",
141143
"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",
142144
"DELETE_IMG_DIALOG_TITLE": "Vymazat proti-phishingový obrázek",
143145
"DELETE_IMG_DIALOG_DESC": "Váš bezpečnostní obrázek bude odstraněn a nebude použit během autentizace.",
144-
"MFA_INFO": "Pro správu prostředků vícefázového ověření (MFA) navštivte "
146+
"MFA_INFO": "Spravovat moje prostředky vícefázového ověření (MFA)"
145147
},
146148
"DIALOGS": {
147149
"CHANGE_EMAIL": {

dist/apps/user-profile/assets/i18n/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,14 @@
136136
"AUTHENTICATION": {
137137
"TITLE": "Security image",
138138
"MFA": "Multi-factor authentication",
139+
"MFA_TOGGLE": "Turn on multi-factor authentication for all services",
140+
"MFA_DISABLED": "You need to have at least one active MFA token.",
139141
"NEW_IMG": "New image",
140142
"DELETE_IMG": "Delete image",
141143
"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",
142144
"DELETE_IMG_DIALOG_TITLE": "Delete anti-phishing image",
143145
"DELETE_IMG_DIALOG_DESC": "Your security image will be deleted and will not be used during authentication process.",
144-
"MFA_INFO": "To manage MFA tokens go to "
146+
"MFA_INFO": "Manage my MFA tokens"
145147
},
146148
"DIALOGS": {
147149
"CHANGE_EMAIL": {

dist/apps/user-profile/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
<div id="loader"></div>
1414
</div>
1515
</perun-web-apps-root>
16-
<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>
16+
<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>
1717
</html>

dist/apps/user-profile/main.928735c601c55177.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apps/user-profile/main.a4cd1e8c71cf15f8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)