Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.1.0...v8.0.0) (2022-06-08)

### Bug Fixes

* **admin-gui:** fixed eslint errors related to admin-gui ([97d3bef](97d3bef))
* **admin:** bugfixes in groups and member section ([d361a90](d361a90))
* **admin:** bugfixes in vo section ([d5e260d](d5e260d))
* **admin:** Bugfixes of perun admin section ([6d98c80](6d98c80))
* **admin:** bugxifes in facility section ([eebe920](eebe920))
* **admin:** entity detail unsubscribe on destroy ([1c43845](1c43845))
* **admin:** fix creating attribute definition for user ext source attributes ([c441846](c441846))
* **admin:** fix export of table ([689271d](689271d))
* **admin:** fix policies for get members of vo/group ([369bfd4](369bfd4))
* **admin:** parsing userId on myProfile/attributes page ([f3d9d57](f3d9d57))
* **admin:** show destination status on facility service detail ([369ef4b](369ef4b))
* **admin:** various bugfixes ([3cb928e](3cb928e))
* **admin:** wrong alert selector ([9ad61e7](9ad61e7))
* attribute values casting ([acc8301](acc8301))
* **publications:** fix pre application loader ([11ebcff](11ebcff))
* retyped params values ([42e602d](42e602d))
* undefined footer element ([3d1d69d](3d1d69d))

### Features

* **admin-gui:** increased name length ([5cb4bcc](5cb4bcc))
* **admin:** allow groups for hierarchical inclusion ([e12bd2e](e12bd2e))
* **admin:** anonymize user ([8bf8db2](8bf8db2))
* **admin:** generate sponsored members - note in CSV output ([28dfa23](28dfa23))
* **admin:** include groups from members organization ([4086bf1](4086bf1))
* **admin:** service propagation of expired members ([13850f9](13850f9))
* **admin:** support list and map application form item ([a1f7fac](a1f7fac))
* allow multiple users to be added/invited via dialog to VO/group ([fe36cc3](fe36cc3))
* **core:** allow observer roles to manage group unions ([e52a73f](e52a73f))
* **profile:** accessibility features ([3cebf57](3cebf57))
* **profile:** authentication settings page can be without security images ([f829323](f829323))
* **profile:** url routing based on selected vo/resource ([60ac6eb](60ac6eb))
* **user-profile:** compress new anti-phishing images ([23f7cca](23f7cca))
* **user-profile:** downsize antiphishing images ([eecabc9](eecabc9))

### BREAKING CHANGES

* **profile:** Config variable document_title, was changed from simple
string to object containing title for each supported language e.g.
documnet_title: {en: "Example title"}
  • Loading branch information
semantic-release-bot committed Jun 8, 2022
1 parent 9d105f7 commit b853dae
Show file tree
Hide file tree
Showing 206 changed files with 833 additions and 773 deletions.
1 change: 0 additions & 1 deletion dist/apps/admin-gui/142.540dc6375ca915d8.js

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/228.d7073fee712f12e7.js

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

1 change: 1 addition & 0 deletions dist/apps/admin-gui/243.5f974848de01a8dc.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/243.7ef490133a9f60bc.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/357.b680344f1c9676d6.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/357.dc214fc92f49fd29.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/358.beccf3e89efbb56e.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/417.897012db208fbc0e.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/484.334c910d51040656.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/902.c803c25ce3764f9f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/apps/admin-gui/958.41c0822d13d9697b.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/apps/admin-gui/995.391ae345db8262bc.js

This file was deleted.

20 changes: 11 additions & 9 deletions dist/apps/admin-gui/assets/config/defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"config": "default",
"api_url": "http://localhost:8081/ba/rpc/",
"instance_favicon": false,
"document_title": "Perun Web Gui",
"document_title": {
"en": "Perun Web Gui"
},
"supported_languages": [
"en"
],
"is_devel": false,
"display_warning": false,
"warning_message": "BETA version of new Perun GUI. It doesn’t contain all functionality. Please report any issues to support mail below.",
"auto_auth_redirect": true,
"oidc_client" : {
"oidc_client": {
"oauth_authority": "",
"oauth_callback": "http://localhost:4200/api-callback",
"oauth_client_id": "",
Expand Down Expand Up @@ -132,21 +134,21 @@
"sidemenu_root_active_color": "#465258",
"sidemenu-link-hover": "#566268",
"sidemenu-link-active": "#465258",
"sidemenu_text_color":"#ffffff",
"sidemenu_vo_bg_color":"#283593",
"sidemenu_text_color": "#ffffff",
"sidemenu_vo_bg_color": "#283593",
"sidemenu_member_bg_color": "#ad1457",
"sidemenu_group_bg_color":"#33691e",
"sidemenu_group_bg_color": "#33691e",
"sidemenu_facility_bg_color": "#d84315",
"sidemenu_resource_bg_color":"#6a1b9a",
"sidemenu_resource_bg_color": "#6a1b9a",
"sidemenu_user_bg_color": "#00796b",
"sidemenu_service_bg_color": "#561335",
"sidemenu_item_links_text_color": "#ffffff",
"sidemenu_vo_text_color": "#ffffff",
"sidemenu_member_text_color":"#ffffff",
"sidemenu_member_text_color": "#ffffff",
"sidemenu_group_text_color": "#ffffff",
"sidemenu_facility_text_color":"#ffffff",
"sidemenu_facility_text_color": "#ffffff",
"sidemenu_resource_text_color": "#ffffff",
"sidemenu_user_text_color":"#ffffff",
"sidemenu_user_text_color": "#ffffff",
"sidemenu_service_text_color": "#ffffff",
"vo_color": "#283593",
"group_color": "#33691e",
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":"7.1.0"}
{"version":"8.0.0"}
Loading

0 comments on commit b853dae

Please sign in to comment.