Skip to content

Commit 8b36ee1

Browse files
chore(release): 12.0.0 [skip ci]
## [12.0.0](v11.2.0...v12.0.0) (2023-06-21) ### ⚠ BREAKING CHANGES * new mandarory property proxy_logout: boolean (added to admin-gui, user-profile, publications and consolidator), by default is true ### Features * **admin:** allow managing embedded groups also in a group form settings ([8ce7851](8ce7851)) * handle proxy/local logout and related post logout redirect ([b01e56e](b01e56e)) * use cookies in requests ([fc47102](fc47102)) ### Bug Fixes * **admin:** add host dialog fixed ([6300a3a](6300a3a)) * **admin:** application form items i18n correctly displayed ([dc44e37](dc44e37)) * **admin:** disable auto select of vo ([566989b](566989b)) * **admin:** disable buttons until the sponsors are not loaded ([168fa5b](168fa5b)) * **admin:** disable deselect button ([690626a](690626a)) * **admin:** disable remove button ([65477a0](65477a0)) * **admin:** fix disappearing icons ([8f5a771](8f5a771)) * **admin:** fix login screen service access component ([358c22e](358c22e)) * **admin:** removed immediate filter ([4e16389](4e16389)) * correctly handle MFA timeout ([dcd6971](dcd6971)) * do not show sesssion expiration dialog during mfa ([a0ebd8b](a0ebd8b)) * **lib:** do not display bottom pagination in tables ([7571bae](7571bae)) * **lib:** fix group list icons alignment and margin ([54347b1](54347b1)) * **lib:** fix unresponsive layout of perun header ([0d2504d](0d2504d)) * **lib:** move mfa logic from sessionStorage to localStorage ([b7358c7](b7358c7)) * **lib:** remove white spaces from the full name pipe ([080766f](080766f)) * **profile:** loading edge cases of Organizations and Groups pages ([88a0b99](88a0b99))
1 parent b3a03c0 commit 8b36ee1

37 files changed

+49
-28
lines changed

dist/apps/admin-gui/169.ab8fd243098950a8.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/admin-gui/254.63734eb998e24f3a.js

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

dist/apps/admin-gui/338.77f8973c710367c3.js renamed to dist/apps/admin-gui/338.4edc52e13565d48d.js

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

dist/apps/admin-gui/775.2f38b88d4c0bef0b.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/admin-gui/775.eac9a49914238cd8.js

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

dist/apps/admin-gui/938.4ee14788188de23a.js renamed to dist/apps/admin-gui/938.79f1003aa00770ee.js

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

dist/apps/admin-gui/assets/config/defaultConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"oauth_response_type": "code",
2323
"oauth_offline_access_consent_prompt": true
2424
},
25+
"proxy_logout": true,
2526
"mfa": {
2627
"url_en": "https://mfa.id.muni.cz/"
2728
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"11.2.0"}
1+
{"version":"12.0.0"}

