From ec915ba484f5f9e13dd3b279f9cd6dee1b507803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Zl=C3=A1mal?= Date: Wed, 24 Mar 2021 11:08:24 +0100 Subject: [PATCH] Release 3.20.0 - Added backend support for pagination and sorting for VO members. Its not yet used by frontend. - Support sending notifications to users when some identity is associated or removed from their account in perun. - Added checkPasswordStrength() to API, because we want to delegate strength check to backend for each namespace. - Changed behavior for o365 attribute modules at MU. - Removed local implementation of password strength check for MU. - Method getUsersByAttribute() authorization has changed. - Added methods getRichUsersByIds() and getRichUsersWithAttributesByIds() to API. - Added getMembersCout(status) to OpenAPI and other fixes for it. - Reduced debug logs in perun-auditlogger. --- perun-auditlogger/pom.xml | 2 +- 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 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/perun-auditlogger/pom.xml b/perun-auditlogger/pom.xml index 1dc434558d..efc18bb5ff 100644 --- a/perun-auditlogger/pom.xml +++ b/perun-auditlogger/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-auditparser/pom.xml b/perun-auditparser/pom.xml index b66e6194fb..1024b80f1b 100644 --- a/perun-auditparser/pom.xml +++ b/perun-auditparser/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-base/pom.xml b/perun-base/pom.xml index 0c304e35c1..aecbd5182b 100644 --- a/perun-base/pom.xml +++ b/perun-base/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-cabinet/pom.xml b/perun-cabinet/pom.xml index 2224d4fb5f..90fa13840e 100644 --- a/perun-cabinet/pom.xml +++ b/perun-cabinet/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-cli-java/pom.xml b/perun-cli-java/pom.xml index 31e435dac4..c4a677ca85 100644 --- a/perun-cli-java/pom.xml +++ b/perun-cli-java/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-core/pom.xml b/perun-core/pom.xml index 4c09fd622f..c7576da20f 100644 --- a/perun-core/pom.xml +++ b/perun-core/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-dispatcher/pom.xml b/perun-dispatcher/pom.xml index e5c4883c18..996806e047 100644 --- a/perun-dispatcher/pom.xml +++ b/perun-dispatcher/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-engine/pom.xml b/perun-engine/pom.xml index 61dbdca267..08f041e68a 100644 --- a/perun-engine/pom.xml +++ b/perun-engine/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-ldapc/pom.xml b/perun-ldapc/pom.xml index 16c3739a15..140f8b08d3 100644 --- a/perun-ldapc/pom.xml +++ b/perun-ldapc/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-notification/pom.xml b/perun-notification/pom.xml index 5b75eb883a..f12cabd1e6 100644 --- a/perun-notification/pom.xml +++ b/perun-notification/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-openapi/pom.xml b/perun-openapi/pom.xml index af38362f07..832044abf4 100644 --- a/perun-openapi/pom.xml +++ b/perun-openapi/pom.xml @@ -7,7 +7,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-registrar-lib/pom.xml b/perun-registrar-lib/pom.xml index 3eca285f84..4d61eab08a 100644 --- a/perun-registrar-lib/pom.xml +++ b/perun-registrar-lib/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-rpc/pom.xml b/perun-rpc/pom.xml index 554e29d321..14d07bd757 100644 --- a/perun-rpc/pom.xml +++ b/perun-rpc/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-scim/pom.xml b/perun-scim/pom.xml index b12db8fada..0053c0d346 100644 --- a/perun-scim/pom.xml +++ b/perun-scim/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-voot/pom.xml b/perun-voot/pom.xml index 33dc3a9c4e..418245a6e9 100644 --- a/perun-voot/pom.xml +++ b/perun-voot/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/perun-web-gui/pom.xml b/perun-web-gui/pom.xml index dc04482ea4..82ebb061d8 100644 --- a/perun-web-gui/pom.xml +++ b/perun-web-gui/pom.xml @@ -6,7 +6,7 @@ perun cz.metacentrum - 3.20.0-SNAPSHOT + 3.20.0 cz.metacentrum.perun diff --git a/pom.xml b/pom.xml index 0a3b9bd0f5..422e84580f 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cz.metacentrum perun - 3.20.0-SNAPSHOT + 3.20.0 pom