Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.3.0...v6.0.0) (2022-03-14)

### Bug Fixes

* **admin:** add a star to required items ([8a71e0f](8a71e0f))
* **admin:** add missing route rules for organization section ([d2de824](d2de824))
* **admin:** import service to AuthGuard by npm scope ([5f6d0e4](5f6d0e4))
* **admin:** remove two unsupported types of application form items ([1d8ed28](1d8ed28))
* **admin:** required items on application detail page ([d1c2adc](d1c2adc))
* **admin:** subgroup name bug ([e04ee8f](e04ee8f))
* **admin:** the setting of a federation attribute for some application form item ([23fc08d](23fc08d))
* **lib:** link to old password reset ([02623f3](02623f3))
* **libs:** fix typo in route policy service ([3a7924f](3a7924f))

### Build System

* Update Angular version to 13 ([619c27e](619c27e))

### Features

* **admin:** Add activate guard ([4d6de8f](4d6de8f))
* **admin:** paginated applications ([c59d414](c59d414))
* **admin:** revalidate group resource assigment from failed state ([ff3adf4](ff3adf4))

### BREAKING CHANGES

* Update Angular version to 13
  • Loading branch information
semantic-release-bot committed Mar 14, 2022
1 parent 75263c2 commit 8413c2d
Show file tree
Hide file tree
Showing 81 changed files with 1,009 additions and 272 deletions.
1 change: 1 addition & 0 deletions dist/apps/admin-gui/142.43a9f0a12ce945d0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/176.c4066f0d7c945d78.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/202-es2015.b0fc40b33eca685afcf9.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/202-es5.b0fc40b33eca685afcf9.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/243.6b69d0ec988a45bf.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/358.2f59846edf0d8d73.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/385.9a4ce74576f54406.js

Large diffs are not rendered by default.

663 changes: 589 additions & 74 deletions dist/apps/admin-gui/3rdpartylicenses.txt

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/427-es2015.beaf65977e4daa30fd76.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/427-es5.beaf65977e4daa30fd76.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/493.2871d9551d589868.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/50.1365ffde5b298701.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/515-es2015.07e9c4eebbb53157acfd.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/515-es5.07e9c4eebbb53157acfd.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/518-es2015.dd75a0a442e8ef7229c3.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/518-es5.dd75a0a442e8ef7229c3.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/641.e4764992bfd886ec.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/749-es2015.acb04cd96f576727553a.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/749-es5.acb04cd96f576727553a.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/781-es2015.7595fee21c51b94b8465.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/781-es5.7595fee21c51b94b8465.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/827-es2015.cb251f6e5ea0e068bdb7.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/827-es5.cb251f6e5ea0e068bdb7.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/892.30b3ccb9e69a8b2b.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/917-es2015.0b65908ca89a9fdd7319.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/917-es5.0b65908ca89a9fdd7319.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/943-es2015.133e9074b3526ddcf20c.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/943-es5.133e9074b3526ddcf20c.js