dist/apps/admin-gui/assets/i18n/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,6 +1645,7 @@
16451645
"SUCCESS": "Selected services were removed from the resource"
16461646
},
16471647
"CREATE_RESOURCE": {
1648+
"TITLE": "Create resource",
16481649
"NAME": "Name",
16491650
"DESCRIPTION": "Description",
16501651
"CANCEL": "Cancel",
@@ -2883,7 +2884,8 @@
28832884
"PERUN": {
28842885
"LOGIN": {
28852886
"SIGN_IN": "Sign in",
2886-
"TEXT": "You must sign in to continue."
2887+
"TEXT": "You must sign in to continue.",
2888+
"LOGOUT_INFO": "You have been successfully logged out."
28872889
},
28882890
"LOGIN_SERVICE_ACCESS": {
28892891
"LABEL": "Sign in",

dist/apps/admin-gui/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
<meta content="width=device-width, initial-scale=1" name="viewport"/>
99
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');}.material-icons{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;}</style>
10-
<link rel="stylesheet" href="styles.0db3ec64ac159822.css"></head>
10+
<link rel="stylesheet" href="styles.aa593e51159f0e18.css"></head>
1111
<body>
1212
<app-root>
1313
<div id="preloader">
1414
<div id="loader"></div>
1515
</div>
1616
</app-root>
17-
<script src="runtime.11824ae03a145e3d.js" type="module"></script><script src="polyfills.3ba7172c54e707b1.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.8bce2c2c6e860322.js" type="module"></script></body>
17+
<script src="runtime.063a3f88d16736fd.js" type="module"></script><script src="polyfills.3ba7172c54e707b1.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.910d5af7d6c1a178.js" type="module"></script></body>
1818
</html>

dist/apps/admin-gui/main.8bce2c2c6e860322.js

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

dist/apps/admin-gui/main.910d5af7d6c1a178.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/admin-gui/runtime.11824ae03a145e3d.js renamed to dist/apps/admin-gui/runtime.063a3f88d16736fd.js

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

dist/apps/admin-gui/styles.0db3ec64ac159822.css renamed to dist/apps/admin-gui/styles.aa593e51159f0e18.css

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

dist/apps/consolidator/assets/config/defaultConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"user_info_endpoint_url": "https://proxy.aai.muni.cz/OIDC/userinfo",
1414
"oauth_offline_access_consent_prompt": true
1515
},
16+
"proxy_logout": true,
1617
"mfa": {
1718
"url_en": "https://mfa.id.muni.cz/"
1819
},

dist/apps/consolidator/assets/i18n/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"PERUN": {
3131
"LOGIN": {
3232
"SIGN_IN": "Sign in",
33-
"TEXT": "You must sign in to continue."
33+
"TEXT": "You must sign in to continue.",
34+
"LOGOUT_INFO": "You have been successfully logged out."
3435
},
3536
"COMPONENTS": {
3637
"SESSION_EXPIRATION": {

dist/apps/consolidator/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
</perun-web-apps-root>
17-
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.4c49b12901a5ecf2.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.8dd42c95a05935ec.js" type="module"></script></body>
17+
<script src="runtime.15db6a65f7bbd127.js" type="module"></script><script src="polyfills.4c49b12901a5ecf2.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.d71a3f23b821823a.js" type="module"></script></body>
1818
</html>

dist/apps/consolidator/main.8dd42c95a05935ec.js

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

dist/apps/consolidator/main.d71a3f23b821823a.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/linker/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
</perun-web-apps-root>
17-
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.cbc46a9d395528b0.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.1c906a3e6fb4f803.js" type="module"></script></body>
17+
<script src="runtime.5dac3afc602ec401.js" type="module"></script><script src="polyfills.cbc46a9d395528b0.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.fab2ab548dbacf62.js" type="module"></script></body>
1818
</html>

dist/apps/linker/main.1c906a3e6fb4f803.js

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

dist/apps/linker/main.fab2ab548dbacf62.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/assets/i18n/cs.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,19 @@
4949
"FIELD_EMPTY": "Tohle políčko musí být vyplněné",
5050
"PWD_DONT_MATCH": "Hesla se neshodují"
5151
}
52+
},
53+
"LOGIN": {
54+
"SIGN_IN": "Přihlásit se",
55+
"TEXT": "Pro pokračování se přihlaste."
56+
},
57+
"LOGIN_SERVICE_ACCESS": {
58+
"LABEL": "Přihlásit se",
59+
"USERNAME": "Uživatelské jméno",
60+
"USERNAME_ERROR": "Uživatelské jméno nemůže být prázdné",
61+
"PASSWORD": "Heslo",
62+
"PASSWORD_ERROR": "Heslo nemůže být prázdné",
63+
"SIGN_IN": "Přihlásit se",
64+
"WRONG_LOGIN_OR_PASSWORD": "Nesprávné uživatelské jméno nebo heslo. Zkuste to znovu."
5265
}
5366
}
5467
}

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.afd15ba1dc899b76.css"></head>
1010
<body>
1111
<perun-web-apps-root></perun-web-apps-root>
12-
<script src="runtime.415c2a69dfc95c1b.js" type="module"></script><script src="polyfills.a9b402b9f4819fcc.js" type="module"></script><script src="main.0f49a56d572e83f0.js" type="module"></script></body>
12+
<script src="runtime.415c2a69dfc95c1b.js" type="module"></script><script src="polyfills.a9b402b9f4819fcc.js" type="module"></script><script src="main.2f21238475fc9f72.js" type="module"></script></body>
1313
</html>

dist/apps/password-reset/main.0f49a56d572e83f0.js

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

dist/apps/password-reset/main.2f21238475fc9f72.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/assets/config/defaultConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"oauth_response_type": "code",
1414
"oauth_offline_access_consent_prompt": true
1515
},
16+
"proxy_logout": true,
1617
"mfa": {
1718
"url_en": "https://mfa.id.muni.cz/"
1819
},

