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>

0 commit comments

Comments
 (0)