This file was deleted.

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":"5.3.0"}
{"version":"6.0.0"}
74 changes: 39 additions & 35 deletions dist/apps/admin-gui/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"TITLE": "Page not found",
"MESSAGE": "The page you are trying to access is missing. If you wish to continue please click the button below that will redirect you to our home page.",
"ACTION": "Redirect"
},
"NOT_AUTHORIZED_PAGE": {
"TITLE": "Not authorized",
"DESC": "You are not authorized to access the page you were trying to reach.",
"REDIRECT": "Redirect Home"
}
},
"NAV": {
Expand Down Expand Up @@ -77,7 +82,7 @@
"SERVICE_CONFIG": "Configure services",
"DESTINATION_CONFIG": "Configure destinations",
"DESTINATION": "Destinations",
"ATTS": "Attributes",
"ATTS": "Attributes",
"MANAGERS": "Managers",
"SUMMARY": "Summary",
"CANCEL": "Cancel",
Expand Down Expand Up @@ -377,8 +382,6 @@
"SUBMIT_BUTTON": "Submit button",
"HTML_COMMENT": "Custom HTML text",
"TEXTFIELD": "Input text field",
"FROM_FEDERATION_SHOW": "Input text field pre-filled from external source",
"FROM_FEDERATION_HIDDEN": "Hidden input text pre-filled from external source",
"VALIDATED_EMAIL": "Input text field for email",
"SELECTIONBOX": "Single value selection from list",
"USERNAME": "Input text field for username",
Expand Down Expand Up @@ -408,8 +411,6 @@
"SUBMIT_BUTTON": "Button used to submit the form with a custom label. All other form items are checked on valid input before submission. If it fails, form is not sent.",
"HTML_COMMENT": "Item is used to display custom HTML content anywhere on the form. Useful for explanation descriptions, dividing parts of form, etc.",
"TEXTFIELD": "Editable text field useful to gather short text input, e.g. name, phone.",
"FROM_FEDERATION_SHOW": "Non-editable and visible form item. The form is submitted even on invalid input! Useful to automatically gather information provided by AUTH mechanism (IdP federation, certificate).",
"FROM_FEDERATION_HIDDEN": "Non-editable and hidden form item. The form is submitted even on invalid input! Useful to automatically gather information provided by AUTH mechanism (IdP federation, certificate).",
"VALIDATED_EMAIL": "Special text field to gather and verify user`s email address. Input is checked on email address format. If a user enters a new value, then a validation email is sent. The application then can't be approved unless the provided email address is validated.",
"SELECTIONBOX": "Simple selection box with defined custom values that user can choose.",
"USERNAME": "Special text field to gather user`s login. It checks login availability on user input.",
Expand Down Expand Up @@ -527,25 +528,7 @@
"SELECTION_APPROVED": "Approved",
"SELECTION_REJECTED": "Rejected",
"SHOW_GROUP_APPLICATIONS": "Show group applications",
"TABLE_ID": "Id",
"TABLE_CREATED_DATE": "Created Date",
"TABLE_TYPE": "Type",
"TABLE_STATE": "State",
"TABLE_GROUPS_SELECTION": "Groups applications",
"TABLE_SUBMITTED_BY": "Submitted by",
"TABLE_LOA": "LoA",
"TABLE_GROUP_NAME": "Group name",
"TABLE_MODIFIED_BY": "Modified by",
"TABLE_VO_ID": "Organization Id",
"TABLE_GROUP_ID": "Group Id",
"TABLE_FEDINFO": "FedInfo",
"TABLE_EXTSOURCENAME": "extSourceName",
"TABLE_EXTSOURCETYPE": "extSourceType",
"TABLE_MODIFIED_AT": "Modified at",
"TABLE_USER": "User",
"TABLE_CREATED_BY": "Created by",
"TABLE_VO_NAME": "Organization name",
"NO_APPLICATION_FOUND": "No applications matching search criteria found for this organization or it's groups.",
"NO_APPLICATION_FOUND": "No applications matching search criteria found.",
"SHOW_ALL_DETAILS": "Show more details",
"SHOW_LESS_DETAILS": "Show less details",
"STATE": {
Expand All @@ -554,7 +537,7 @@
"NEW": "Waiting for mail verification",
"VERIFIED": "Submitted"
},
"DATE" : {
"DATE": {
"START": "Start date",
"END": "End date"
},
Expand All @@ -576,7 +559,6 @@
"APPROVED_BY": "Approved by",
"REJECTED_BY": "Rejected by",
"DATE": "Date",
"VALUE_BY_EXTERNALS": "Value provided by external source.",
"VERIFY": "Verify",
"DELETE_APPLICATION_TITLE": "Delete application",
"DELETE_APPLICATION_DESCRIPTION": "Application with following Id will be deleted.",
Expand Down Expand Up @@ -704,12 +686,32 @@
"SUCCESS_REMOVED": "External source successfully removed: "
}
},
"STATISTICS":{
"STATISTICS": {
"TITLE": "Statistics",
"VO_STATUS_COUNT": "Members by organization status",
"GROUP_STATUS_COUNT": "Members by group status"
}
},
"APPLICATIONS_LIST": {
"ID": "Id",
"CREATED_DATE": "Created Date",
"TYPE": "Type",
"STATE": "State",
"GROUPS_SELECTION": "Groups applications",
"SUBMITTED_BY": "Submitted by",
"LOA": "LoA",
"GROUP_NAME": "Group name",
"MODIFIED_BY": "Modified by",
"VO_ID": "Organization Id",
"GROUP_ID": "Group Id",
"FEDINFO": "FedInfo",
"EXTSOURCENAME": "ExtSource name",
"EXTSOURCETYPE": "ExtSource type",
"MODIFIED_AT": "Modified at",
"USER": "User",
"CREATED_BY": "Created by",
"VO_NAME": "Organization name"
},
"MEMBER_DETAIL": {
"ENTITY": "Member",
"USER_ID": "User Id",
Expand Down Expand Up @@ -851,7 +853,7 @@
"MANAGERS": "Managers",
"ASSIGNED_SERVICES": "Assigned services",
"ASSIGNED_MEMBERS": "Assigned members",
"RESOURCE_TAGS": "Assigned tags"
"RESOURCE_TAGS": "Assigned tags"
},
"GROUP": {
"OVERVIEW": "Overview",
Expand Down Expand Up @@ -1178,6 +1180,7 @@
"SHORT_NAME_DESCRIPTION": "Internal item identification (used as a fallback when you forgot to set \"Label\" for some language).",
"CANCEL_BUTTON": "Cancel",
"SUBMIT_BUTTON": "Submit",
"SUBMIT_BUTTON_DISABLED_TOOLTIP": "This item is required and hidden or disabled, but it has no prefilled value (Source and Federation attributes are empty)",
"BASIC_SETTINGS": "Basic settings",
"LANGUAGE_CS": "Language: cz",
"LANGUAGE_EN": "Language: en",
Expand Down Expand Up @@ -1586,7 +1589,6 @@
"OPTIONS": "Set options",
"NEXT": "Next",
"BACK": "Back"

},
"ADD_GROUP_TO_REGISTRATION": {
"TITLE": "Assign group to registration",
Expand Down Expand Up @@ -1819,9 +1821,9 @@
"TITLE": "Remove service from facility",
"CHECKBOXES_DESCRIPTION": "You can also remove:",
"CHECKBOXES_DISABLED": "Enabled only for all resources",
"CHECKBOX_TASK_AND_TASK_RESULTS" : "Task and task results",
"CHECKBOX_TASK_RESULTS" : "Task results",
"CHECKBOX_DESTINATION" : "Destination",
"CHECKBOX_TASK_AND_TASK_RESULTS": "Task and task results",
"CHECKBOX_TASK_RESULTS": "Task results",
"CHECKBOX_DESTINATION": "Destination",
"DESCRIPTION": "Following resources will be affected.",
"ASK": "Do you want to proceed?",
"SUCCESS": "Service was successfully removed",
Expand Down Expand Up @@ -2457,7 +2459,7 @@
"SPONSORSHIP_MEMBERS": "Members you are sponsor of",
"RESOURCESELFSERVICE": "Resource self service",
"RESOURCESELFSERVICE_RESOURCES": "Resources you are manager of",
"RESOURCEOBSERVER": "Resource observer",
"RESOURCEOBSERVER": "Resource observer",
"RESOURCEOBSERVER_RESOURCES": "Resources you are observer of"
},
"SHARED_LIB": {
Expand Down Expand Up @@ -2515,7 +2517,7 @@
"FIND_VO": "Find organization...",
"NO_VO_FOUND": "No matching organization found"
},
"SERVICE_PACKAGE_SEARCH_SELECT": {
"SERVICE_PACKAGE_SEARCH_SELECT": {
"SELECT_PACKAGE": "Select service package",
"FIND_PACKAGE": "Find service package...",
"NO_PACKAGE_FOUND": "No matching service package found"
Expand Down Expand Up @@ -2607,7 +2609,9 @@
"DIALOG_CLOSE": "Close",
"DIALOG_BUG_REPORT": "Report a bug",
"DEFAULT_RPC_ERROR_MESSAGE": "An operation failed.",
"PRIVILEGE_EXCEPTION": "You are not authorized to perform this action"
"PRIVILEGE_EXCEPTION": "You are not authorized to perform this action",
"ROUTE_DENIED_ERROR": "Access denied",
"ROUTE_DENIED_DESC": "You are not authorized to access this page"
}
},
"USER_EXT_SOURCES_LIST": {
Expand Down
8 changes: 4 additions & 4 deletions dist/apps/admin-gui/index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta charset="utf-8"/>
<title>Perun Web Gui</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/v121/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/v121/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.228a7ffc2bbc2ac5f969.css"></head>
<style type="text/css">@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v126/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.7e353a9b683231b8.css"></head>
<body>
<app-root>
<div id="preloader">
<div id="loader"></div>
</div>
</app-root>
<script src="runtime-es2015.1b7a6fa5b759030896cc.js" type="module"></script><script src="runtime-es5.1b7a6fa5b759030896cc.js" nomodule="" defer=""></script><script src="polyfills-es5.c2c1c046e31214165c70.js" nomodule="" defer=""></script><script src="polyfills-es2015.00fbe56f1744b4c72ba9.js" type="module"></script><script src="scripts.1b2ed32d71d72baaf122.js" defer=""></script><script src="main-es2015.ded48bb90bba60081f0f.js" type="module"></script><script src="main-es5.ded48bb90bba60081f0f.js" nomodule="" defer=""></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.704cd21fee64664f.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/apps/admin-gui/main-es2015.ded48bb90bba60081f0f.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/main-es5.ded48bb90bba60081f0f.js

This file was deleted.

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

Large diffs are not rendered by default.

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/polyfills-es5.c2c1c046e31214165c70.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/polyfills.731be2f59b93d72c.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/runtime-es2015.1b7a6fa5b759030896cc.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/runtime-es5.1b7a6fa5b759030896cc.js

This file was deleted.

Loading

0 comments on commit 8413c2d

Please sign in to comment.