Skip to content

Commit b853dae

Browse files
chore(release): 8.0.0 [skip ci]
# [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"}
1 parent 9d105f7 commit b853dae

File tree

206 files changed

+833
-773
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+833
-773
lines changed

dist/apps/admin-gui/142.540dc6375ca915d8.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/142.ec51f521514a6ae6.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/176.d23b7cf79573e45f.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/228.d7073fee712f12e7.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/243.5f974848de01a8dc.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/243.7ef490133a9f60bc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/357.b680344f1c9676d6.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/357.dc214fc92f49fd29.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/358.beccf3e89efbb56e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/417.897012db208fbc0e.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/484.334c910d51040656.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/902.c803c25ce3764f9f.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/958.41c0822d13d9697b.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/995.391ae345db8262bc.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/apps/admin-gui/assets/config/defaultConfig.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
"config": "default",
33
"api_url": "http://localhost:8081/ba/rpc/",
44
"instance_favicon": false,
5-
"document_title": "Perun Web Gui",
5+
"document_title": {
6+
"en": "Perun Web Gui"
7+
},
68
"supported_languages": [
79
"en"
810
],
911
"is_devel": false,
1012
"display_warning": false,
1113
"warning_message": "BETA version of new Perun GUI. It doesn’t contain all functionality. Please report any issues to support mail below.",
1214
"auto_auth_redirect": true,
13-
"oidc_client" : {
15+
"oidc_client": {
1416
"oauth_authority": "",
1517
"oauth_callback": "http://localhost:4200/api-callback",
1618
"oauth_client_id": "",
@@ -132,21 +134,21 @@
132134
"sidemenu_root_active_color": "#465258",
133135
"sidemenu-link-hover": "#566268",
134136
"sidemenu-link-active": "#465258",
135-
"sidemenu_text_color":"#ffffff",
136-
"sidemenu_vo_bg_color":"#283593",
137+
"sidemenu_text_color": "#ffffff",
138+
"sidemenu_vo_bg_color": "#283593",
137139
"sidemenu_member_bg_color": "#ad1457",
138-
"sidemenu_group_bg_color":"#33691e",
140+
"sidemenu_group_bg_color": "#33691e",
139141
"sidemenu_facility_bg_color": "#d84315",
140-
"sidemenu_resource_bg_color":"#6a1b9a",
142+
"sidemenu_resource_bg_color": "#6a1b9a",
141143
"sidemenu_user_bg_color": "#00796b",
142144
"sidemenu_service_bg_color": "#561335",
143145
"sidemenu_item_links_text_color": "#ffffff",
144146
"sidemenu_vo_text_color": "#ffffff",
145-
"sidemenu_member_text_color":"#ffffff",
147+
"sidemenu_member_text_color": "#ffffff",
146148
"sidemenu_group_text_color": "#ffffff",
147-
"sidemenu_facility_text_color":"#ffffff",
149+
"sidemenu_facility_text_color": "#ffffff",
148150
"sidemenu_resource_text_color": "#ffffff",
149-
"sidemenu_user_text_color":"#ffffff",
151+
"sidemenu_user_text_color": "#ffffff",
150152
"sidemenu_service_text_color": "#ffffff",
151153
"vo_color": "#283593",
152154
"group_color": "#33691e",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"7.1.0"}
1+
{"version":"8.0.0"}

0 commit comments

Comments
 (0)