From 219f071c29301695e64d204042379605e587a4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Zl=C3=A1mal?= Date: Fri, 14 Aug 2020 11:27:59 +0200 Subject: [PATCH] Release 3.9.7 - Moved AD/o365 attributes for MU from group_resource to group namespace. - Added getAllRichSubGroupsWithAttributesByNames() to CLI. - Added methods for working with ApplicationFormItem to CLI. - Removed unused logic for setting facility attributes to resource in LDAP. - Reworked logic of BBMRI registration module. - Support TaskResult deletion from GUI. - Fixed links in registrar notification not working on federative authz. - Lightweight synchronization no longer adds new VO members, it just work with current VO members and another synchronization must take place in order to handle all VO members. - Allow getHosts() for perun engine. - Respect authentication prefix in email address validation links. - Fixed additionalInformation resolving during non-authz registration. --- perun-auditparser/pom.xml | 2 +- perun-base/pom.xml | 2 +- perun-cabinet/pom.xml | 2 +- perun-cli-java/pom.xml | 2 +- perun-core/pom.xml | 2 +- perun-dispatcher/pom.xml | 2 +- perun-engine/pom.xml | 2 +- perun-ldapc/pom.xml | 2 +- perun-notification/pom.xml | 2 +- perun-openapi/pom.xml | 2 +- perun-registrar-lib/pom.xml | 2 +- perun-rpc/pom.xml | 2 +- perun-scim/pom.xml | 2 +- perun-voot/pom.xml | 2 +- perun-web-gui/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index 350c7aa718..2ad4e3b6c6 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index f9562aec63..d6fb7586b7 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 161b85a178..27a724716b 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 72ecaa565b..93d62e4f4f 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-core/pom.xml b/perun-core/pom.xml index ab9a3d4a77..ede01fdc7f 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index 04b63a160a..b498aa150d 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 5b65af6c6a..3ea1eb5598 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index 74a990c864..8a4384c682 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index b6bda7a24b..fee003c026 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index e5cfe91937..fc6c917160 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 6663917e6a..6179a3617f 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index 040781a042..c17caae6e4 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index 26c4229498..6f542b4b0f 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-voot/pom.xml b/perun-voot/pom.xml index d05ba3ea4a..92c31c99fc 100644 --- a/perun-voot/pom.xml +++ b/perun-voot/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index 220ef5fa9c..b6cc57f1b7 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.9.6 + 3.9.7 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index 647774161c..86c3e33a4c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 3.9.6 + 3.9.7 pom