Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.1.1...v7.0.0) (2022-04-11)

### Bug Fixes

* added Perun shared components module to user profile and publications ([3c1158d](3c1158d))
* **admin:** fix duplicate window open ([9a26d36](9a26d36))
* **admin:** Fixed status tab in Accounts ([277ac6f](277ac6f))
* **admin:** icon change on overviews ([0ed2e8a](0ed2e8a))
* minor improvements ([f1c11c2](f1c11c2))
* **profile:** fixed infinite loading in Authentication page ([703d6a4](703d6a4))
* redirect from login page to home if user logged in ([f11e6ba](f11e6ba))
* session expiration dialog fix ([4a59fae](4a59fae))

### Features

* add skeleton for consolidator and linker application ([82e5971](82e5971))
* **admin:** add consent hubs page ([7fce853](7fce853))
* **admin:** added columns to sponsored members list ([c1ada32](c1ada32))
* **admin:** disable adding user realated attrbiutes to active service ([e303077](e303077))
* **lib:** support for consent hubs ([43c06e0](43c06e0))
* **openapi:** add support for consent logic to openapi ([1a091d9](1a091d9))
* **openapi:** generated open api ([3bc5079](3bc5079))
* **profile:** manage consents ([5008f9b](5008f9b))

### BREAKING CHANGES

* **profile:** * add new item 'consents' to 'displayed_tabs' array if you want to show consents page in menu
  • Loading branch information