dist/apps/publications/assets/i18n/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@
251251
"PERUN": {
252252
"LOGIN": {
253253
"SIGN_IN": "Sign in",
254-
"TEXT": "You must sign in to continue."
254+
"TEXT": "You must sign in to continue.",
255+
"LOGOUT_INFO": "You have been successfully logged out."
255256
},
256257
"LOGIN_SERVICE_ACCESS": {
257258
"LABEL": "Sign in",

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.d7b2d29518b8e2ce.js" type="module"></script><script src="polyfills.1a759b6c72ee8ad2.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.1bc410fcff83cb9e.js" type="module"></script></body>
43+
<script src="runtime.d7b2d29518b8e2ce.js" type="module"></script><script src="polyfills.1a759b6c72ee8ad2.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.4e133cd4090adb20.js" type="module"></script></body>
4444
</html>

dist/apps/publications/main.1bc410fcff83cb9e.js

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

dist/apps/publications/main.4e133cd4090adb20.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
@@ -20,6 +20,7 @@
2020
"oauth_response_type": "code",
2121
"oauth_offline_access_consent_prompt": true
2222
},
23+
"proxy_logout": true,
2324
"password_namespace_attributes": [
2425
"urn:perun:user:attribute-def:def:login-namespace:einfra",
2526
"urn:perun:user:attribute-def:def:login-namespace:einfra-services",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"FILTER": "Filtrovat dle jména",
4141
"MEMBER_GROUPS": "Skupiny ve kterých jste členem",
4242
"ADMINS_GROUPS": "Skupiny ve kterých jste administrátorem",
43-
"NO_GROUPS": "Nenalezeny žádné skupiny."
43+
"NO_GROUPS": "Nebyly nalezeny žádné skupiny."
4444
},
4545
"SERVICES": {
4646
"TITLE": "Moje služby",
@@ -95,7 +95,6 @@
9595
"NAME": "Jméno",
9696
"DESCRIPTION": "Popis",
9797
"EXPIRATION": "Expirace členství",
98-
"NO_MEMBERSHIPS": "Žádné výsledky nesplňují zadané vyhledávací parametry.",
9998
"EXTEND": "Prodloužit členství"
10099
},
101100
"SAMBA_PASSWORD": {
@@ -243,7 +242,8 @@
243242
"PERUN": {
244243
"LOGIN": {
245244
"SIGN_IN": "Přihlásit se",
246-
"TEXT": "Pro pokračování se přihlaste."
245+
"TEXT": "Pro pokračování se přihlaste.",
246+
"LOGOUT_INFO": "Byli jste úspěšně odhlášeni."
247247
},
248248
"LOGIN_SERVICE_ACCESS": {
249249
"LABEL": "Přihlásit se",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"NAME": "Name",
9696
"DESCRIPTION": "Description",
9797
"EXPIRATION": "Expiration",
98-
"NO_MEMBERSHIPS": "No results match current filter",
9998
"EXTEND": "Extend"
10099
},
101100
"SAMBA_PASSWORD": {
@@ -243,7 +242,8 @@
243242
"PERUN": {
244243
"LOGIN": {
245244
"SIGN_IN": "Sign in",
246-
"TEXT": "You must sign in to continue."
245+
"TEXT": "You must sign in to continue.",
246+
"LOGOUT_INFO": "You have been successfully logged out."
247247
},
248248
"LOGIN_SERVICE_ACCESS": {
249249
"LABEL": "Sign in",

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.9381be7a34640147.js" type="module"></script><script src="polyfills.4486efc16cd8b12a.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.7ba00c76842ff525.js" type="module"></script></body>
16+
<script src="runtime.9381be7a34640147.js" type="module"></script><script src="polyfills.4486efc16cd8b12a.js" type="module"></script><script src="scripts.4ad0631c2d7244b0.js" defer=""></script><script src="main.fb2ba50859729bc1.js" type="module"></script></body>
1717
</html>

dist/apps/user-profile/main.7ba00c76842ff525.js

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

dist/apps/user-profile/main.fb2ba50859729bc1.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.

0 commit comments

Comments
 (0)