Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2021-08-04)

### Bug Fixes

* remove default idpFilter ([b36088f](b36088f))
  • Loading branch information
semantic-release-bot committed Aug 4, 2021
1 parent b36088f commit 380fdf7
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 24 deletions.
7 changes: 1 addition & 6 deletions dist/apps/admin-gui/assets/config/defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
"oauth_silent_redirect_uri": "http://localhost:4200/silent-refresh.html",
"oauth_load_user_info": false,
"oauth_scopes": "openid profile perun_api perun_admin",
"oauth_response_type": "id_token token",
"filters": {
"default": "urn:cesnet:proxyidp:filter:eyJ2ZXIiOiIyIiwiYWxsb3dGZWVkcyI6eyJlZHVJRC5jeiI6e30sImVkdUdBSU4iOnt9LCJMb2dpbk11bmkiOnt9LCJTb2NpYWxJZFBzIjp7fSwiU3RhbmRhbG9uZUlkUCI6e30sIkhha2EiOnt9fX0=",
"muni": "urn:cesnet:proxyidp:idpentityid:https://idp2.ics.muni.cz/idp/shibboleth",
"soc_idp": "urn:cesnet:proxyidp:filter:eyJ2ZXIiOiIyIiwiYWxsb3dGZWVkcyI6eyJTb2NpYWxJZFBzIjp7fX19"
}
"oauth_response_type": "id_token token"
},
"login_namespace_attributes": [
"urn:perun:user:attribute-def:def:login-namespace:einfra",
Expand Down
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":"1.0.1"}
{"version":"1.0.2"}
4 changes: 2 additions & 2 deletions dist/apps/admin-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./assets/img/PerunWebImages/perun.ico">
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v93/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff) format('woff');}.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;font-feature-settings:'liga';}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v93/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>
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v95/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff) format('woff');}.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;font-feature-settings:'liga';}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v95/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>
<link rel="stylesheet" href="styles.0e5555aa915d4ccb32cc.css"></head>
<body>
<app-root>
Expand All @@ -27,5 +27,5 @@
</div>
</div>
</app-root>
<script src="runtime-es2015.973c2441727d0d762a77.js" type="module"></script><script src="runtime-es5.973c2441727d0d762a77.js" nomodule="" defer=""></script><script src="polyfills-es5.754dff22599dccf78864.js" nomodule="" defer=""></script><script src="polyfills-es2015.03f7c9814e5f66aacc18.js" type="module"></script><script src="scripts.1b2ed32d71d72baaf122.js" defer=""></script><script src="main-es2015.9581328ac8e212a7001a.js" type="module"></script><script src="main-es5.9581328ac8e212a7001a.js" nomodule="" defer=""></script></body>
<script src="runtime-es2015.973c2441727d0d762a77.js" type="module"></script><script src="runtime-es5.973c2441727d0d762a77.js" nomodule="" defer=""></script><script src="polyfills-es5.754dff22599dccf78864.js" nomodule="" defer=""></script><script src="polyfills-es2015.03f7c9814e5f66aacc18.js" type="module"></script><script src="scripts.1b2ed32d71d72baaf122.js" defer=""></script><script src="main-es2015.b5e9969dad456f858005.js" type="module"></script><script src="main-es5.b5e9969dad456f858005.js" nomodule="" defer=""></script></body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/apps/publications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v93/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>
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v95/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>
<link rel="stylesheet" href="styles.e521f64628b30df8be5b.css"></head>
<body>
<perun-web-apps-root>
Expand Down Expand Up @@ -41,5 +41,5 @@
</div>

</perun-web-apps-root>
<script src="runtime.f9eb7d559edab17495f4.js" defer=""></script><script src="polyfills.50531826443369696156.js" defer=""></script><script src="scripts.1b2ed32d71d72baaf122.js" defer=""></script><script src="main.dd8ed0523d228288fb30.js" defer=""></script></body>
<script src="runtime.f9eb7d559edab17495f4.js" defer=""></script><script src="polyfills.50531826443369696156.js" defer=""></script><script src="scripts.1b2ed32d71d72baaf122.js" defer=""></script><script src="main.f8517a6d8464278f4371.js" defer=""></script></body>
</html>

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions dist/apps/user-profile/assets/config/defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
"oauth_post_logout_redirect_uri": "",
"oauth_redirect_uri": "http://localhost:4200/api-callback",
"oauth_scopes": "openid profile perun_api",
"oauth_response_type": "code",
"filters": {
"default": "urn:cesnet:proxyidp:filter:eyJ2ZXIiOiIyIiwiYWxsb3dGZWVkcyI6eyJlZHVJRC5jeiI6e30sImVkdUdBSU4iOnt9LCJMb2dpbk11bmkiOnt9LCJTb2NpYWxJZFBzIjp7fSwiU3RhbmRhbG9uZUlkUCI6e30sIkhha2EiOnt9fX0=",
"muni": "urn:cesnet:proxyidp:idpentityid:https://idp2.ics.muni.cz/idp/shibboleth",
"soc_idp": "urn:cesnet:proxyidp:filter:eyJ2ZXIiOiIyIiwiYWxsb3dGZWVkcyI6eyJTb2NpYWxJZFBzIjp7fX19"
}
"oauth_response_type": "code"
},
"password_namespace_attributes": [
"urn:perun:user:attribute-def:def:login-namespace:einfra",
Expand Down
4 changes: 2 additions & 2 deletions dist/apps/user-profile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<title>UserProfile</title>
<base href="/"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v93/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff) format('woff');}.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;font-feature-settings:'liga';}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v93/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>
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v95/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff) format('woff');}.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;font-feature-settings:'liga';}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v95/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>
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<link rel="stylesheet" href="styles.216873dfbd6600fdd6e3.css"></head>
<body>
<perun-web-apps-root></perun-web-apps-root>
<script src="runtime-es2015.187f5bc9d6012c2659ac.js" type="module"></script><script src="runtime-es5.187f5bc9d6012c2659ac.js" nomodule="" defer=""></script><script src="polyfills-es5.7216750f1b97e5296df6.js" nomodule="" defer=""></script><script src="polyfills-es2015.180db37abd6f6c74ba74.js" type="module"></script><script src="scripts.1b2ed32d71d72baaf122.js" defer=""></script><script src="main-es2015.d1cacd1cb7dafbc93cff.js" type="module"></script><script src="main-es5.d1cacd1cb7dafbc93cff.js" nomodule="" defer=""></script></body>
<script src="runtime-es2015.187f5bc9d6012c2659ac.js" type="module"></script><script src="runtime-es5.187f5bc9d6012c2659ac.js" nomodule="" defer=""></script><script src="polyfills-es5.7216750f1b97e5296df6.js" nomodule="" defer=""></script><script src="polyfills-es2015.180db37abd6f6c74ba74.js" type="module"></script><script src="scripts.1b2ed32d71d72baaf122.js" defer=""></script><script src="main-es2015.4c94a9222a90b4138d3d.js" type="module"></script><script src="main-es5.4c94a9222a90b4138d3d.js" nomodule="" defer=""></script></body>
</html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 380fdf7

Please sign in to comment.