semantic-release-bot committed Apr 11, 2022
1 parent 0ca3b4e commit d83b2e3
Show file tree
Hide file tree
Showing 36 changed files with 317 additions and 22 deletions.
1 change: 0 additions & 1 deletion dist/apps/admin-gui/142.43a9f0a12ce945d0.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/142.c901f6a31bdbd45f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/176.4214f0887288555b.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/176.c4066f0d7c945d78.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/243.37e16c016d7e6a1a.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/243.6b69d0ec988a45bf.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/358.2f59846edf0d8d73.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/358.68c9abd8013a978d.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/385.9a4ce74576f54406.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/484.a4933cabff055e4e.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/50.1365ffde5b298701.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/50.2f6574a040f40e25.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/892.2e699f7cea038bc2.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/892.30b3ccb9e69a8b2b.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/assets/config/defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"skip_oidc": false,
"group_name_secondary_regex": "^[-a-zA-Z.0-9_ ]+$",
"group_name_error_message": "Name cannot be empty and can contain only characters a-z, A-Z, numbers, spaces, dots, '_' and '-'",
"enforce_consents": false,
"footer": {
"columns": [
{
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":"6.1.1"}
{"version":"7.0.0"}
35 changes: 32 additions & 3 deletions dist/apps/admin-gui/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,8 @@
"ORGANIZATIONS": "Organizations",
"SERVICES": "Services",
"OWNERS": "Owners",
"AUDIT_LOG": "Audit log"
"AUDIT_LOG": "Audit log",
"CONSENT_HUBS": "Consent hubs"
},
"VISUALIZER": {
"ATTR_DEPENDENCIES": "Modules dependencies",
Expand Down Expand Up @@ -1718,7 +1719,8 @@
"ADD": "Add",
"CANCEL": "Cancel",
"SUCCESS": "Required attributes were added.",
"FILTER": "Filter"
"FILTER": "Filter",
"ACTIVE_WARN": "Service is active. Some attributes can only be added to disabled services. Preferably disable service before adding required attributes."
},
"REMOVE_REQUIRED_ATTRIBUTES": {
"TITLE": "Remove required attributes",
Expand Down Expand Up @@ -2087,6 +2089,17 @@
"DELETE": "Delete with all relations",
"KEEP": "Keep facility",
"SUCCESS": "Facility was successfully deleted"
},
"EDIT_ENFORCE_CONSENTS_FLAG": {
"DISABLE_TITLE": "Stop enforcing consents",
"ENFORCE_TITLE": "Enforce consents",
"DISABLE_DESCRIPTION": "You are about to stop enforcing user consent to data processing for the following consent hub:",
"ENFORCE_DESCRIPTION": "You are about to enforce user consent to data processing for the following consent hub:",
"DISABLE_BOLD_DESCRIPTION": "Note that users will not have to grant consent to data processing so they will be propagated to destination services without any consent.",
"ENFORCE_BOLD_DESCRIPTION": "Note that users will start to receive email notifications to grant consent to data processing. Those who do not do so will not be propagated to destination services.",
"CANCEL_BUTTON": "Cancel",
"DISABLE_BUTTON": "Stop enforcing",
"ENFORCE_BUTTON": "Enforce"
}
},
"MEMBERS_LIST": {
Expand Down Expand Up @@ -2148,7 +2161,8 @@
"IMPORT": "Import",
"DELETE": "Delete",
"SEARCH": "Filter by Id, name, entity, definition, or type",
"NO_ATTRIBUTES": "There are no attributes available."
"NO_ATTRIBUTES": "There are no attributes available.",
"CONSENT_RELATED_DISABLED": "Attribute requires user's permission. It can only be added, when service is disabled."
},
"USERS": {
"TITLE": "Users",
Expand Down Expand Up @@ -2215,6 +2229,10 @@
},
"AUDIT_LOG": {
"TITLE": "Audit log"
},
"CONSENT_HUBS": {
"TITLE": "Consent hubs",
"SEARCH": "Search by Id, Name or Facilities"
}
},
"USER_DETAIL": {
Expand Down Expand Up @@ -2390,6 +2408,8 @@
"SPONSORED_MEMBERS_LIST": {
"ID": "Id",
"NAME": "Name",
"EMAIL": "Email",
"LOGIN": "Login",
"SPONSORS": "Sponsors",
"NO_SPONSORED_MEMBERS_WARNING": "No sponsored members found",
"PASSWORD_RESET": "Reset password"
Expand All @@ -2414,6 +2434,15 @@
"DESTINATIONS": "Destinations",
"HOSTS": "Hosts",
"NO_FACILITIES_WARNING": "No facilities found"
},
"CONSENT_HUBS_LIST": {
"ID": "Id",
"NAME": "Name",
"ENFORCE_CONSENTS": "Enforce consents",
"FACILITIES": "Facilities",
"NO_CONSENT_HUBS": "No consent hubs found",
"NO_FILTER_RESULTS": "No consent hubs are matching your query",
"CHANGE_ENFORCE_CONSENTS_SUCCESS": "Enforce consents flag was successfully updated"
}
},
"IDENTITY_DETAIL": {
Expand Down
110 changes: 110 additions & 0 deletions dist/apps/admin-gui/assets/img/PerunWebImages/consent-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions dist/apps/admin-gui/assets/img/PerunWebImages/roles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/apps/admin-gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
<div id="loader"></div>
</div>
</app-root>
<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.29613357003f9d7b.js" type="module"></script></body>
<script src="runtime.9f3d4efaa22d5616.js" type="module"></script><script src="polyfills.731be2f59b93d72c.js" type="module"></script><script src="scripts.e34ad3eb8bb5e97e.js" defer=""></script><script src="main.ec14d8783ca85d8a.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/apps/admin-gui/main.29613357003f9d7b.js

This file was deleted.

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

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/apps/password-reset/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
<link rel="stylesheet" href="styles.c7402a4eaf2910e6.css"></head>
<body>
<perun-web-apps-root></perun-web-apps-root>
<script src="runtime.acb6c862de9b0ce3.js" type="module"></script><script src="polyfills.55e4703d5cf25663.js" type="module"></script><script src="main.d5b4595635fd9f8e.js" type="module"></script></body>
<script src="runtime.acb6c862de9b0ce3.js" type="module"></script><script src="polyfills.55e4703d5cf25663.js" type="module"></script><script src="main.dccfaf9098829230.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/apps/password-reset/main.d5b4595635fd9f8e.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/password-reset/main.dccfaf9098829230.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/publications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
</div>
</div>
</perun-web-apps-root>
<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.88ec76e5f4f5ae20.js" type="module"></script></body>
<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.ce0bae2ff5330a1e.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/apps/publications/main.88ec76e5f4f5ae20.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/publications/main.ce0bae2ff5330a1e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/user-profile/assets/config/defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"groups",
"vos",
"privacy",
"consents",
"settings",
"data_quotas",
"ssh_keys",
Expand Down
Loading

0 comments on commit d83b2e3

Please sign in to comment.