From 5db4e619567526490b08448b90c6c1313948822c Mon Sep 17 00:00:00 2001 From: jeradrutnam Date: Wed, 6 Dec 2023 09:47:12 +0530 Subject: [PATCH 01/73] Add a fix for logo positioning --- .../src/features/core/components/header.tsx | 68 +++++++------------ .../themes/default/elements/header.overrides | 1 + 2 files changed, 27 insertions(+), 42 deletions(-) diff --git a/apps/console/src/features/core/components/header.tsx b/apps/console/src/features/core/components/header.tsx index 902e312ec45..953b5a32940 100644 --- a/apps/console/src/features/core/components/header.tsx +++ b/apps/console/src/features/core/components/header.tsx @@ -406,53 +406,37 @@ export const Header: FunctionComponent = ( return true; }; + const LOGO_IMAGE = () => { + return ( + logo + ) + } + return ( - ), - mobile: ( - logo - ) + desktop: (), + mobile: () }, onClick: () => history.push(config.deployment.appHomePath), title: config.ui.appName diff --git a/modules/theme/src/themes/default/elements/header.overrides b/modules/theme/src/themes/default/elements/header.overrides index 5faf0390061..d1c4901e484 100644 --- a/modules/theme/src/themes/default/elements/header.overrides +++ b/modules/theme/src/themes/default/elements/header.overrides @@ -84,6 +84,7 @@ h6.ui.header .sub.header { .is-header { &.oxygen-header .oxygen-brand { width: auto; + min-width: var(--oxygen-customComponents-Navbar-properties-width); } &.oxygen-header .oxygen-brand-logo { From d00bb8bd40f1f54ccb9ccc6981e9b5a4931ef044 Mon Sep 17 00:00:00 2001 From: jeradrutnam Date: Mon, 11 Dec 2023 17:52:22 +0530 Subject: [PATCH 02/73] Fix logo misalignment issue when size changes --- modules/theme/src/themes/default/elements/header.overrides | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/theme/src/themes/default/elements/header.overrides b/modules/theme/src/themes/default/elements/header.overrides index d1c4901e484..3ff36500d87 100644 --- a/modules/theme/src/themes/default/elements/header.overrides +++ b/modules/theme/src/themes/default/elements/header.overrides @@ -84,7 +84,7 @@ h6.ui.header .sub.header { .is-header { &.oxygen-header .oxygen-brand { width: auto; - min-width: var(--oxygen-customComponents-Navbar-properties-width); + min-width: calc(var(--oxygen-customComponents-Navbar-properties-width) - 90px); } &.oxygen-header .oxygen-brand-logo { @@ -105,5 +105,6 @@ h6.ui.header .sub.header { &.oxygen-header.with-hamburger .oxygen-header-toolbar .oxygen-brand { margin-left: 0 !important; + margin-right: 18px; } } From 9b4c61b72fb370bba7230d3f6d3a18a53a79d70d Mon Sep 17 00:00:00 2001 From: jeradrutnam Date: Mon, 11 Dec 2023 17:58:34 +0530 Subject: [PATCH 03/73] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/yellow-singers-accept.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/yellow-singers-accept.md diff --git a/.changeset/yellow-singers-accept.md b/.changeset/yellow-singers-accept.md new file mode 100644 index 00000000000..1d21fa47365 --- /dev/null +++ b/.changeset/yellow-singers-accept.md @@ -0,0 +1,6 @@ +--- +"@wso2is/console": patch +"@wso2is/theme": patch +--- + +Fix logo misalignment From efce4dbd1634bd7439e923a98ed3a72d604f3d93 Mon Sep 17 00:00:00 2001 From: jeradrutnam Date: Mon, 11 Dec 2023 18:03:21 +0530 Subject: [PATCH 04/73] Fix lint errors --- apps/console/src/features/core/components/header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/features/core/components/header.tsx b/apps/console/src/features/core/components/header.tsx index 953b5a32940..fdbf8b3998d 100644 --- a/apps/console/src/features/core/components/header.tsx +++ b/apps/console/src/features/core/components/header.tsx @@ -427,8 +427,8 @@ export const Header: FunctionComponent = ( ) } alt="logo" /> - ) - } + ); + }; return ( Date: Wed, 13 Dec 2023 07:29:56 +0530 Subject: [PATCH 05/73] Update `is_saas` resolving logic --- .../resources/deployment.config.json.j2 | 8 ++++++-- .../resources/deployment.config.json.j2 | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/resources/deployment.config.json.j2 b/apps/console/java/org.wso2.identity.apps.console.server.feature/resources/deployment.config.json.j2 index 6a673172d57..fe259d4c9bd 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/resources/deployment.config.json.j2 +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/resources/deployment.config.json.j2 @@ -77,8 +77,12 @@ }, {% endif %} "i18nResourcePath": "{{ console.i18n_resource_path }}", - {% if console.is_sass is defined %} - "isSaas": "{{ console.is_sass }}", + {% if console.is_saas is defined %} + "isSaas": {{ console.is_saas }}, + {% elif legacy_mode.enabled is defined %} + "isSaas": {{ legacy_mode.enabled }}, + {% elif legacy_authz_runtime.enable is defined %} + "isSaas": {{ legacy_authz_runtime.enable }}, {% endif %} "loginCallbackPath": "{{ console.login_callback_path }}", "logoutCallbackPath": "{{ console.logout_callback_path }}", diff --git a/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/resources/deployment.config.json.j2 b/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/resources/deployment.config.json.j2 index ac72f0ea502..ad675bb7986 100644 --- a/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/resources/deployment.config.json.j2 +++ b/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/resources/deployment.config.json.j2 @@ -111,8 +111,12 @@ {% endif %} }, {% endif %} - {% if myaccount.is_sass is defined %} - "isSaas": "{{ myaccount.is_sass }}", + {% if myaccount.is_saas is defined %} + "isSaas": {{ myaccount.is_saas }}, + {% elif legacy_mode.enabled is defined %} + "isSaas": {{ legacy_mode.enabled }}, + {% elif legacy_authz_runtime.enable is defined %} + "isSaas": {{ legacy_authz_runtime.enable }}, {% endif %} "session": { {% if myaccount.session.params is defined %} From 99d101f1cc3cfecc4e5e01f29e9b8653a5d7d618 Mon Sep 17 00:00:00 2001 From: ChanikaRuchini Date: Thu, 14 Dec 2023 10:34:56 +0530 Subject: [PATCH 06/73] Improve useRolesList API call --- .../hooks/use-console-roles.ts | 1 + apps/console/src/features/roles/api/roles.ts | 6 +++++- .../roles/components/application-roles.tsx | 3 ++- .../components/edit-role/edit-role-basic.tsx | 2 +- .../application-role-wizard.tsx | 2 +- .../components/wizard-updated/role-basics.tsx | 21 ++++++++++--------- .../console/src/features/roles/pages/role.tsx | 13 ++++++------ .../guests/pages/invite-parent-org-user.tsx | 14 +++++++++---- 8 files changed, 38 insertions(+), 24 deletions(-) diff --git a/apps/console/src/features/console-settings/hooks/use-console-roles.ts b/apps/console/src/features/console-settings/hooks/use-console-roles.ts index 8b6d3e7fff7..f6d2111b847 100644 --- a/apps/console/src/features/console-settings/hooks/use-console-roles.ts +++ b/apps/console/src/features/console-settings/hooks/use-console-roles.ts @@ -49,6 +49,7 @@ const useConsoleRoles = ( count, startIndex, `audience.value eq ${consoleId}${ filter ? ` and ${ filter }` : "" }`, + "users,groups,permissions,associatedApplications", !!consoleId || shouldFetch ); diff --git a/apps/console/src/features/roles/api/roles.ts b/apps/console/src/features/roles/api/roles.ts index 93ff33c5086..6c462288ea9 100644 --- a/apps/console/src/features/roles/api/roles.ts +++ b/apps/console/src/features/roles/api/roles.ts @@ -58,7 +58,8 @@ export const getApplicationRolesByAudience = ( appId: string, before: string, after: string, - limit: number + limit: number, + excludedAttributes?: string ):Promise => { const filter: string = audience === RoleAudienceTypes.APPLICATION @@ -70,6 +71,7 @@ export const getApplicationRolesByAudience = ( params: { after, before, + excludedAttributes, filter, limit }, @@ -496,6 +498,7 @@ export const useRolesList = => { @@ -507,6 +510,7 @@ export const useRolesList = { - getApplicationRolesByAudience(roleAudience, appId, null, null, null) + getApplicationRolesByAudience(roleAudience, appId, null, null, null, + "users,groups,permissions,associatedApplications") .then((response: RolesV2ResponseInterface) => { const rolesArray: BasicRoleInterface[] = []; diff --git a/apps/console/src/features/roles/components/edit-role/edit-role-basic.tsx b/apps/console/src/features/roles/components/edit-role/edit-role-basic.tsx index 0c44f7a42ec..50ee15b3b82 100644 --- a/apps/console/src/features/roles/components/edit-role/edit-role-basic.tsx +++ b/apps/console/src/features/roles/components/edit-role/edit-role-basic.tsx @@ -65,7 +65,7 @@ export const BasicRoleDetails: FunctionComponent = (props: Basic isLoading: isRolesListLoading, error: rolesListError, isValidating: isRolesListValidating - } = useRolesList(undefined, undefined, roleNameSearchQuery); + } = useRolesList(undefined, undefined, roleNameSearchQuery, "users,groups,permissions,associatedApplications"); /** * Dispatches the alert object to the redux store. diff --git a/apps/console/src/features/roles/components/wizard-updated/application-role-wizard.tsx b/apps/console/src/features/roles/components/wizard-updated/application-role-wizard.tsx index f8d72ca8655..d25cf12db14 100644 --- a/apps/console/src/features/roles/components/wizard-updated/application-role-wizard.tsx +++ b/apps/console/src/features/roles/components/wizard-updated/application-role-wizard.tsx @@ -101,7 +101,7 @@ export const ApplicationRoleWizard: FunctionComponent { const selectedApplication: DropdownItemProps[] = []; diff --git a/apps/console/src/features/roles/components/wizard-updated/role-basics.tsx b/apps/console/src/features/roles/components/wizard-updated/role-basics.tsx index ac4ac7be8dd..40d51a3d3a6 100644 --- a/apps/console/src/features/roles/components/wizard-updated/role-basics.tsx +++ b/apps/console/src/features/roles/components/wizard-updated/role-basics.tsx @@ -16,7 +16,8 @@ * under the License. */ -import { Alert, ListItemText } from "@oxygen-ui/react"; +import Alert from "@oxygen-ui/react/Alert"; +import ListItemText from "@oxygen-ui/react/ListItemText"; import { IdentifiableComponentInterface } from "@wso2is/core/models"; import { Field, Form } from "@wso2is/form"; import { Link } from "@wso2is/react-components"; @@ -110,7 +111,7 @@ export const RoleBasics: FunctionComponent = (props: RoleBasicPr data: rolesList, isLoading: isRolesListLoading, isValidating: isRolesListValidating - } = useRolesList(undefined, undefined, roleNameSearchQuery); + } = useRolesList(undefined, undefined, roleNameSearchQuery, "users,groups,permissions,associatedApplications"); useEffect(() => { if (applicationListFetchRequestError) { @@ -155,8 +156,8 @@ export const RoleBasics: FunctionComponent = (props: RoleBasicPr external={ false } > { t("console:manage.features.roles.addRoleWizard.forms." + - "roleBasicDetails.assignedApplication.applicationSubTitle." + - "changeAudience") } + "roleBasicDetails.assignedApplication.applicationSubTitle." + + "changeAudience") } ) : t("console:manage.features.roles.addRoleWizard.forms.roleBasicDetails." + @@ -349,7 +350,7 @@ export const RoleBasics: FunctionComponent = (props: RoleBasicPr ) : null - // TODO: need to add a learn more for this. + // TODO: need to add a learn more for this. } /> )) @@ -374,8 +375,8 @@ export const RoleBasics: FunctionComponent = (props: RoleBasicPr i18nKey= { "console:manage.features.roles.addRoleWizard.forms.roleBasicDetails.notes" + ".cannotCreateRole" } > - You cannot create an application-scoped role because there are currently no applications - that support application-scoped role. Please ( + You cannot create an application-scoped role because there are currently no applications + that support application-scoped role. Please ( = (props: RoleBasicPr > create an application - ) - that supports application-scoped roles to proceed. + ) + that supports application-scoped roles to proceed. ) @@ -404,7 +405,7 @@ export const RoleBasics: FunctionComponent = (props: RoleBasicPr loading = { isApplicationListFetchRequestLoading || assignedApplicationsSearching } data-componentid={ `${componentId}-typography-font-family-dropdown` } hint={ t("console:manage.features.roles.addRoleWizard.forms.roleBasicDetails." + - "assignedApplication.hint") } + "assignedApplication.hint") } placeholder={ t("console:manage.features.roles.addRoleWizard.forms.roleBasicDetails." + "assignedApplication.placeholder") } noResultsMessage={ diff --git a/apps/console/src/features/roles/pages/role.tsx b/apps/console/src/features/roles/pages/role.tsx index 9f1dd82faa6..62e39a0cddc 100644 --- a/apps/console/src/features/roles/pages/role.tsx +++ b/apps/console/src/features/roles/pages/role.tsx @@ -45,11 +45,11 @@ type RolesPagePropsInterface = IdentifiableComponentInterface & RouteComponentPr const RolesPage: FunctionComponent = ( props: RolesPagePropsInterface ): ReactElement => { - + const { [ "data-componentid" ]: componentId } = props; - + const dispatch: Dispatch = useDispatch(); const { t } = useTranslation(); @@ -70,7 +70,8 @@ const RolesPage: FunctionComponent = ( } = useRolesList( listItemLimit, listOffset, - filterBy + filterBy, + "users,groups,permissions,associatedApplications" ); /** @@ -156,7 +157,7 @@ const RolesPage: FunctionComponent = ( return; } - + handleAlerts({ description: t("console:manage.features.roles.notifications.deleteRole.genericError.description"), level: AlertLevels.ERROR, @@ -221,7 +222,7 @@ const RolesPage: FunctionComponent = ( = ( rightActionPanel={ ( { @@ -248,7 +254,7 @@ export const InviteParentOrgUser: FunctionComponent { t("console:manage.features.parentOrgInvitations.addUserWizard.username" + - ".hint") } + ".hint") } ) } @@ -267,7 +273,7 @@ export const InviteParentOrgUser: FunctionComponent { t("console:manage.features.parentOrgInvitations.addUserWizard.roles" + - ".hint") } + ".hint") } ) } From 9e869ae16a03daf86cad9fac4e72df66cb2f3ec8 Mon Sep 17 00:00:00 2001 From: ChanikaRuchini Date: Fri, 15 Dec 2023 09:49:06 +0530 Subject: [PATCH 07/73] Add changeset --- .changeset/smooth-trees-press.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/smooth-trees-press.md diff --git a/.changeset/smooth-trees-press.md b/.changeset/smooth-trees-press.md new file mode 100644 index 00000000000..ac289415871 --- /dev/null +++ b/.changeset/smooth-trees-press.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Improve useRolesList API call From 954620892f6c481257c386cec6f4f1d3e7e25d11 Mon Sep 17 00:00:00 2001 From: Nipun Thennakoon Date: Fri, 15 Dec 2023 10:51:16 +0530 Subject: [PATCH 08/73] Change the ParentOrgUserResultStatus values along with the backend improvement. --- .../src/features/users/components/guests/models/invite.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/features/users/components/guests/models/invite.ts b/apps/console/src/features/users/components/guests/models/invite.ts index cd16145679d..9edcb9717ff 100644 --- a/apps/console/src/features/users/components/guests/models/invite.ts +++ b/apps/console/src/features/users/components/guests/models/invite.ts @@ -68,8 +68,8 @@ export interface ParentOrgUserInvitationResult { * Enum for the result status of a parent org user invite. */ export enum ParentOrgUserInviteResultStatus { - SUCCESS = "Success", - FAIL = "Fail" + SUCCESS = "Successful", + FAIL = "Failed" } /** From 645dd00b569c650b74763a56bfe82cad11e14b1c Mon Sep 17 00:00:00 2001 From: Nipun Thennakoon Date: Fri, 15 Dec 2023 10:53:11 +0530 Subject: [PATCH 09/73] =?UTF-8?q?Add=20changeset.=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/metal-buckets-divide.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/metal-buckets-divide.md diff --git a/.changeset/metal-buckets-divide.md b/.changeset/metal-buckets-divide.md new file mode 100644 index 00000000000..09c91150db4 --- /dev/null +++ b/.changeset/metal-buckets-divide.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Change the ParentOrgUserResultStatus values along with the backend improvement. From 3741d66e49bbd7b83cbce9dfc5f630b1b426040b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 05:27:37 +0000 Subject: [PATCH 10/73] [WSO2 Release] [GitHub Action #920] [Release] [skip ci] prepare release identity-apps-console-2.10.27 --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 4873c19fd5e..da6f964f1b8 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.27-SNAPSHOT + 2.10.27 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.27 diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index ba2f6c921db..0dad4a94832 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.27-SNAPSHOT + 2.10.27 WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.27 diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 2a1aabf7b57..014707d7a9b 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.27-SNAPSHOT + 2.10.27 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.27 From 28642107c9bb25410c07ff87b4a88e9425253aad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 05:27:39 +0000 Subject: [PATCH 11/73] [WSO2 Release] [GitHub Action #920] [Release] [skip ci] prepare for next development iteration --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index da6f964f1b8..09444881e8a 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.27 + 2.10.28-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.27 + HEAD diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index 0dad4a94832..8ac548ea6c3 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.27 + 2.10.28-SNAPSHOT WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.27 + HEAD diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 014707d7a9b..21275df2838 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.27 + 2.10.28-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.27 + HEAD From f70bbb124d571a76bd548953a7160e6cc80190af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 05:38:32 +0000 Subject: [PATCH 12/73] [WSO2 Release] [GitHub Action #920] [Release] [skip ci] prepare release identity-apps-core-2.0.99 --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index 3c0f669a8e2..408f0a3ea4d 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index 652c282c4cc..75f66e580c8 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 6b975f18fc1..0247d7bd83e 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 59a3011c1fb..13e5742552c 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index eb6aec7a710..2783d80402f 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index 54826329d64..9301f2e00f9 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index a2490667c42..6776a0bf668 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index e9339f79c37..662c746d324 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index 990178ccbb2..42d2bfac683 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99-SNAPSHOT + 2.0.99 ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index e259e7faf02..ce3852275b9 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.99-SNAPSHOT + 2.0.99 WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-core-2.0.99 From b62d2cfd63c361543a67c3eba6f30ee13fbc5a9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 05:38:34 +0000 Subject: [PATCH 13/73] [WSO2 Release] [GitHub Action #920] [Release] [skip ci] prepare for next development iteration --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index 408f0a3ea4d..0bf61e00213 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index 75f66e580c8..b84b54e06fa 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 0247d7bd83e..51005aa7c2f 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 13e5742552c..747108db296 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index 2783d80402f..71e157eebbd 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index 9301f2e00f9..1864df68579 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index 6776a0bf668..98c702e7d7a 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index 662c746d324..5d1d2b5550b 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index 42d2bfac683..75b4d3f47d2 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.99 + 2.0.100-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index ce3852275b9..1020d02d46e 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.99 + 2.0.100-SNAPSHOT WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-core-2.0.99 + HEAD From 3aa3db0fcaca9ef29eac10062e543df83c046a93 Mon Sep 17 00:00:00 2001 From: Nipun Thennakoon Date: Fri, 15 Dec 2023 12:34:57 +0530 Subject: [PATCH 14/73] Add fallback value to filteredDiscoverableOrganizations for cases where it's becoming null or undefined. --- .../components/add-organization-discovery-domains.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/features/organization-discovery/components/add-organization-discovery-domains.tsx b/apps/console/src/features/organization-discovery/components/add-organization-discovery-domains.tsx index 62bc040cd11..5b7533f9950 100644 --- a/apps/console/src/features/organization-discovery/components/add-organization-discovery-domains.tsx +++ b/apps/console/src/features/organization-discovery/components/add-organization-discovery-domains.tsx @@ -122,7 +122,7 @@ const AddOrganizationDiscoveryDomains: FunctionComponent Date: Fri, 15 Dec 2023 12:45:01 +0530 Subject: [PATCH 15/73] =?UTF-8?q?Add=20changeset.=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/gentle-olives-jog.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/gentle-olives-jog.md diff --git a/.changeset/gentle-olives-jog.md b/.changeset/gentle-olives-jog.md new file mode 100644 index 00000000000..1b96d7aa7e0 --- /dev/null +++ b/.changeset/gentle-olives-jog.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Fix a NPE that occurs when assigning email domains in the absence of any created sub organizations. From 7eded33b966bb2c6162322a9965ebfe571c51724 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 07:27:10 +0000 Subject: [PATCH 16/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/metal-buckets-divide.md | 5 - .changeset/smooth-trees-press.md | 5 - .changeset/yellow-singers-accept.md | 6 - apps/console/CHANGELOG.md | 13 ++ apps/console/package.json | 4 +- modules/theme/CHANGELOG.md | 6 + modules/theme/package.json | 2 +- pnpm-lock.yaml | 236 ++++++++++++++-------------- 8 files changed, 136 insertions(+), 141 deletions(-) delete mode 100644 .changeset/metal-buckets-divide.md delete mode 100644 .changeset/smooth-trees-press.md delete mode 100644 .changeset/yellow-singers-accept.md diff --git a/.changeset/metal-buckets-divide.md b/.changeset/metal-buckets-divide.md deleted file mode 100644 index 09c91150db4..00000000000 --- a/.changeset/metal-buckets-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Change the ParentOrgUserResultStatus values along with the backend improvement. diff --git a/.changeset/smooth-trees-press.md b/.changeset/smooth-trees-press.md deleted file mode 100644 index ac289415871..00000000000 --- a/.changeset/smooth-trees-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Improve useRolesList API call diff --git a/.changeset/yellow-singers-accept.md b/.changeset/yellow-singers-accept.md deleted file mode 100644 index 1d21fa47365..00000000000 --- a/.changeset/yellow-singers-accept.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/theme": patch ---- - -Fix logo misalignment diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index a8bf9ede1b7..47a28795d14 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,18 @@ # @wso2is/console +## 2.10.28 + +### Patch Changes + +- [#5069](https://github.com/wso2/identity-apps/pull/5069) [`645dd00b56`](https://github.com/wso2/identity-apps/commit/645dd00b569c650b74763a56bfe82cad11e14b1c) Thanks [@nipunsampath](https://github.com/nipunsampath)! - Change the ParentOrgUserResultStatus values along with the backend improvement. + +* [#5054](https://github.com/wso2/identity-apps/pull/5054) [`9e869ae16a`](https://github.com/wso2/identity-apps/commit/9e869ae16a03daf86cad9fac4e72df66cb2f3ec8) Thanks [@ChanikaRuchini](https://github.com/ChanikaRuchini)! - Improve useRolesList API call + +- [#5028](https://github.com/wso2/identity-apps/pull/5028) [`9b4c61b72f`](https://github.com/wso2/identity-apps/commit/9b4c61b72fb370bba7230d3f6d3a18a53a79d70d) Thanks [@jeradrutnam](https://github.com/jeradrutnam)! - Fix logo misalignment + +- Updated dependencies [[`9b4c61b72f`](https://github.com/wso2/identity-apps/commit/9b4c61b72fb370bba7230d3f6d3a18a53a79d70d)]: + - @wso2is/theme@2.0.50 + ## 2.10.27 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 754dd02954f..fadb787e50a 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.27", + "version": "2.10.28", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -57,7 +57,7 @@ "@wso2is/forms": "^2.0.8", "@wso2is/i18n": "^2.0.80", "@wso2is/react-components": "^2.0.28", - "@wso2is/theme": "^2.0.49", + "@wso2is/theme": "^2.0.50", "@wso2is/validation": "^2.0.2", "@wso2is/common": "^2.0.15", "@wso2is/dynamic-forms": "^2.0.19", diff --git a/modules/theme/CHANGELOG.md b/modules/theme/CHANGELOG.md index f597d8d8119..92a259f8511 100644 --- a/modules/theme/CHANGELOG.md +++ b/modules/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/theme +## 2.0.50 + +### Patch Changes + +- [#5028](https://github.com/wso2/identity-apps/pull/5028) [`9b4c61b72f`](https://github.com/wso2/identity-apps/commit/9b4c61b72fb370bba7230d3f6d3a18a53a79d70d) Thanks [@jeradrutnam](https://github.com/jeradrutnam)! - Fix logo misalignment + ## 2.0.49 ### Patch Changes diff --git a/modules/theme/package.json b/modules/theme/package.json index b101d765d38..4448cbe25af 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/theme", - "version": "2.0.49", + "version": "2.0.50", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d3ac74fe6b..bd9e9a55715 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -542,7 +542,7 @@ importers: specifier: ^2.0.28 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.49 + specifier: ^2.0.50 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.2 @@ -1204,10 +1204,10 @@ importers: version: 7.18.13 '@nrwl/jest': specifier: latest - version: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(ts-node@10.9.1)(typescript@4.8.2) + version: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2) '@nrwl/web': specifier: latest - version: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2) + version: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) '@rollup/plugin-url': specifier: ^7.0.0 version: 7.0.0(rollup@2.79.0) @@ -8488,18 +8488,10 @@ packages: - typescript dev: true - /@nrwl/devkit@17.2.4(nx@17.2.3): - resolution: {integrity: sha512-xbdjv/Bo3IjeShbcp5JNrppM2Q0Bd8dnWXV8CUCOvqW4vis0Wcskm1BO18PFHOjbOcas6R5QnFI8qt1LHKCjjw==} - dependencies: - '@nx/devkit': 17.2.4(nx@17.2.3) - transitivePeerDependencies: - - nx - dev: true - - /@nrwl/devkit@17.2.4(nx@17.2.4): - resolution: {integrity: sha512-xbdjv/Bo3IjeShbcp5JNrppM2Q0Bd8dnWXV8CUCOvqW4vis0Wcskm1BO18PFHOjbOcas6R5QnFI8qt1LHKCjjw==} + /@nrwl/devkit@17.2.5(nx@17.2.4): + resolution: {integrity: sha512-rXZDkJMzbViCfxZ19ndLZX9MZhQ50qgQOR6kahYugTcJ6HRV1i/FsKRyKXk1JefMCo8qdw/F5aw9zl0WwOiPdA==} dependencies: - '@nx/devkit': 17.2.4(nx@17.2.4) + '@nx/devkit': 17.2.5(nx@17.2.4) transitivePeerDependencies: - nx dev: true @@ -8559,10 +8551,10 @@ packages: - typescript dev: true - /@nrwl/jest@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(ts-node@10.9.1)(typescript@4.8.2): - resolution: {integrity: sha512-V1/eeGYCv2i/zleHBW/a1a2X6mpSWkxbmC0JXoRR1N7/ik6JNg7m6SlegiCuhIcH/SquIqv9u1kfpvDj+GqJmA==} + /@nrwl/jest@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2): + resolution: {integrity: sha512-zWVk+L+oAgWQovooL+ynehDUTqm6TschYh5utL11N8kMuKPrF/aFSoiE4J47VS6TmO/sQ6hrRVMJfXibMlnZeQ==} dependencies: - '@nx/jest': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(ts-node@10.9.1)(typescript@4.8.2) + '@nx/jest': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -8609,10 +8601,10 @@ packages: - typescript dev: true - /@nrwl/js@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2): - resolution: {integrity: sha512-FlQDGToyvP+nIqsARt9kQMY3aFBALFlxZ/IiSZP4mFY8HKwemK5FUyGFtDOUJLERAYduX3Khkl60OSgU9B20tA==} + /@nrwl/js@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + resolution: {integrity: sha512-Pcw5f1yqT6yJe3DRtdoYmHVngNFy+oWkOkukDbB3MySGyA760NYyFI49/jMuzGd91dV9vCjEjncLQNKYJTKeBg==} dependencies: - '@nx/js': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2) + '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -8820,11 +8812,11 @@ packages: - debug dev: true - /@nrwl/tao@17.2.3(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-tbSgRw/Yda+5XAt2swhZv37f8YqWEa0Qn8lch+BhHZmRq4EamG1wUKNF+YjQH51RFODmaB/U0gU6ZBehNMe++A==} + /@nrwl/tao@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): + resolution: {integrity: sha512-uvzHtCTu2JWEcu1EqsMEsQydE5ZmYaQ+QQQTHI7H0jlY62WjU63Nk4jbXDQ5EmBvhCBY/rQAQbYM8r0BXQEBtg==} hasBin: true dependencies: - nx: 17.2.3(@swc-node/register@1.5.4)(@swc/core@1.3.11) + nx: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) tslib: 2.4.0 transitivePeerDependencies: - '@swc-node/register' @@ -8832,11 +8824,11 @@ packages: - debug dev: true - /@nrwl/tao@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-uvzHtCTu2JWEcu1EqsMEsQydE5ZmYaQ+QQQTHI7H0jlY62WjU63Nk4jbXDQ5EmBvhCBY/rQAQbYM8r0BXQEBtg==} + /@nrwl/tao@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11): + resolution: {integrity: sha512-hA89BirzFb2MBm26ZPTTJ/RWRjmZ9R39J8321kVEldehStluA4E5zobNd7MJVp77fBK/CCTlIhFeUEP9qmxhZA==} hasBin: true dependencies: - nx: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) + nx: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) tslib: 2.4.0 transitivePeerDependencies: - '@swc-node/register' @@ -8901,10 +8893,10 @@ packages: - webpack-cli dev: true - /@nrwl/web@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2): - resolution: {integrity: sha512-ncK/pKpfPOArpZTsqC26hGJgo/GVaw/l0+AvKoZTdtk9NGUnyYYCAi2VG5J4qqx3yp9F1bdYpglqbGTJvsTdhg==} + /@nrwl/web@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + resolution: {integrity: sha512-43wKLPYylyu+w/Ive+Pl0VvyEWnWUjYK+o8D62WuHx+JCcp+bZUKSdueC38U860SJiE1hoa/YRy57W6ZbP9tVg==} dependencies: - '@nx/web': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2) + '@nx/web': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9041,54 +9033,54 @@ packages: - typescript dev: true - /@nrwl/workspace@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-joZuO/s8C3KgWSrzySAasXoj24sgxO9LNZpi1VNba7BT4OGAzWfYaTruwWHqydwi9NLk8+aBHiUpkUg08GeEjA==} + /@nrwl/workspace@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11): + resolution: {integrity: sha512-xDyM/P6ggSW3efEgJ6GoYbErJX1uU14h8OXOS0jK5YLeDiJc7AYiW5JrMoZ1IQl4Pp+p2OrYE6nkc8l2zBXjAQ==} dependencies: - '@nx/workspace': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) + '@nx/workspace': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nx/devkit@17.2.4(nx@17.2.3): - resolution: {integrity: sha512-oRRGbYaZqpuYc45cYyRTSKmWtkRiZhieRKatVf01pe+lJBwuR1OMKrK6wD89ToRfgXXfkP7ZoTmMMcSvEq8yoA==} + /@nx/devkit@17.2.5(nx@17.2.4): + resolution: {integrity: sha512-eOIIziLA1AxRtRiDI+ZNGpXVtIwrYKeVTsGbLljaj3i5Ks753VMH340WNNlzMUXMseWG6XuQ4PkMhURza2tzog==} peerDependencies: nx: '>= 16 <= 18' dependencies: - '@nrwl/devkit': 17.2.4(nx@17.2.3) + '@nrwl/devkit': 17.2.5(nx@17.2.4) ejs: 3.1.8 enquirer: 2.3.6 ignore: 5.2.0 - nx: 17.2.3(@swc-node/register@1.5.4)(@swc/core@1.3.11) + nx: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) semver: 7.5.3 tmp: 0.2.1 tslib: 2.4.0 dev: true - /@nx/devkit@17.2.4(nx@17.2.4): - resolution: {integrity: sha512-oRRGbYaZqpuYc45cYyRTSKmWtkRiZhieRKatVf01pe+lJBwuR1OMKrK6wD89ToRfgXXfkP7ZoTmMMcSvEq8yoA==} + /@nx/devkit@17.2.5(nx@17.2.5): + resolution: {integrity: sha512-eOIIziLA1AxRtRiDI+ZNGpXVtIwrYKeVTsGbLljaj3i5Ks753VMH340WNNlzMUXMseWG6XuQ4PkMhURza2tzog==} peerDependencies: nx: '>= 16 <= 18' dependencies: - '@nrwl/devkit': 17.2.4(nx@17.2.4) + '@nrwl/devkit': 17.2.5(nx@17.2.4) ejs: 3.1.8 enquirer: 2.3.6 ignore: 5.2.0 - nx: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) + nx: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) semver: 7.5.3 tmp: 0.2.1 tslib: 2.4.0 dev: true - /@nx/jest@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(ts-node@10.9.1)(typescript@4.8.2): - resolution: {integrity: sha512-4F4Vjm2JjWVrP7t1WQNt+wvfgyj6JFQ7wqOdxOkc4sV1FC/2B1XsKVnxAXbRAINP9y2DZ2YoKay+S+keIFlV1w==} + /@nx/jest@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2): + resolution: {integrity: sha512-Fl7RFLY/4k0AqwX8XibkyMd23yCFtRGW68NFk2I2PlaPwnhS9HEoTb4aMJ8PcTqKXyHg2dyGpjv5QMBEtq6yqA==} dependencies: '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 - '@nrwl/jest': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(ts-node@10.9.1)(typescript@4.8.2) - '@nx/devkit': 17.2.4(nx@17.2.3) - '@nx/js': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2) + '@nrwl/jest': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2) + '@nx/devkit': 17.2.5(nx@17.2.4) + '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) '@phenomnomnominal/tsquery': 5.0.1(typescript@4.8.2) chalk: 4.1.2 identity-obj-proxy: 3.0.0 @@ -9113,8 +9105,8 @@ packages: - verdaccio dev: true - /@nx/js@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2): - resolution: {integrity: sha512-RSRmwMw4gAkdnniuG9XMZmYVvLbNLNw5pngtXSgKINYMUU8rryBBqDkzUsqXctJSb5SiqjJUEI1LGY8WfWhOdg==} + /@nx/js@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + resolution: {integrity: sha512-kgH7GRGE+c3RXhvY8C7Np5FWK4yk0mRjnL5X6r14ZYPZPwj0OAOGiFXUVy14epp1SHdyqK1gz878kdrpxomaCQ==} peerDependencies: verdaccio: ^5.0.4 peerDependenciesMeta: @@ -9128,9 +9120,9 @@ packages: '@babel/preset-env': 7.22.20(@babel/core@7.23.0) '@babel/preset-typescript': 7.23.0(@babel/core@7.23.0) '@babel/runtime': 7.22.15 - '@nrwl/js': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2) - '@nx/devkit': 17.2.4(nx@17.2.3) - '@nx/workspace': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) + '@nrwl/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) + '@nx/devkit': 17.2.5(nx@17.2.4) + '@nx/workspace': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) '@phenomnomnominal/tsquery': 5.0.1(typescript@4.8.2) babel-plugin-const-enum: 1.2.0(@babel/core@7.23.0) babel-plugin-macros: 2.8.0 @@ -9163,15 +9155,6 @@ packages: - typescript dev: true - /@nx/nx-darwin-arm64@17.2.3: - resolution: {integrity: sha512-hBVZPL7fXGr9GkEs3Y+CzRhmgC5L5eOjw3jzLyBRtfngoskeVsfzYzJLvMiJWiW6uwDqCUpsNDxpHcXTKAbalg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@nx/nx-darwin-arm64@17.2.4: resolution: {integrity: sha512-sfwNNwhnfYzPSSLinBEJcY2saeMcUunZotd5An0VXLgrb0sru6llzXpEQFJwVUhdyj4lwPdxbT4O7Z7mNCnelQ==} engines: {node: '>= 10'} @@ -9181,10 +9164,10 @@ packages: dev: true optional: true - /@nx/nx-darwin-x64@17.2.3: - resolution: {integrity: sha512-oabtuc8j9pzCUI1RPihyKCVvZL1gLZa+n9M0w6nkHLYBu+D+Ot1NxW2m+AT5+H8euKhr9ozk+A4BySuq+Wr+Yg==} + /@nx/nx-darwin-arm64@17.2.5: + resolution: {integrity: sha512-AGF/XnMkXymS8xYMsbeyNKZWKflfU8TTqEJqlcADMHYcr8OD1Jyq1YYHp/vvPBWqEhUL4bx3GPspQn5YiiCrWw==} engines: {node: '>= 10'} - cpu: [x64] + cpu: [arm64] os: [darwin] requiresBuild: true dev: true @@ -9199,11 +9182,11 @@ packages: dev: true optional: true - /@nx/nx-freebsd-x64@17.2.3: - resolution: {integrity: sha512-2hKiqLwBJwZT5lZ2hO/MVhCqfre746zy+QhMptwK4b6lVVdC/4x75bkQA7VoInIg7357DTem2PSyB4/0d90TaQ==} + /@nx/nx-darwin-x64@17.2.5: + resolution: {integrity: sha512-YQQG+kijDNedE6bwEIeKWtVQOxJD+NHW69z6sb/S+ub8NO293YgNtYXgilet9RwOKBubeSyBqWr+yYbRhOuz+A==} engines: {node: '>= 10'} cpu: [x64] - os: [freebsd] + os: [darwin] requiresBuild: true dev: true optional: true @@ -9217,11 +9200,11 @@ packages: dev: true optional: true - /@nx/nx-linux-arm-gnueabihf@17.2.3: - resolution: {integrity: sha512-mG1QNFRvN4BnYbQwLhKH5ewvF70tYYsijPR40opptrJYdi0jBjv50yRgRUzrrDjkyYiBW2ARzcEPVYqP39Rltw==} + /@nx/nx-freebsd-x64@17.2.5: + resolution: {integrity: sha512-AzcYELtNDukSTtO6zTAuu9pUI2634/2ZFLdS15C9cqUrK0XNvBcbj6R1KNGjgaBDUJc9H49+fqU8VnLPpJjBKQ==} engines: {node: '>= 10'} - cpu: [arm] - os: [linux] + cpu: [x64] + os: [freebsd] requiresBuild: true dev: true optional: true @@ -9235,10 +9218,10 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-gnu@17.2.3: - resolution: {integrity: sha512-w5fbbS9wxiFG/mUd9bm3doHautyzRTk16K8a3M4t/M6c+JciTunTIivUC/rQpclyFhq0T8oKx2n7ZPHrxHIbFQ==} + /@nx/nx-linux-arm-gnueabihf@17.2.5: + resolution: {integrity: sha512-24Q5N4krcSV6rbFYGRRgbHTc2eSDoJSWesvAtxAW5Sgh6+wAuqFKVwLwY9ZOn1GQwlySB87YwzH2BMkOfEuorw==} engines: {node: '>= 10'} - cpu: [arm64] + cpu: [arm] os: [linux] requiresBuild: true dev: true @@ -9253,8 +9236,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-musl@17.2.3: - resolution: {integrity: sha512-1jupF1CJGw5DsO03/zkqhsk8vbOijf4ldpe4OrGJimKomIvtlvbUikjy7QupGBsHfg2MEs5wWa/1W5W9nYWocA==} + /@nx/nx-linux-arm64-gnu@17.2.5: + resolution: {integrity: sha512-ty08Jnhk/eCVzxdm6o9EaGAZQ4t1WQCO9I/FjriEqtt4e5If6YKJPGjRzu/1OCvppv4d7j0SEN6FiyGkESpBPw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -9271,10 +9254,10 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-gnu@17.2.3: - resolution: {integrity: sha512-S5eJpbUHrmQNxGmdUg2trwtajBhablyV7fArWsI/Nvhe75aVZLAVHLDuEKJgt1U9GtBU65qx+Ne25zlGC9xEQg==} + /@nx/nx-linux-arm64-musl@17.2.5: + resolution: {integrity: sha512-iW/hOgkpELTTu53UYNYAUvs5dAXDR94P50HZFvTQeTQH6xr8igMdOBFdApYFZIjD7IrKqNBSeAiyl4TyI6vFag==} engines: {node: '>= 10'} - cpu: [x64] + cpu: [arm64] os: [linux] requiresBuild: true dev: true @@ -9289,8 +9272,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-musl@17.2.3: - resolution: {integrity: sha512-abLPQi1egb3/SM3HwbJkHX1Z9Mvvmf0i2FQ4/tPJFSffJhfogEBGhcP5jtrVSn5dtPwFRQgrA2zcCUVtzoxA3w==} + /@nx/nx-linux-x64-gnu@17.2.5: + resolution: {integrity: sha512-BJi195AOHSHurMrPzT2mNGslIDn4LVxfKKdiRqVeOvQxT3cZij4fzPTUYxdOFnrWU5YPfW4A9p3ydFz8MDapOg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -9307,11 +9290,11 @@ packages: dev: true optional: true - /@nx/nx-win32-arm64-msvc@17.2.3: - resolution: {integrity: sha512-dIIKVRBjz6DXpZGbljJ7g3jd2T1tkCl7xnqHARpvrBvOPHucKbmm2aK43AdM/uEorfGHR0J+SqDb8uVUVeE9CQ==} + /@nx/nx-linux-x64-musl@17.2.5: + resolution: {integrity: sha512-r1TrCFvdAIvogNry3Oy0IrWT2Ed5nZHR0lcuW5ImF0HinMmH/o4Ey7Q4IRo5hB88gxq4AUTWt+WoQbImIvoGPg==} engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] + cpu: [x64] + os: [linux] requiresBuild: true dev: true optional: true @@ -9325,10 +9308,10 @@ packages: dev: true optional: true - /@nx/nx-win32-x64-msvc@17.2.3: - resolution: {integrity: sha512-E9nNdHHQLhyZd/sOewAko3ZIgK4mrAmNKVcb1bVVYMgKad786OjMoUkQbDobgEV6pO4hKvQXGDFXg4bNwpT6Qw==} + /@nx/nx-win32-arm64-msvc@17.2.5: + resolution: {integrity: sha512-TyMH8mys+r4Vgq5LYE6zY70LsL2F7JC85O+jHeVPR0vDNGm5Nb/UHobT5Y/PLpLxIx0aIeRuu6VI3j3oh1JhNw==} engines: {node: '>= 10'} - cpu: [x64] + cpu: [arm64] os: [win32] requiresBuild: true dev: true @@ -9343,12 +9326,21 @@ packages: dev: true optional: true - /@nx/web@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2): - resolution: {integrity: sha512-2eh9CLvjogTGgMt8Cj+8n/jKq8Ls/+SRKMIppgj+fAj5Y/XuMK9fFOSosZxMh5cwuJU1HIsbb5P0bQ8uGCSIjw==} + /@nx/nx-win32-x64-msvc@17.2.5: + resolution: {integrity: sha512-I/LWvNasB+iUEzIeejbuaeeezMCfMjpDBsiPdnS5nfHMVnTOrIbfzQOWLWUr+/7R0fYl1BXTp352iaD+M10Agw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@nx/web@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + resolution: {integrity: sha512-PP3HBnkhIiswFOYsoRNLsGgZBA4JPmPHNDgr7AxMDBvHpqxMv9sWjTAZq91iOWQB86cY3Bd0C/xEMU5zYjBQ2w==} dependencies: - '@nrwl/web': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2) - '@nx/devkit': 17.2.4(nx@17.2.3) - '@nx/js': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.3)(typescript@4.8.2) + '@nrwl/web': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) + '@nx/devkit': 17.2.5(nx@17.2.4) + '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) chalk: 4.1.2 detect-port: 1.5.1 http-server: 14.1.0 @@ -9366,14 +9358,14 @@ packages: - verdaccio dev: true - /@nx/workspace@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-z/R8HH0c2eR4FoalXTqgQnNscR1oiq/AWjNy+EJxYY6rVj/ww7n8khMUAs5pTptH1ddnrghAF396gcwfP+sRyA==} + /@nx/workspace@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11): + resolution: {integrity: sha512-2xcY9s8jK73JBNpXiFg17TwU4gHtOh59HdKFr7sjkCFVBPNPPv5E9/ZRHtsIC7qko6loM/i47NTP52nX7fhEfQ==} dependencies: - '@nrwl/workspace': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) - '@nx/devkit': 17.2.4(nx@17.2.4) + '@nrwl/workspace': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) + '@nx/devkit': 17.2.5(nx@17.2.5) chalk: 4.1.2 enquirer: 2.3.6 - nx: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) + nx: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) tslib: 2.4.0 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -25480,8 +25472,8 @@ packages: - debug dev: true - /nx@17.2.3(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-B/d8VCs/i5Ho5c42pZSleqUWsohYBN0iy4zRyGLA2Vl0qG2c4Q8z8NHVO1PFJ5qZmH3xKHN0Ziu6q1JGmmA14Q==} + /nx@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): + resolution: {integrity: sha512-1O/Kju2SbOh7U+3CStVP2vYId7PlHRi+V6IJVdXkQVl/Ulgnqlg1TVGR518hIg6Ft6qay2oGed9mEl3LH2afYA==} hasBin: true requiresBuild: true peerDependencies: @@ -25493,7 +25485,7 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/tao': 17.2.3(@swc-node/register@1.5.4)(@swc/core@1.3.11) + '@nrwl/tao': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) '@swc-node/register': 1.5.4(@swc/core@1.3.11)(typescript@4.8.2) '@swc/core': 1.3.11 '@yarnpkg/lockfile': 1.1.0 @@ -25530,22 +25522,22 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 17.2.3 - '@nx/nx-darwin-x64': 17.2.3 - '@nx/nx-freebsd-x64': 17.2.3 - '@nx/nx-linux-arm-gnueabihf': 17.2.3 - '@nx/nx-linux-arm64-gnu': 17.2.3 - '@nx/nx-linux-arm64-musl': 17.2.3 - '@nx/nx-linux-x64-gnu': 17.2.3 - '@nx/nx-linux-x64-musl': 17.2.3 - '@nx/nx-win32-arm64-msvc': 17.2.3 - '@nx/nx-win32-x64-msvc': 17.2.3 + '@nx/nx-darwin-arm64': 17.2.4 + '@nx/nx-darwin-x64': 17.2.4 + '@nx/nx-freebsd-x64': 17.2.4 + '@nx/nx-linux-arm-gnueabihf': 17.2.4 + '@nx/nx-linux-arm64-gnu': 17.2.4 + '@nx/nx-linux-arm64-musl': 17.2.4 + '@nx/nx-linux-x64-gnu': 17.2.4 + '@nx/nx-linux-x64-musl': 17.2.4 + '@nx/nx-win32-arm64-msvc': 17.2.4 + '@nx/nx-win32-x64-msvc': 17.2.4 transitivePeerDependencies: - debug dev: true - /nx@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-1O/Kju2SbOh7U+3CStVP2vYId7PlHRi+V6IJVdXkQVl/Ulgnqlg1TVGR518hIg6Ft6qay2oGed9mEl3LH2afYA==} + /nx@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11): + resolution: {integrity: sha512-bMjl6V+h2Pb7k/iieebQskFqiB5Z7VQgdFJNI6ScMfoMhClWVuF+/fdhxrlN4IaiWHHnZ/KDr7h4kc7puFLr9w==} hasBin: true requiresBuild: true peerDependencies: @@ -25557,7 +25549,7 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/tao': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) + '@nrwl/tao': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) '@swc-node/register': 1.5.4(@swc/core@1.3.11)(typescript@4.8.2) '@swc/core': 1.3.11 '@yarnpkg/lockfile': 1.1.0 @@ -25594,16 +25586,16 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 17.2.4 - '@nx/nx-darwin-x64': 17.2.4 - '@nx/nx-freebsd-x64': 17.2.4 - '@nx/nx-linux-arm-gnueabihf': 17.2.4 - '@nx/nx-linux-arm64-gnu': 17.2.4 - '@nx/nx-linux-arm64-musl': 17.2.4 - '@nx/nx-linux-x64-gnu': 17.2.4 - '@nx/nx-linux-x64-musl': 17.2.4 - '@nx/nx-win32-arm64-msvc': 17.2.4 - '@nx/nx-win32-x64-msvc': 17.2.4 + '@nx/nx-darwin-arm64': 17.2.5 + '@nx/nx-darwin-x64': 17.2.5 + '@nx/nx-freebsd-x64': 17.2.5 + '@nx/nx-linux-arm-gnueabihf': 17.2.5 + '@nx/nx-linux-arm64-gnu': 17.2.5 + '@nx/nx-linux-arm64-musl': 17.2.5 + '@nx/nx-linux-x64-gnu': 17.2.5 + '@nx/nx-linux-x64-musl': 17.2.5 + '@nx/nx-win32-arm64-msvc': 17.2.5 + '@nx/nx-win32-x64-msvc': 17.2.5 transitivePeerDependencies: - debug dev: true From 6271edf74abb6dbbdc1982631313d4a9fde10a7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 07:43:26 +0000 Subject: [PATCH 17/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/gentle-olives-jog.md | 5 ----- apps/console/CHANGELOG.md | 6 ++++++ apps/console/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gentle-olives-jog.md diff --git a/.changeset/gentle-olives-jog.md b/.changeset/gentle-olives-jog.md deleted file mode 100644 index 1b96d7aa7e0..00000000000 --- a/.changeset/gentle-olives-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Fix a NPE that occurs when assigning email domains in the absence of any created sub organizations. diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 47a28795d14..9bcda56f626 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/console +## 2.10.29 + +### Patch Changes + +- [#5072](https://github.com/wso2/identity-apps/pull/5072) [`d308d7509b`](https://github.com/wso2/identity-apps/commit/d308d7509b0f55ff50dd50ff3ea59dd465fd536a) Thanks [@nipunsampath](https://github.com/nipunsampath)! - Fix a NPE that occurs when assigning email domains in the absence of any created sub organizations. + ## 2.10.28 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index fadb787e50a..d6274b1b6cf 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.28", + "version": "2.10.29", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", From 1c456dbd346a58f7b222000ec6540cb45f801705 Mon Sep 17 00:00:00 2001 From: Thisara-Welmilla Date: Fri, 15 Dec 2023 13:19:54 +0530 Subject: [PATCH 18/73] Skip username validation from UI. --- .../self-registration-with-verification.jsp | 105 +++++++++--------- 1 file changed, 55 insertions(+), 50 deletions(-) diff --git a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp index 5c8d5a8d9a5..69fefc4c837 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp +++ b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp @@ -39,6 +39,7 @@ <%@ page import="org.wso2.carbon.identity.mgt.endpoint.util.client.model.Claim" %> <%@ page import="org.wso2.carbon.identity.mgt.endpoint.util.client.model.User" %> <%@ page import="org.wso2.carbon.identity.core.util.IdentityTenantUtil" %> +<%@ page import="org.wso2.carbon.identity.core.util.IdentityUtil" %> <%@ page import="org.wso2.carbon.utils.multitenancy.MultitenantUtils" %> <%@ page import="java.io.File" %> <%@ page import="java.util.Arrays" %> @@ -132,67 +133,71 @@ user.setTenantDomain(tenantDomain); } - try { - usernameValidityResponse = selfRegistrationMgtClient.checkUsernameValidityStatus(user, skipSignUpEnableCheck); - } catch (SelfRegistrationMgtClientException e) { - request.setAttribute("error", true); - request.setAttribute("errorMsg", IdentityManagementEndpointUtil - .i18n(recoveryResourceBundle, "Something.went.wrong.while.registering.user") + Encode - .forHtmlContent(username) + IdentityManagementEndpointUtil - .i18n(recoveryResourceBundle, "Please.contact.administrator")); - - if (allowchangeusername) { - request.getRequestDispatcher("register.do").forward(request, response); - } else { - IdentityManagementEndpointUtil.addErrorInformation(request, e); - if (!StringUtils.isBlank(username)) { - request.setAttribute("username", username); - } - request.getRequestDispatcher("error.jsp").forward(request, response); - return; - } - return; - } - if (StringUtils.isBlank(callback)) { callback = Encode.forHtmlAttribute(IdentityManagementEndpointUtil.getUserPortalUrl( application.getInitParameter(IdentityManagementEndpointConstants.ConfigConstants.USER_PORTAL_URL), tenantDomain)); } - Integer userNameValidityStatusCode = usernameValidityResponse.getInt("code"); - if (!SelfRegistrationStatusCodes.CODE_USER_NAME_AVAILABLE.equalsIgnoreCase(userNameValidityStatusCode.toString())) { - if (allowchangeusername || !skipSignUpEnableCheck) { + boolean isUsernameValidationEnabled = Boolean.parseBoolean(IdentityUtil.getProperty("InputValidation.Username.Enabled")); + if (isUsernameValidationEnabled) { + try { + usernameValidityResponse = selfRegistrationMgtClient.checkUsernameValidityStatus(user, skipSignUpEnableCheck); + } catch (SelfRegistrationMgtClientException e) { request.setAttribute("error", true); - request.setAttribute("errorCode", userNameValidityStatusCode); - if (usernameValidityResponse.has("message")) { - if (usernameValidityResponse.get("message") instanceof String) { - request.setAttribute("errorMessage", usernameValidityResponse.getString("message")); + request.setAttribute("errorMsg", IdentityManagementEndpointUtil + .i18n(recoveryResourceBundle, "Something.went.wrong.while.registering.user") + Encode + .forHtmlContent(username) + IdentityManagementEndpointUtil + .i18n(recoveryResourceBundle, "Please.contact.administrator")); + + if (allowchangeusername) { + request.getRequestDispatcher("register.do").forward(request, response); + } else { + IdentityManagementEndpointUtil.addErrorInformation(request, e); + if (!StringUtils.isBlank(username)) { + request.setAttribute("username", username); } + request.getRequestDispatcher("error.jsp").forward(request, response); + return; } - request.getRequestDispatcher("register.do").forward(request, response); - } else { - String errorCode = String.valueOf(userNameValidityStatusCode); - if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_TENANT.equalsIgnoreCase(errorCode)) { - errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.tenant.domain") - + " - " + user.getTenantDomain() + "."; - } else if (SelfRegistrationStatusCodes.ERROR_CODE_USER_ALREADY_EXISTS.equalsIgnoreCase(errorCode)) { - errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "Username") - + " '" + username + "' " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "username.already.taken.pick.different.username"); - } else if (SelfRegistrationStatusCodes.CODE_USER_NAME_INVALID.equalsIgnoreCase(errorCode)) { - errorMsg = user.getUsername() + " " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.username.pick.a.valid.username"); - } else if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_USERSTORE.equalsIgnoreCase(errorCode)) { - errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.userstore.domain") + " - " + user.getRealm(); - } - request.setAttribute("errorMsg", errorMsg + " " - + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "please.contact.administrator.to.fix.issue")); - request.setAttribute("errorCode", errorCode); - if (!StringUtils.isBlank(username)) { - request.setAttribute("username", username); + return; + } + + Integer userNameValidityStatusCode = usernameValidityResponse.getInt("code"); + if (!SelfRegistrationStatusCodes.CODE_USER_NAME_AVAILABLE.equalsIgnoreCase(userNameValidityStatusCode.toString())) { + if (allowchangeusername || !skipSignUpEnableCheck) { + request.setAttribute("error", true); + request.setAttribute("errorCode", userNameValidityStatusCode); + if (usernameValidityResponse.has("message")) { + if (usernameValidityResponse.get("message") instanceof String) { + request.setAttribute("errorMessage", usernameValidityResponse.getString("message")); + } + } + request.getRequestDispatcher("register.do").forward(request, response); + } else { + String errorCode = String.valueOf(userNameValidityStatusCode); + if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_TENANT.equalsIgnoreCase(errorCode)) { + errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.tenant.domain") + + " - " + user.getTenantDomain() + "."; + } else if (SelfRegistrationStatusCodes.ERROR_CODE_USER_ALREADY_EXISTS.equalsIgnoreCase(errorCode)) { + errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "Username") + + " '" + username + "' " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "username.already.taken.pick.different.username"); + } else if (SelfRegistrationStatusCodes.CODE_USER_NAME_INVALID.equalsIgnoreCase(errorCode)) { + errorMsg = user.getUsername() + " " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.username.pick.a.valid.username"); + } else if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_USERSTORE.equalsIgnoreCase(errorCode)) { + errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.userstore.domain") + " - " + user.getRealm(); + } + request.setAttribute("errorMsg", errorMsg + " " + + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "please.contact.administrator.to.fix.issue")); + request.setAttribute("errorCode", errorCode); + if (!StringUtils.isBlank(username)) { + request.setAttribute("username", username); + } + request.getRequestDispatcher("error.jsp").forward(request, response); } - request.getRequestDispatcher("error.jsp").forward(request, response); + return; } - return; } + String purposes = selfRegistrationMgtClient.getPurposes(user.getTenantDomain(), consentPurposeGroupName, consentPurposeGroupType); boolean hasPurposes = StringUtils.isNotEmpty(purposes); From 92d16f35e239fcd75eeca910ae43e6b4a3d6e494 Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Fri, 15 Dec 2023 13:50:32 +0530 Subject: [PATCH 19/73] fix the connection create error content --- .../src/translations/en-US/portals/console.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/i18n/src/translations/en-US/portals/console.ts b/modules/i18n/src/translations/en-US/portals/console.ts index 58779ea34a3..7cc1fc3897b 100644 --- a/modules/i18n/src/translations/en-US/portals/console.ts +++ b/modules/i18n/src/translations/en-US/portals/console.ts @@ -3656,7 +3656,7 @@ export const console: ConsoleNS = { actionTitle: "{{ state }} Connection", header: "{{ state }} connection", subheader: "Once you disable it, it can no longer be used until you enable it again.", - subheader2: "Enable the identity provider to use it with your applications." + subheader2: "Enable the connection to use it with your applications." }, header: "Danger Zone" }, @@ -4367,12 +4367,12 @@ export const console: ConsoleNS = { }, generalDetails: { description: { - hint: "A text description of the identity provider.", + hint: "A text description of the connection.", label: "Description", - placeholder: "Enter a description of the identity provider." + placeholder: "Enter a description of the connection." }, image: { - hint: "A URL for the image of the identity provider for display purposes. If not provided" + + hint: "A URL for the image of the connection for display purposes. If not provided" + " a generated thumbnail will be displayed. Recommended size is 200x200 pixels.", label: "Logo", placeholder: "https://myapp-resources.io/my_app_image.png" @@ -4382,10 +4382,10 @@ export const console: ConsoleNS = { label: "Name", placeholder: "Enter a name for the connection.", validations: { - duplicate: "An identity provider already exists with this name", - empty: "Identity Provider name is required", - maxLengthReached: "Identity provider name cannot exceed {{ maxLength }} characters.", - required: "Identity Provider name is required" + duplicate: "A connection already exists with this name", + empty: "Connection name is required", + maxLengthReached: "Connection name cannot exceed {{ maxLength }} characters.", + required: "Connection name is required" } }, issuer: { From 0256394c2f8c9e5d6d5150cf72ed38a283d9df58 Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Fri, 15 Dec 2023 13:51:17 +0530 Subject: [PATCH 20/73] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/old-paws-guess.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/old-paws-guess.md diff --git a/.changeset/old-paws-guess.md b/.changeset/old-paws-guess.md new file mode 100644 index 00000000000..4844bfba615 --- /dev/null +++ b/.changeset/old-paws-guess.md @@ -0,0 +1,7 @@ +--- +"@wso2is/console": patch +"@wso2is/i18n": patch +"@wso2is/myaccount": patch +--- + +Change the connection create error content From 61c4aa74c72a5eba642edc6682a4da94c2c8dd4a Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Fri, 15 Dec 2023 14:09:28 +0530 Subject: [PATCH 21/73] change sinhala translation --- .../src/translations/si-LK/portals/console.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/i18n/src/translations/si-LK/portals/console.ts b/modules/i18n/src/translations/si-LK/portals/console.ts index 5a2f0f851a4..a9bf31634d2 100755 --- a/modules/i18n/src/translations/si-LK/portals/console.ts +++ b/modules/i18n/src/translations/si-LK/portals/console.ts @@ -4011,23 +4011,23 @@ export const console: ConsoleNS = { }, generalDetails: { description: { - hint: "අනන්‍යතා සැපයුම්කරු පිළිබඳ අර්ථවත් විස්තරයක්.", + hint: "සම්බන්ධතාවය පිළිබඳ අර්ථවත් විස්තරයක්.", label: "විස්තර", - placeholder: "අනන්‍යතා සැපයුම්කරුගේ විස්තරයක් ඇතුළත් කරන්න." + placeholder: "සම්බන්ධතාවය පිළිබඳ විස්තරයක් ඇතුළත් කරන්න." }, image: { - hint: "අනන්‍යතා සැපයුම්කරුගේ රූපය විමසීමට URL ය.", - label: "හැඳුනුම්පත් සපයන්නාගේ පින්තූර URL", + hint: "සම්බන්ධතාවයේ රූපය විමසීමට URL ය.", + label: "සම්බන්ධතාවයේ පින්තූර URL ය", placeholder: "උදා. https" }, name: { - hint: "මෙම අනන්‍යතා සැපයුම්කරු සඳහා අද්විතීය නමක් ඇතුළත් කරන්න.", - label: "හැඳුනුම්පත් සපයන්නාගේ නම", - placeholder: "අනන්‍යතා සැපයුම්කරු සඳහා නමක් ඇතුළත් කරන්න.", + hint: "මෙම සම්බන්ධතාවය සඳහා අද්විතීය නමක් ඇතුළත් කරන්න.", + label: "සම්බන්ධතාවයේ නම", + placeholder: "සම්බන්ධතාවය සඳහා නමක් ඇතුළත් කරන්න.", validations: { - duplicate: "මෙම නම සමඟ අනන්‍යතා සැපයුම්කරුවෙකු දැනටමත් සිටී", - empty: "අනන්‍යතා සැපයුම්කරුගේ නම අවශ්‍ය වේ", - maxLengthReached: "අනන්‍යතා සැපයුම්කරුගේ නමට අක්ෂර {{ maxLength }} කට වඩා තිබිය නොහැක." + duplicate: "මෙම නම සමඟ සම්බන්ධතාවයක් දැනටමත් පවතී", + empty: "සම්බන්ධතාවයේ නම අවශ්‍ය වේ", + maxLengthReached: "සම්බන්ධතාවයේ නමට අක්ෂර {{ maxLength }} කට වඩා තිබිය නොහැක." } } }, From 5da24e41c1bdc9914258ec679efa3300b4826f2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 09:08:28 +0000 Subject: [PATCH 22/73] [WSO2 Release] [GitHub Action #926] [Release] [skip ci] prepare release identity-apps-console-2.10.29 --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 09444881e8a..0d702de6c36 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.28-SNAPSHOT + 2.10.29 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.29 diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index 8ac548ea6c3..80c9d7efebd 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.28-SNAPSHOT + 2.10.29 WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.29 diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 21275df2838..28b3a1e17d5 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.28-SNAPSHOT + 2.10.29 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.29 From b0d0930e14411b3886ed62ac8b6090db70c560ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 09:08:31 +0000 Subject: [PATCH 23/73] [WSO2 Release] [GitHub Action #926] [Release] [skip ci] prepare for next development iteration --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 0d702de6c36..40acb225b49 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.29 + 2.10.30-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.29 + HEAD diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index 80c9d7efebd..e2a9dda58a9 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.29 + 2.10.30-SNAPSHOT WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.29 + HEAD diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 28b3a1e17d5..4cf1f67d62d 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.29 + 2.10.30-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.29 + HEAD From ad19f3f555e5623f46f3085a764e94dfb2eb40ef Mon Sep 17 00:00:00 2001 From: Thisara-Welmilla Date: Fri, 15 Dec 2023 14:40:01 +0530 Subject: [PATCH 24/73] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/pretty-impalas-study.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/pretty-impalas-study.md diff --git a/.changeset/pretty-impalas-study.md b/.changeset/pretty-impalas-study.md new file mode 100644 index 00000000000..3b1036495b6 --- /dev/null +++ b/.changeset/pretty-impalas-study.md @@ -0,0 +1,5 @@ +--- +"@wso2is/identity-apps-core": patch +--- + +Skip username validation from UI. From 6129ad731cefb1d6dc16c0566e5b0796daef61e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 09:10:50 +0000 Subject: [PATCH 25/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/old-paws-guess.md | 7 -- apps/console/CHANGELOG.md | 9 ++ apps/console/package.json | 4 +- apps/myaccount/CHANGELOG.md | 9 ++ apps/myaccount/package.json | 4 +- modules/i18n/CHANGELOG.md | 6 + modules/i18n/package.json | 2 +- pnpm-lock.yaml | 229 ++++------------------------------- 8 files changed, 53 insertions(+), 217 deletions(-) delete mode 100644 .changeset/old-paws-guess.md diff --git a/.changeset/old-paws-guess.md b/.changeset/old-paws-guess.md deleted file mode 100644 index 4844bfba615..00000000000 --- a/.changeset/old-paws-guess.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@wso2is/console": patch -"@wso2is/i18n": patch -"@wso2is/myaccount": patch ---- - -Change the connection create error content diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 9bcda56f626..82bb2c22a44 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/console +## 2.10.30 + +### Patch Changes + +- [#5075](https://github.com/wso2/identity-apps/pull/5075) [`0256394c2f`](https://github.com/wso2/identity-apps/commit/0256394c2f8c9e5d6d5150cf72ed38a283d9df58) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Change the connection create error content + +- Updated dependencies [[`0256394c2f`](https://github.com/wso2/identity-apps/commit/0256394c2f8c9e5d6d5150cf72ed38a283d9df58)]: + - @wso2is/i18n@2.0.81 + ## 2.10.29 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index d6274b1b6cf..4c3024739c9 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.29", + "version": "2.10.30", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -55,7 +55,7 @@ "@wso2is/core": "^2.0.23", "@wso2is/form": "^2.0.20", "@wso2is/forms": "^2.0.8", - "@wso2is/i18n": "^2.0.80", + "@wso2is/i18n": "^2.0.81", "@wso2is/react-components": "^2.0.28", "@wso2is/theme": "^2.0.50", "@wso2is/validation": "^2.0.2", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 71888c7a72f..98399f95ad7 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/myaccount +## 2.2.65 + +### Patch Changes + +- [#5075](https://github.com/wso2/identity-apps/pull/5075) [`0256394c2f`](https://github.com/wso2/identity-apps/commit/0256394c2f8c9e5d6d5150cf72ed38a283d9df58) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Change the connection create error content + +- Updated dependencies [[`0256394c2f`](https://github.com/wso2/identity-apps/commit/0256394c2f8c9e5d6d5150cf72ed38a283d9df58)]: + - @wso2is/i18n@2.0.81 + ## 2.2.64 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 21a8d183eda..bcd4d4e26b7 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.2.64", + "version": "2.2.65", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -46,7 +46,7 @@ "@wso2is/access-control": "^2.0.12", "@wso2is/core": "^2.0.23", "@wso2is/forms": "^2.0.8", - "@wso2is/i18n": "^2.0.80", + "@wso2is/i18n": "^2.0.81", "@wso2is/react-components": "^2.0.27", "@wso2is/theme": "^2.0.49", "@wso2is/validation": "^2.0.2", diff --git a/modules/i18n/CHANGELOG.md b/modules/i18n/CHANGELOG.md index 215fd57af86..d5e505e57a7 100644 --- a/modules/i18n/CHANGELOG.md +++ b/modules/i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/i18n +## 2.0.81 + +### Patch Changes + +- [#5075](https://github.com/wso2/identity-apps/pull/5075) [`0256394c2f`](https://github.com/wso2/identity-apps/commit/0256394c2f8c9e5d6d5150cf72ed38a283d9df58) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Change the connection create error content + ## 2.0.80 ### Patch Changes diff --git a/modules/i18n/package.json b/modules/i18n/package.json index cbb627d775c..7895d58f809 100644 --- a/modules/i18n/package.json +++ b/modules/i18n/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/i18n", - "version": "2.0.80", + "version": "2.0.81", "description": "This module contains the configs, helpers and translations required to make an identity app available in multiple languages.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd9e9a55715..2ff1779328a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -536,7 +536,7 @@ importers: specifier: ^2.0.8 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.80 + specifier: ^2.0.81 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.0.28 @@ -861,7 +861,7 @@ importers: specifier: ^2.0.8 version: link:../../modules/forms '@wso2is/i18n': - specifier: ^2.0.80 + specifier: ^2.0.81 version: link:../../modules/i18n '@wso2is/react-components': specifier: ^2.0.27 @@ -1204,10 +1204,10 @@ importers: version: 7.18.13 '@nrwl/jest': specifier: latest - version: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2) + version: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(ts-node@10.9.1)(typescript@4.8.2) '@nrwl/web': specifier: latest - version: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) + version: 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2) '@rollup/plugin-url': specifier: ^7.0.0 version: 7.0.0(rollup@2.79.0) @@ -8488,10 +8488,10 @@ packages: - typescript dev: true - /@nrwl/devkit@17.2.5(nx@17.2.4): + /@nrwl/devkit@17.2.5(nx@17.2.5): resolution: {integrity: sha512-rXZDkJMzbViCfxZ19ndLZX9MZhQ50qgQOR6kahYugTcJ6HRV1i/FsKRyKXk1JefMCo8qdw/F5aw9zl0WwOiPdA==} dependencies: - '@nx/devkit': 17.2.5(nx@17.2.4) + '@nx/devkit': 17.2.5(nx@17.2.5) transitivePeerDependencies: - nx dev: true @@ -8551,10 +8551,10 @@ packages: - typescript dev: true - /@nrwl/jest@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2): + /@nrwl/jest@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(ts-node@10.9.1)(typescript@4.8.2): resolution: {integrity: sha512-zWVk+L+oAgWQovooL+ynehDUTqm6TschYh5utL11N8kMuKPrF/aFSoiE4J47VS6TmO/sQ6hrRVMJfXibMlnZeQ==} dependencies: - '@nx/jest': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2) + '@nx/jest': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(ts-node@10.9.1)(typescript@4.8.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -8601,10 +8601,10 @@ packages: - typescript dev: true - /@nrwl/js@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + /@nrwl/js@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2): resolution: {integrity: sha512-Pcw5f1yqT6yJe3DRtdoYmHVngNFy+oWkOkukDbB3MySGyA760NYyFI49/jMuzGd91dV9vCjEjncLQNKYJTKeBg==} dependencies: - '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) + '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -8812,18 +8812,6 @@ packages: - debug dev: true - /@nrwl/tao@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-uvzHtCTu2JWEcu1EqsMEsQydE5ZmYaQ+QQQTHI7H0jlY62WjU63Nk4jbXDQ5EmBvhCBY/rQAQbYM8r0BXQEBtg==} - hasBin: true - dependencies: - nx: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) - tslib: 2.4.0 - transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' - - debug - dev: true - /@nrwl/tao@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11): resolution: {integrity: sha512-hA89BirzFb2MBm26ZPTTJ/RWRjmZ9R39J8321kVEldehStluA4E5zobNd7MJVp77fBK/CCTlIhFeUEP9qmxhZA==} hasBin: true @@ -8893,10 +8881,10 @@ packages: - webpack-cli dev: true - /@nrwl/web@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + /@nrwl/web@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2): resolution: {integrity: sha512-43wKLPYylyu+w/Ive+Pl0VvyEWnWUjYK+o8D62WuHx+JCcp+bZUKSdueC38U860SJiE1hoa/YRy57W6ZbP9tVg==} dependencies: - '@nx/web': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) + '@nx/web': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -9043,27 +9031,12 @@ packages: - debug dev: true - /@nx/devkit@17.2.5(nx@17.2.4): - resolution: {integrity: sha512-eOIIziLA1AxRtRiDI+ZNGpXVtIwrYKeVTsGbLljaj3i5Ks753VMH340WNNlzMUXMseWG6XuQ4PkMhURza2tzog==} - peerDependencies: - nx: '>= 16 <= 18' - dependencies: - '@nrwl/devkit': 17.2.5(nx@17.2.4) - ejs: 3.1.8 - enquirer: 2.3.6 - ignore: 5.2.0 - nx: 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) - semver: 7.5.3 - tmp: 0.2.1 - tslib: 2.4.0 - dev: true - /@nx/devkit@17.2.5(nx@17.2.5): resolution: {integrity: sha512-eOIIziLA1AxRtRiDI+ZNGpXVtIwrYKeVTsGbLljaj3i5Ks753VMH340WNNlzMUXMseWG6XuQ4PkMhURza2tzog==} peerDependencies: nx: '>= 16 <= 18' dependencies: - '@nrwl/devkit': 17.2.5(nx@17.2.4) + '@nrwl/devkit': 17.2.5(nx@17.2.5) ejs: 3.1.8 enquirer: 2.3.6 ignore: 5.2.0 @@ -9073,14 +9046,14 @@ packages: tslib: 2.4.0 dev: true - /@nx/jest@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2): + /@nx/jest@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(ts-node@10.9.1)(typescript@4.8.2): resolution: {integrity: sha512-Fl7RFLY/4k0AqwX8XibkyMd23yCFtRGW68NFk2I2PlaPwnhS9HEoTb4aMJ8PcTqKXyHg2dyGpjv5QMBEtq6yqA==} dependencies: '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 - '@nrwl/jest': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(ts-node@10.9.1)(typescript@4.8.2) - '@nx/devkit': 17.2.5(nx@17.2.4) - '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) + '@nrwl/jest': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(ts-node@10.9.1)(typescript@4.8.2) + '@nx/devkit': 17.2.5(nx@17.2.5) + '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2) '@phenomnomnominal/tsquery': 5.0.1(typescript@4.8.2) chalk: 4.1.2 identity-obj-proxy: 3.0.0 @@ -9105,7 +9078,7 @@ packages: - verdaccio dev: true - /@nx/js@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + /@nx/js@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2): resolution: {integrity: sha512-kgH7GRGE+c3RXhvY8C7Np5FWK4yk0mRjnL5X6r14ZYPZPwj0OAOGiFXUVy14epp1SHdyqK1gz878kdrpxomaCQ==} peerDependencies: verdaccio: ^5.0.4 @@ -9120,8 +9093,8 @@ packages: '@babel/preset-env': 7.22.20(@babel/core@7.23.0) '@babel/preset-typescript': 7.23.0(@babel/core@7.23.0) '@babel/runtime': 7.22.15 - '@nrwl/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) - '@nx/devkit': 17.2.5(nx@17.2.4) + '@nrwl/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2) + '@nx/devkit': 17.2.5(nx@17.2.5) '@nx/workspace': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11) '@phenomnomnominal/tsquery': 5.0.1(typescript@4.8.2) babel-plugin-const-enum: 1.2.0(@babel/core@7.23.0) @@ -9155,15 +9128,6 @@ packages: - typescript dev: true - /@nx/nx-darwin-arm64@17.2.4: - resolution: {integrity: sha512-sfwNNwhnfYzPSSLinBEJcY2saeMcUunZotd5An0VXLgrb0sru6llzXpEQFJwVUhdyj4lwPdxbT4O7Z7mNCnelQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@nx/nx-darwin-arm64@17.2.5: resolution: {integrity: sha512-AGF/XnMkXymS8xYMsbeyNKZWKflfU8TTqEJqlcADMHYcr8OD1Jyq1YYHp/vvPBWqEhUL4bx3GPspQn5YiiCrWw==} engines: {node: '>= 10'} @@ -9173,15 +9137,6 @@ packages: dev: true optional: true - /@nx/nx-darwin-x64@17.2.4: - resolution: {integrity: sha512-N47eidRXcibYxvUHe+CrVTIH5pUcEflDSkBaYAQphu0Bw9Cyrsrs3dHjLQ1UWB+SRkIxzcKAEd4/fmMjauFa4A==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@nx/nx-darwin-x64@17.2.5: resolution: {integrity: sha512-YQQG+kijDNedE6bwEIeKWtVQOxJD+NHW69z6sb/S+ub8NO293YgNtYXgilet9RwOKBubeSyBqWr+yYbRhOuz+A==} engines: {node: '>= 10'} @@ -9191,15 +9146,6 @@ packages: dev: true optional: true - /@nx/nx-freebsd-x64@17.2.4: - resolution: {integrity: sha512-rVnjutfZqZpH+ELXwBciFCwlcM0mAgiThwDl6crrs5QWEFTnY3em7mDau32bk0qQEmA2NO2ZF6EBhUw2H01wsg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@nx/nx-freebsd-x64@17.2.5: resolution: {integrity: sha512-AzcYELtNDukSTtO6zTAuu9pUI2634/2ZFLdS15C9cqUrK0XNvBcbj6R1KNGjgaBDUJc9H49+fqU8VnLPpJjBKQ==} engines: {node: '>= 10'} @@ -9209,15 +9155,6 @@ packages: dev: true optional: true - /@nx/nx-linux-arm-gnueabihf@17.2.4: - resolution: {integrity: sha512-sFO9cT7RioMkZRKZ+9PYw7Kwdb3ieTLXr8/xprE/NwCPzGIUf+ErGyQPW2LynQLXXfUW2/QuzWJY3CCP0+dXrg==} - engines: {node: '>= 10'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-arm-gnueabihf@17.2.5: resolution: {integrity: sha512-24Q5N4krcSV6rbFYGRRgbHTc2eSDoJSWesvAtxAW5Sgh6+wAuqFKVwLwY9ZOn1GQwlySB87YwzH2BMkOfEuorw==} engines: {node: '>= 10'} @@ -9227,15 +9164,6 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-gnu@17.2.4: - resolution: {integrity: sha512-QG7B5ULpj7uyDAvRAx9XHHIKRzrOkAvjBeArSqhiaKRFt/ZO3sfqh80xe4piyLc5l85vnkd2IAgXUsSqZbKwGg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-arm64-gnu@17.2.5: resolution: {integrity: sha512-ty08Jnhk/eCVzxdm6o9EaGAZQ4t1WQCO9I/FjriEqtt4e5If6YKJPGjRzu/1OCvppv4d7j0SEN6FiyGkESpBPw==} engines: {node: '>= 10'} @@ -9245,15 +9173,6 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-musl@17.2.4: - resolution: {integrity: sha512-rqqsgRBwjmA4abOMK4ccG8q9abNWomst1Ypc/a8wxNLQIoH1jKI3Qb9wjekWwiuWbh+uA6maRxDiEMTkdI+NXQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-arm64-musl@17.2.5: resolution: {integrity: sha512-iW/hOgkpELTTu53UYNYAUvs5dAXDR94P50HZFvTQeTQH6xr8igMdOBFdApYFZIjD7IrKqNBSeAiyl4TyI6vFag==} engines: {node: '>= 10'} @@ -9263,15 +9182,6 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-gnu@17.2.4: - resolution: {integrity: sha512-FOYIUNDp0KmV6/OPxZCUc6T9hPEGwzYir16wcHnEgZ5BKa+c1me5aqE9NiTHBPUQHS+efthsgB+kBT1fC/8Tjw==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-x64-gnu@17.2.5: resolution: {integrity: sha512-BJi195AOHSHurMrPzT2mNGslIDn4LVxfKKdiRqVeOvQxT3cZij4fzPTUYxdOFnrWU5YPfW4A9p3ydFz8MDapOg==} engines: {node: '>= 10'} @@ -9281,15 +9191,6 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-musl@17.2.4: - resolution: {integrity: sha512-IpcKkJOkdIfgmGz4En3IRf5+idmsTcDG9fRPnqdDhKfSNAJBrb6TbBaNKFFbFPhHjkpLurjaRtj+0VNMkLRATQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@nx/nx-linux-x64-musl@17.2.5: resolution: {integrity: sha512-r1TrCFvdAIvogNry3Oy0IrWT2Ed5nZHR0lcuW5ImF0HinMmH/o4Ey7Q4IRo5hB88gxq4AUTWt+WoQbImIvoGPg==} engines: {node: '>= 10'} @@ -9299,15 +9200,6 @@ packages: dev: true optional: true - /@nx/nx-win32-arm64-msvc@17.2.4: - resolution: {integrity: sha512-4w8PwDisYHe1eRhs7FAmsKKSvrvlz5cjJPvmeTy8YRzQ3SJrlGxpSRtXl/RjBe2HBn2/1zhg8nqLfrUtcbZUAw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@nx/nx-win32-arm64-msvc@17.2.5: resolution: {integrity: sha512-TyMH8mys+r4Vgq5LYE6zY70LsL2F7JC85O+jHeVPR0vDNGm5Nb/UHobT5Y/PLpLxIx0aIeRuu6VI3j3oh1JhNw==} engines: {node: '>= 10'} @@ -9317,15 +9209,6 @@ packages: dev: true optional: true - /@nx/nx-win32-x64-msvc@17.2.4: - resolution: {integrity: sha512-sDSUzWDLgHeLE+iqaXbZzweRSGiPurapC/VltXidVlGdLfFP3SEvAqo/Ym+zkTDlHy2+D+fBfXt1GURDrrZEkw==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@nx/nx-win32-x64-msvc@17.2.5: resolution: {integrity: sha512-I/LWvNasB+iUEzIeejbuaeeezMCfMjpDBsiPdnS5nfHMVnTOrIbfzQOWLWUr+/7R0fYl1BXTp352iaD+M10Agw==} engines: {node: '>= 10'} @@ -9335,12 +9218,12 @@ packages: dev: true optional: true - /@nx/web@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2): + /@nx/web@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2): resolution: {integrity: sha512-PP3HBnkhIiswFOYsoRNLsGgZBA4JPmPHNDgr7AxMDBvHpqxMv9sWjTAZq91iOWQB86cY3Bd0C/xEMU5zYjBQ2w==} dependencies: - '@nrwl/web': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) - '@nx/devkit': 17.2.5(nx@17.2.4) - '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.4)(typescript@4.8.2) + '@nrwl/web': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2) + '@nx/devkit': 17.2.5(nx@17.2.5) + '@nx/js': 17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11)(@types/node@13.13.52)(nx@17.2.5)(typescript@4.8.2) chalk: 4.1.2 detect-port: 1.5.1 http-server: 14.1.0 @@ -25472,70 +25355,6 @@ packages: - debug dev: true - /nx@17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11): - resolution: {integrity: sha512-1O/Kju2SbOh7U+3CStVP2vYId7PlHRi+V6IJVdXkQVl/Ulgnqlg1TVGR518hIg6Ft6qay2oGed9mEl3LH2afYA==} - hasBin: true - requiresBuild: true - peerDependencies: - '@swc-node/register': ^1.6.7 - '@swc/core': ^1.3.85 - peerDependenciesMeta: - '@swc-node/register': - optional: true - '@swc/core': - optional: true - dependencies: - '@nrwl/tao': 17.2.4(@swc-node/register@1.5.4)(@swc/core@1.3.11) - '@swc-node/register': 1.5.4(@swc/core@1.3.11)(typescript@4.8.2) - '@swc/core': 1.3.11 - '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 - '@zkochan/js-yaml': 0.0.6 - axios: 1.5.1 - chalk: 4.1.2 - cli-cursor: 3.1.0 - cli-spinners: 2.6.1 - cliui: 8.0.1 - dotenv: 16.3.1 - dotenv-expand: 10.0.0 - enquirer: 2.3.6 - figures: 3.2.0 - flat: 5.0.2 - fs-extra: 11.1.1 - glob: 7.1.4 - ignore: 5.2.0 - jest-diff: 29.7.0 - js-yaml: 4.1.0 - jsonc-parser: 3.2.0 - lines-and-columns: 2.0.3 - minimatch: 3.0.5 - node-machine-id: 1.1.12 - npm-run-path: 4.0.1 - open: 8.4.0 - semver: 7.5.3 - string-width: 4.2.3 - strong-log-transformer: 2.1.0 - tar-stream: 2.2.0 - tmp: 0.2.1 - tsconfig-paths: 4.2.0 - tslib: 2.4.0 - yargs: 17.7.2 - yargs-parser: 21.1.1 - optionalDependencies: - '@nx/nx-darwin-arm64': 17.2.4 - '@nx/nx-darwin-x64': 17.2.4 - '@nx/nx-freebsd-x64': 17.2.4 - '@nx/nx-linux-arm-gnueabihf': 17.2.4 - '@nx/nx-linux-arm64-gnu': 17.2.4 - '@nx/nx-linux-arm64-musl': 17.2.4 - '@nx/nx-linux-x64-gnu': 17.2.4 - '@nx/nx-linux-x64-musl': 17.2.4 - '@nx/nx-win32-arm64-msvc': 17.2.4 - '@nx/nx-win32-x64-msvc': 17.2.4 - transitivePeerDependencies: - - debug - dev: true - /nx@17.2.5(@swc-node/register@1.5.4)(@swc/core@1.3.11): resolution: {integrity: sha512-bMjl6V+h2Pb7k/iieebQskFqiB5Z7VQgdFJNI6ScMfoMhClWVuF+/fdhxrlN4IaiWHHnZ/KDr7h4kc7puFLr9w==} hasBin: true From 3909fdba6ba0579e07779a9fbab3f17eaa249dfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 09:53:02 +0000 Subject: [PATCH 26/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/pretty-impalas-study.md | 5 ----- identity-apps-core/CHANGELOG.md | 6 ++++++ identity-apps-core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/pretty-impalas-study.md diff --git a/.changeset/pretty-impalas-study.md b/.changeset/pretty-impalas-study.md deleted file mode 100644 index 3b1036495b6..00000000000 --- a/.changeset/pretty-impalas-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Skip username validation from UI. diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 4cdae5838d6..5d4ce16d096 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/identity-apps-core +## 2.0.100 + +### Patch Changes + +- [#5074](https://github.com/wso2/identity-apps/pull/5074) [`ad19f3f555`](https://github.com/wso2/identity-apps/commit/ad19f3f555e5623f46f3085a764e94dfb2eb40ef) Thanks [@Thisara-Welmilla](https://github.com/Thisara-Welmilla)! - Skip username validation from UI. + ## 2.0.99 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index d64cfb10c19..3ba6c0214e2 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.99", + "version": "2.0.100", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", From 640acf15211189108f8c2a1c4274c6fd6ada19f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 10:08:06 +0000 Subject: [PATCH 27/73] [WSO2 Release] [GitHub Action #930] [Release] [skip ci] prepare release identity-apps-core-2.0.100 --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index 0bf61e00213..c95f714f46a 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index b84b54e06fa..b166ba698e0 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 51005aa7c2f..33156f3b60c 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 747108db296..96a298406ae 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index 71e157eebbd..ccd253687c6 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index 1864df68579..41c4d29868e 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index 98c702e7d7a..9d14a615f7f 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index 5d1d2b5550b..7654df70727 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index 75b4d3f47d2..ef28b48f1e6 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100-SNAPSHOT + 2.0.100 ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index 1020d02d46e..69d752ceb9a 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.100-SNAPSHOT + 2.0.100 WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-core-2.0.100 From 42cbd8da8461397dc53329bb946c85e06f4e6e66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 10:08:09 +0000 Subject: [PATCH 28/73] [WSO2 Release] [GitHub Action #930] [Release] [skip ci] prepare for next development iteration --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index c95f714f46a..9afdda4a789 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index b166ba698e0..53436ca6d23 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 33156f3b60c..1fbc7b8a2ca 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 96a298406ae..5d7f3e21362 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index ccd253687c6..cb2d412f114 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index 41c4d29868e..c23e4c69e78 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index 9d14a615f7f..b626e7c9036 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index 7654df70727..53bf5bcf1b4 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index ef28b48f1e6..d8433209d01 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.100 + 2.0.101-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index 69d752ceb9a..8b0caea5f34 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.100 + 2.0.101-SNAPSHOT WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-core-2.0.100 + HEAD From b9c62a3816ce3ff97a36cf6ac0ac522349b0b924 Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Fri, 15 Dec 2023 15:50:19 +0530 Subject: [PATCH 29/73] Remove custom layout validation --- apps/console/src/extensions/configs/common.tsx | 1 + apps/console/src/extensions/configs/models/common.ts | 1 + apps/console/src/features/branding/api/layout.ts | 6 ++++-- .../src/features/branding/components/design/design-form.tsx | 5 +++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/console/src/extensions/configs/common.tsx b/apps/console/src/extensions/configs/common.tsx index 905d8e9b54f..ae7fa62b587 100644 --- a/apps/console/src/extensions/configs/common.tsx +++ b/apps/console/src/extensions/configs/common.tsx @@ -23,6 +23,7 @@ export const commonConfig: CommonConfig = { enableQuerySearch: false }, blockLoopBackCalls: false, + checkCustomLayoutExistanceBeforeEnabling: false, checkForUIResourceScopes: false, enableDefaultBrandingPreviewSection: true, enableDefaultPreLoader: true, diff --git a/apps/console/src/extensions/configs/models/common.ts b/apps/console/src/extensions/configs/models/common.ts index d28122adf71..94071067f94 100644 --- a/apps/console/src/extensions/configs/models/common.ts +++ b/apps/console/src/extensions/configs/models/common.ts @@ -24,6 +24,7 @@ export interface CommonConfig { enableQuerySearch: boolean; }; blockLoopBackCalls: boolean; + checkCustomLayoutExistanceBeforeEnabling: boolean; checkForUIResourceScopes: boolean; enableDefaultBrandingPreviewSection: boolean; enableDefaultPreLoader: boolean; diff --git a/apps/console/src/features/branding/api/layout.ts b/apps/console/src/features/branding/api/layout.ts index d8fc10e404c..77bea758b3b 100644 --- a/apps/console/src/features/branding/api/layout.ts +++ b/apps/console/src/features/branding/api/layout.ts @@ -31,11 +31,13 @@ import { PredefinedLayouts } from "../meta"; * * @param layout - Layout name. * @param tenantDomain - Tenant name. + * @param shouldFetch - Should fetch the data. * @returns Layouts. */ export const useLayout = ( layout: PredefinedLayouts, - tenantDomain: string + tenantDomain: string, + shouldFetch: boolean = true ): RequestResultInterface => { const basename: string = AppConstants.getAppBasename() ? `/${AppConstants.getAppBasename()}` @@ -63,7 +65,7 @@ export const useLayout = ( error, isValidating, mutate - } = useRequest(requestConfig, { attachToken: false }); + } = useRequest(shouldFetch? requestConfig : null, { attachToken: false }); return { data, diff --git a/apps/console/src/features/branding/components/design/design-form.tsx b/apps/console/src/features/branding/components/design/design-form.tsx index ff1bcdd0856..88375275920 100644 --- a/apps/console/src/features/branding/components/design/design-form.tsx +++ b/apps/console/src/features/branding/components/design/design-form.tsx @@ -192,7 +192,7 @@ export const DesignForm: FunctionComponent = forwardRe const { data: customLayoutBlob, isLoading: customLayoutLoading - } = useLayout(PredefinedLayouts.CUSTOM, tenantDomain); + } = useLayout(PredefinedLayouts.CUSTOM, tenantDomain, commonConfig.checkCustomLayoutExistanceBeforeEnabling); /** * Set the internal initial theme state. @@ -335,7 +335,8 @@ export const DesignForm: FunctionComponent = forwardRe } // Avoid activating the custom layout when there is no deployed custom layout. - if (_values.layout.activeLayout === PredefinedLayouts.CUSTOM) { + if (commonConfig.checkCustomLayoutExistanceBeforeEnabling + && _values.layout.activeLayout === PredefinedLayouts.CUSTOM) { while (customLayoutLoading) { // Wait until finished the loading of custom layout. } From 1ed2dd20c661a8fcdf56b504d3b5a6e88fec9c37 Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Fri, 15 Dec 2023 15:51:01 +0530 Subject: [PATCH 30/73] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/good-hairs-tap.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/good-hairs-tap.md diff --git a/.changeset/good-hairs-tap.md b/.changeset/good-hairs-tap.md new file mode 100644 index 00000000000..d9f7f5860a4 --- /dev/null +++ b/.changeset/good-hairs-tap.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Remove custom layout validation From 1378798737a7196252c2634160d695cd8a9d551e Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Fri, 15 Dec 2023 16:00:42 +0530 Subject: [PATCH 31/73] Decouple quickstart tab content to be provided through extensions --- .../templates/oidc-web-application/meta.ts | 32 ++------ .../templates/oidc-web-application/models.ts | 25 +++++- .../templates/saml-web-application/meta.ts | 20 ++--- .../templates/saml-web-application/models.ts | 15 +++- .../single-page-application/models.ts | 2 +- .../src/extensions/configs/application.tsx | 79 +++++++++++++++++++ .../extensions/configs/models/application.ts | 8 ++ 7 files changed, 136 insertions(+), 45 deletions(-) diff --git a/apps/console/src/extensions/application-templates/templates/oidc-web-application/meta.ts b/apps/console/src/extensions/application-templates/templates/oidc-web-application/meta.ts index 5d93f5ef13a..50926e888de 100644 --- a/apps/console/src/extensions/application-templates/templates/oidc-web-application/meta.ts +++ b/apps/console/src/extensions/application-templates/templates/oidc-web-application/meta.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * Copyright (c) 2021-2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except @@ -16,29 +16,7 @@ * under the License. */ -export const SDKMeta = { - dotNet: { - readme: "https://github.com/asgardeo/asgardeo-dotnet-oidc-sdk/blob/master/README.md", - sample: { - artifact: "https://github.com/asgardeo/asgardeo-dotnet-oidc-sdk/releases/download/v0.1.1/" + - "PickupManagerOIDC-v0.1.1.msi", - repository: "https://github.com/asgardeo/asgardeo-dotnet-oidc-sdk/tree/master/Sample" - } - }, - tomcatOIDCAgent: { - catalog: "https://github.com/asgardeo/asgardeo-tomcat-oidc-agent/blob/master/io.asgardeo.tomcat.oidc." + - "sample/src/main/resources/configuration-catalog.md", - integrate: { - defaultCallbackContext: "/oauth2client" - }, - readme: "https://github.com/asgardeo/asgardeo-tomcat-oidc-agent/blob/master/README.md", - sample: { - artifact: "https://github.com/asgardeo/asgardeo-tomcat-oidc-agent/releases/latest/download/oidc-sample" + - "-app.war", - home: "/oidc-sample-app/index.html", - repository: "https://github.com/asgardeo/asgardeo-tomcat-oidc-agent/tree/master/io.asgardeo.tomcat." + - "oidc.sample", - sigInRedirectURL: "/oidc-sample-app/oauth2client" - } - } -}; +import { OIDCSDKMeta } from "./models"; +import { applicationConfig } from "../../../configs/application"; + +export const SDKMeta: OIDCSDKMeta = applicationConfig?.quickstart?.oidcWeb; diff --git a/apps/console/src/extensions/application-templates/templates/oidc-web-application/models.ts b/apps/console/src/extensions/application-templates/templates/oidc-web-application/models.ts index 776ed3fbf3a..7f48e18e608 100644 --- a/apps/console/src/extensions/application-templates/templates/oidc-web-application/models.ts +++ b/apps/console/src/extensions/application-templates/templates/oidc-web-application/models.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * Copyright (c) 2021-2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except @@ -36,3 +36,26 @@ export interface OIDCTryoutSampleConfigInterface { serverOrigin: string, } +export interface OIDCSDKMeta { + dotNet: { + readme: string, + sample: { + artifact: string, + repository: string + } + }, + tomcatOIDCAgent: { + catalog: string, + integrate: { + defaultCallbackContext: string + }, + readme: string, + sample: { + artifact: string, + home: string, + repository: string, + sigInRedirectURL: string + } + } +} + diff --git a/apps/console/src/extensions/application-templates/templates/saml-web-application/meta.ts b/apps/console/src/extensions/application-templates/templates/saml-web-application/meta.ts index 2a6d1a9cb67..6599582b3ee 100644 --- a/apps/console/src/extensions/application-templates/templates/saml-web-application/meta.ts +++ b/apps/console/src/extensions/application-templates/templates/saml-web-application/meta.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * Copyright (c) 2021-2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except @@ -16,17 +16,7 @@ * under the License. */ -export const SDKMeta = { - tomcatSAMLAgent: { - catalog: "https://github.com/asgardeo/asgardeo-tomcat-saml-agent/blob/master/" + - "io.asgardeo.tomcat.saml.agent.sample/src/main/resources/configuration-catalog.md", - readme: "https://github.com/asgardeo/asgardeo-tomcat-saml-agent/blob/master/README.md", - sample: { - acsURLSuffix: "/sample-app/home.jsp", - artifact: "https://github.com/asgardeo/asgardeo-tomcat-saml-agent/releases/download/v0.1.43/sample-app.war", - home: "/sample-app/index.html", - repository: "https://github.com/asgardeo/asgardeo-tomcat-saml-agent/tree/master/io.asgardeo.tomcat." + - "saml.agent.sample" - } - } -}; +import { SAMLSDKMeta } from "./models"; +import { applicationConfig } from "../../../configs"; + +export const SDKMeta: SAMLSDKMeta = applicationConfig?.quickstart?.samlWeb; diff --git a/apps/console/src/extensions/application-templates/templates/saml-web-application/models.ts b/apps/console/src/extensions/application-templates/templates/saml-web-application/models.ts index 4a5142550a3..092aa3b6c79 100644 --- a/apps/console/src/extensions/application-templates/templates/saml-web-application/models.ts +++ b/apps/console/src/extensions/application-templates/templates/saml-web-application/models.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2021, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * Copyright (c) 2021-2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except @@ -50,3 +50,16 @@ export interface SAMLTryoutSampleConfigInterface { ssoUrl: string, tomcatHost: string } + +export interface SAMLSDKMeta { + tomcatSAMLAgent: { + catalog: string, + readme: string, + sample: { + acsURLSuffix: string, + artifact: string, + home: string, + repository: string + } + } +} diff --git a/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts b/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts index 269b54d71fb..c831d3f66ff 100644 --- a/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts +++ b/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2020, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * Copyright (c) 2020-2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except diff --git a/apps/console/src/extensions/configs/application.tsx b/apps/console/src/extensions/configs/application.tsx index f1503743421..b8ffadda4e8 100644 --- a/apps/console/src/extensions/configs/application.tsx +++ b/apps/console/src/extensions/configs/application.tsx @@ -609,6 +609,85 @@ export const applicationConfig: ApplicationConfig = { getBannerComponent: (): ReactElement => !window[ "AppUtils" ].getConfig().organizationName && }, + quickstart: { + oidcWeb: { + dotNet: { + readme: "", + sample: { + artifact: "", + repository: "" + } + }, + tomcatOIDCAgent: { + catalog: "", + integrate: { + defaultCallbackContext: "" + }, + readme: "", + sample: { + artifact: "", + home: "", + repository: "", + sigInRedirectURL: "" + } + } + }, + samlWeb: { + tomcatSAMLAgent: { + catalog: "", + readme: "", + sample: { + acsURLSuffix: "", + artifact: "", + home: "", + repository: "" + } + } + }, + spa: { + javascript: { + apis: "", + artifact: "", + cdn: "", + npmInstallCommand: "", + readme: "", + repository: "", + samples: { + javascript: { + artifact: "", + repository: "" + }, + react: { + artifact: "", + repository: "" + }, + root: "" + } + }, + react: { + links: { + authClientConfig: "", + secureRoute: "", + useContextDocumentation: "" + }, + npmInstallCommand: "", + readme: "", + repository: "", + samples: { + basicUsage: { + artifact:"", + repository: "" + }, + root: "", + routing: { + artifact: + "", + repository: "" + } + } + } + } + }, signInMethod: { authenticatorSelection: { messages: { diff --git a/apps/console/src/extensions/configs/models/application.ts b/apps/console/src/extensions/configs/models/application.ts index c605fc03ed1..9b6d529baaa 100644 --- a/apps/console/src/extensions/configs/models/application.ts +++ b/apps/console/src/extensions/configs/models/application.ts @@ -26,6 +26,9 @@ import { } from "../../../features/applications/components/settings"; import { ApplicationInterface, ApplicationTabTypes } from "../../../features/applications/models"; import { FeatureConfigInterface } from "../../../features/core"; +import { OIDCSDKMeta } from "../../application-templates/templates/oidc-web-application/models"; +import { SAMLSDKMeta } from "../../application-templates/templates/saml-web-application/models"; +import { SDKMetaInterface } from "../../application-templates/templates/single-page-application/models"; export interface ApplicationConfig { advancedConfigurations: { @@ -157,4 +160,9 @@ export interface ApplicationConfig { }; excludeIdentityClaims: boolean; excludeSubjectClaim: boolean; + quickstart: { + oidcWeb: OIDCSDKMeta; + samlWeb: SAMLSDKMeta; + spa: SDKMetaInterface + }; } From 96292788415abf16005b23515c17e5abede23a47 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Fri, 15 Dec 2023 16:17:57 +0530 Subject: [PATCH 32/73] =?UTF-8?q?=F0=9F=A6=8B=20Add=20changeset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/green-lies-bake.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/green-lies-bake.md diff --git a/.changeset/green-lies-bake.md b/.changeset/green-lies-bake.md new file mode 100644 index 00000000000..377aec6ffdf --- /dev/null +++ b/.changeset/green-lies-bake.md @@ -0,0 +1,5 @@ +--- +"@wso2is/console": patch +--- + +Decouple quickstart tab content to be provided through extensions From 5bdfc8b97c171417ea9428f6a478243902562c11 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Fri, 15 Dec 2023 16:24:16 +0530 Subject: [PATCH 33/73] Fix license header --- .../templates/single-page-application/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts b/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts index c831d3f66ff..1a08fa7783c 100644 --- a/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts +++ b/apps/console/src/extensions/application-templates/templates/single-page-application/models.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2020-2023, WSO2 LLC. (https://www.wso2.com). + * Copyright (c) 2020, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except From 331032fda1fcd25353f74cb2d6c3751d21961538 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Fri, 15 Dec 2023 16:28:56 +0530 Subject: [PATCH 34/73] Update spa meta info to be retrieved through extensions --- .../templates/single-page-application/meta.ts | 54 ++----------------- 1 file changed, 3 insertions(+), 51 deletions(-) diff --git a/apps/console/src/extensions/application-templates/templates/single-page-application/meta.ts b/apps/console/src/extensions/application-templates/templates/single-page-application/meta.ts index 794d8d78779..f7d7b8ce0b2 100644 --- a/apps/console/src/extensions/application-templates/templates/single-page-application/meta.ts +++ b/apps/console/src/extensions/application-templates/templates/single-page-application/meta.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) 2020, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. + * Copyright (c) 2020-2023, WSO2 LLC. (https://www.wso2.com). * * WSO2 LLC. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except @@ -17,54 +17,6 @@ */ import { SDKMetaInterface } from "./models"; +import { applicationConfig } from "../../../configs"; -export const SDKMeta: SDKMetaInterface = { - javascript: { - apis: "https://github.com/asgardeo/asgardeo-auth-spa-sdk/blob/main/README.md#apis", - artifact: "", - cdn: "https://unpkg.com/@asgardeo/auth-spa@latest/dist/asgardeo-spa.production.min.js", - npmInstallCommand: "npm install @asgardeo/auth-spa --save", - readme: "https://github.com/asgardeo/asgardeo-auth-spa-sdk/blob/main/README.md", - repository: undefined, - samples: { - javascript: { - artifact: - "https://github.com/asgardeo/asgardeo-auth-spa-sdk/releases/download/v1.0.2/" + - "asgardeo-html-js-app.zip", - repository: undefined - }, - react: { - artifact: - "https://github.com/asgardeo/asgardeo-auth-spa-sdk/releases/download/v1.0.2/" + - "asgardeo-react-js-app.zip", - repository: "https://github.com/asgardeo/asgardeo-auth-spa-sdk/tree/main/samples/asgardeo-react-js-app" - }, - root: "https://github.com/asgardeo/asgardeo-auth-spa-sdk/tree/main/samples" - } - }, - react: { - links: { - authClientConfig: undefined, - secureRoute: undefined, - useContextDocumentation: undefined - }, - npmInstallCommand: "npm install @asgardeo/auth-react react-router-dom --save", - readme: "https://github.com/asgardeo/asgardeo-auth-react-sdk/blob/main/README.md", - repository: undefined, - samples: { - basicUsage: { - artifact: - "https://github.com/asgardeo/asgardeo-auth-react-sdk/releases/download/v2.0.5/" + - "asgardeo-react-app.zip", - repository: undefined - }, - root: undefined, - routing: { - artifact: - "https://github.com/asgardeo/asgardeo-auth-react-sdk/releases/download/v2.0.5/" + - "asgardeo-react-app.zip", - repository: undefined - } - } - } -}; +export const SDKMeta: SDKMetaInterface = applicationConfig?.quickstart?.spa; From 94fa10ef64038d3eedc40d55a78a85f2586c6634 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Fri, 15 Dec 2023 16:31:44 +0530 Subject: [PATCH 35/73] Fix formatting issues --- apps/console/src/extensions/configs/application.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/console/src/extensions/configs/application.tsx b/apps/console/src/extensions/configs/application.tsx index b8ffadda4e8..d3576cc73fc 100644 --- a/apps/console/src/extensions/configs/application.tsx +++ b/apps/console/src/extensions/configs/application.tsx @@ -680,8 +680,7 @@ export const applicationConfig: ApplicationConfig = { }, root: "", routing: { - artifact: - "", + artifact: "", repository: "" } } From 52b659a1f51c54cbc4558ab79b88e4a83b3b3b9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Dec 2023 11:40:57 +0000 Subject: [PATCH 36/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/green-lies-bake.md | 5 ----- apps/console/CHANGELOG.md | 6 ++++++ apps/console/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/green-lies-bake.md diff --git a/.changeset/green-lies-bake.md b/.changeset/green-lies-bake.md deleted file mode 100644 index 377aec6ffdf..00000000000 --- a/.changeset/green-lies-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Decouple quickstart tab content to be provided through extensions diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 82bb2c22a44..d27d0a10e91 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/console +## 2.10.31 + +### Patch Changes + +- [#5079](https://github.com/wso2/identity-apps/pull/5079) [`9629278841`](https://github.com/wso2/identity-apps/commit/96292788415abf16005b23515c17e5abede23a47) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Decouple quickstart tab content to be provided through extensions + ## 2.10.30 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 4c3024739c9..a7a822f8d9f 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.30", + "version": "2.10.31", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", From 866097f9ff32e1571ec3897e88e1930f947a342a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Dec 2023 03:38:38 +0000 Subject: [PATCH 37/73] [WSO2 Release] [GitHub Action #932] [Release] [skip ci] prepare release identity-apps-console-2.10.31 --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 40acb225b49..2fe27a4f7b9 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.30-SNAPSHOT + 2.10.31 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.31 diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index e2a9dda58a9..31ff26027bf 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.30-SNAPSHOT + 2.10.31 WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.31 diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 4cf1f67d62d..b93a10f2d90 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.30-SNAPSHOT + 2.10.31 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.31 From 1a3fef72e03c2ccab1476a9ea26b91e2a697f1a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 Dec 2023 03:38:40 +0000 Subject: [PATCH 38/73] [WSO2 Release] [GitHub Action #932] [Release] [skip ci] prepare for next development iteration --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 2fe27a4f7b9..6b1d05e33e1 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.31 + 2.10.32-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.31 + HEAD diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index 31ff26027bf..abb979c6622 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.31 + 2.10.32-SNAPSHOT WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.31 + HEAD diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index b93a10f2d90..433da639bf7 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.31 + 2.10.32-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.31 + HEAD From e9de2dc71e5a938e4a8739a3d4aeed02f085bbb7 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Sat, 16 Dec 2023 14:35:11 +0530 Subject: [PATCH 39/73] Fix UI issues in displaying long usernames in dynamic prompt generic form --- .../src/main/webapp/templates/genericForm.jsp | 2 +- modules/theme/src/themes/default/elements/header.overrides | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp b/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp index f55e065b935..9f67fdb53b8 100755 --- a/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp +++ b/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp @@ -26,7 +26,7 @@
-

+

<%=AuthenticationEndpointUtil.i18n(resourceBundle, "welcome")%>

diff --git a/modules/theme/src/themes/default/elements/header.overrides b/modules/theme/src/themes/default/elements/header.overrides index 3ff36500d87..a1490c7f53e 100644 --- a/modules/theme/src/themes/default/elements/header.overrides +++ b/modules/theme/src/themes/default/elements/header.overrides @@ -29,6 +29,10 @@ h6.ui.header .sub.header { font-size: @h6SubHeaderFontSize; } +h3.ui.header .multi-line-header { + white-space: normal; +} + .ui.header { &.page-header { .sub-header { From abfec8e627302c08abc4aabb71af1603398b749f Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Sat, 16 Dec 2023 14:46:41 +0530 Subject: [PATCH 40/73] Add component id to the submit button in user input prompt page --- .../src/main/webapp/templates/genericForm.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp b/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp index 9f67fdb53b8..02bb313222e 100755 --- a/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp +++ b/identity-apps-core/apps/authentication-portal/src/main/webapp/templates/genericForm.jsp @@ -39,7 +39,7 @@ - +
<%-- /content --%> From 2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Sat, 16 Dec 2023 14:48:23 +0530 Subject: [PATCH 41/73] =?UTF-8?q?=F0=9F=A6=8B=20Add=20changeset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/angry-comics-allow.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/angry-comics-allow.md diff --git a/.changeset/angry-comics-allow.md b/.changeset/angry-comics-allow.md new file mode 100644 index 00000000000..43843aacb22 --- /dev/null +++ b/.changeset/angry-comics-allow.md @@ -0,0 +1,8 @@ +--- +"@wso2is/identity-apps-core": patch +"@wso2is/theme": patch +"@wso2is/console": patch +"@wso2is/myaccount": patch +--- + +Fix UI issues in displaying long usernames in dynamic prompt generic form From 98c6c8ee1d798c4001d6a7b3bcad561433b5ab24 Mon Sep 17 00:00:00 2001 From: Madhavi Gayathri Date: Sun, 17 Dec 2023 07:45:47 +0530 Subject: [PATCH 42/73] Apply tenantQualifiedName changes. --- .../webapp/self-registration-with-verification.jsp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp index 5c8d5a8d9a5..f7c7314a9ff 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp +++ b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp @@ -105,18 +105,19 @@ tenantDomain = srtenantDomain; } + if (skipSignUpEnableCheck) { + consentPurposeGroupName = "JIT"; + } + String tenantQualifiedUsername = username; - if (username.contains(IdentityManagementEndpointConstants.TENANT_DOMAIN_SEPARATOR) && tenantDomain != null) { + if (consentPurposeGroupName == "JIT" && username.contains(IdentityManagementEndpointConstants.TENANT_DOMAIN_SEPARATOR) && tenantDomain != null) { if (username.split(IdentityManagementEndpointConstants.TENANT_DOMAIN_SEPARATOR).length == 2) { tenantQualifiedUsername = username + IdentityManagementEndpointConstants.TENANT_DOMAIN_SEPARATOR + tenantDomain; } } - User user = IdentityManagementServiceUtil.getInstance().resolveUser(username, tenantDomain, isSaaSApp); + User user = IdentityManagementServiceUtil.getInstance().resolveUser(tenantQualifiedUsername, tenantDomain, isSaaSApp); - if (skipSignUpEnableCheck) { - consentPurposeGroupName = "JIT"; - } if (StringUtils.isEmpty(username)) { request.setAttribute("error", true); request.setAttribute("errorMsg", IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "Pick.username")); From caa21544aac3c09e0df6289957e31758c34bda55 Mon Sep 17 00:00:00 2001 From: Thisara Welmilla <82029070+Thisara-Welmilla@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:05:19 +0530 Subject: [PATCH 43/73] Revert "Skip username validation from UI if InputValidation.Username.Enabled is false" --- .../self-registration-with-verification.jsp | 105 +++++++++--------- 1 file changed, 50 insertions(+), 55 deletions(-) diff --git a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp index 69fefc4c837..5c8d5a8d9a5 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp +++ b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-with-verification.jsp @@ -39,7 +39,6 @@ <%@ page import="org.wso2.carbon.identity.mgt.endpoint.util.client.model.Claim" %> <%@ page import="org.wso2.carbon.identity.mgt.endpoint.util.client.model.User" %> <%@ page import="org.wso2.carbon.identity.core.util.IdentityTenantUtil" %> -<%@ page import="org.wso2.carbon.identity.core.util.IdentityUtil" %> <%@ page import="org.wso2.carbon.utils.multitenancy.MultitenantUtils" %> <%@ page import="java.io.File" %> <%@ page import="java.util.Arrays" %> @@ -133,71 +132,67 @@ user.setTenantDomain(tenantDomain); } + try { + usernameValidityResponse = selfRegistrationMgtClient.checkUsernameValidityStatus(user, skipSignUpEnableCheck); + } catch (SelfRegistrationMgtClientException e) { + request.setAttribute("error", true); + request.setAttribute("errorMsg", IdentityManagementEndpointUtil + .i18n(recoveryResourceBundle, "Something.went.wrong.while.registering.user") + Encode + .forHtmlContent(username) + IdentityManagementEndpointUtil + .i18n(recoveryResourceBundle, "Please.contact.administrator")); + + if (allowchangeusername) { + request.getRequestDispatcher("register.do").forward(request, response); + } else { + IdentityManagementEndpointUtil.addErrorInformation(request, e); + if (!StringUtils.isBlank(username)) { + request.setAttribute("username", username); + } + request.getRequestDispatcher("error.jsp").forward(request, response); + return; + } + return; + } + if (StringUtils.isBlank(callback)) { callback = Encode.forHtmlAttribute(IdentityManagementEndpointUtil.getUserPortalUrl( application.getInitParameter(IdentityManagementEndpointConstants.ConfigConstants.USER_PORTAL_URL), tenantDomain)); } - boolean isUsernameValidationEnabled = Boolean.parseBoolean(IdentityUtil.getProperty("InputValidation.Username.Enabled")); - if (isUsernameValidationEnabled) { - try { - usernameValidityResponse = selfRegistrationMgtClient.checkUsernameValidityStatus(user, skipSignUpEnableCheck); - } catch (SelfRegistrationMgtClientException e) { + Integer userNameValidityStatusCode = usernameValidityResponse.getInt("code"); + if (!SelfRegistrationStatusCodes.CODE_USER_NAME_AVAILABLE.equalsIgnoreCase(userNameValidityStatusCode.toString())) { + if (allowchangeusername || !skipSignUpEnableCheck) { request.setAttribute("error", true); - request.setAttribute("errorMsg", IdentityManagementEndpointUtil - .i18n(recoveryResourceBundle, "Something.went.wrong.while.registering.user") + Encode - .forHtmlContent(username) + IdentityManagementEndpointUtil - .i18n(recoveryResourceBundle, "Please.contact.administrator")); - - if (allowchangeusername) { - request.getRequestDispatcher("register.do").forward(request, response); - } else { - IdentityManagementEndpointUtil.addErrorInformation(request, e); - if (!StringUtils.isBlank(username)) { - request.setAttribute("username", username); + request.setAttribute("errorCode", userNameValidityStatusCode); + if (usernameValidityResponse.has("message")) { + if (usernameValidityResponse.get("message") instanceof String) { + request.setAttribute("errorMessage", usernameValidityResponse.getString("message")); } - request.getRequestDispatcher("error.jsp").forward(request, response); - return; } - return; - } - - Integer userNameValidityStatusCode = usernameValidityResponse.getInt("code"); - if (!SelfRegistrationStatusCodes.CODE_USER_NAME_AVAILABLE.equalsIgnoreCase(userNameValidityStatusCode.toString())) { - if (allowchangeusername || !skipSignUpEnableCheck) { - request.setAttribute("error", true); - request.setAttribute("errorCode", userNameValidityStatusCode); - if (usernameValidityResponse.has("message")) { - if (usernameValidityResponse.get("message") instanceof String) { - request.setAttribute("errorMessage", usernameValidityResponse.getString("message")); - } - } - request.getRequestDispatcher("register.do").forward(request, response); - } else { - String errorCode = String.valueOf(userNameValidityStatusCode); - if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_TENANT.equalsIgnoreCase(errorCode)) { - errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.tenant.domain") - + " - " + user.getTenantDomain() + "."; - } else if (SelfRegistrationStatusCodes.ERROR_CODE_USER_ALREADY_EXISTS.equalsIgnoreCase(errorCode)) { - errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "Username") - + " '" + username + "' " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "username.already.taken.pick.different.username"); - } else if (SelfRegistrationStatusCodes.CODE_USER_NAME_INVALID.equalsIgnoreCase(errorCode)) { - errorMsg = user.getUsername() + " " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.username.pick.a.valid.username"); - } else if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_USERSTORE.equalsIgnoreCase(errorCode)) { - errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.userstore.domain") + " - " + user.getRealm(); - } - request.setAttribute("errorMsg", errorMsg + " " - + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "please.contact.administrator.to.fix.issue")); - request.setAttribute("errorCode", errorCode); - if (!StringUtils.isBlank(username)) { - request.setAttribute("username", username); - } - request.getRequestDispatcher("error.jsp").forward(request, response); + request.getRequestDispatcher("register.do").forward(request, response); + } else { + String errorCode = String.valueOf(userNameValidityStatusCode); + if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_TENANT.equalsIgnoreCase(errorCode)) { + errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.tenant.domain") + + " - " + user.getTenantDomain() + "."; + } else if (SelfRegistrationStatusCodes.ERROR_CODE_USER_ALREADY_EXISTS.equalsIgnoreCase(errorCode)) { + errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "Username") + + " '" + username + "' " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "username.already.taken.pick.different.username"); + } else if (SelfRegistrationStatusCodes.CODE_USER_NAME_INVALID.equalsIgnoreCase(errorCode)) { + errorMsg = user.getUsername() + " " + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.username.pick.a.valid.username"); + } else if (SelfRegistrationStatusCodes.ERROR_CODE_INVALID_USERSTORE.equalsIgnoreCase(errorCode)) { + errorMsg = IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "invalid.userstore.domain") + " - " + user.getRealm(); } - return; + request.setAttribute("errorMsg", errorMsg + " " + + IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "please.contact.administrator.to.fix.issue")); + request.setAttribute("errorCode", errorCode); + if (!StringUtils.isBlank(username)) { + request.setAttribute("username", username); + } + request.getRequestDispatcher("error.jsp").forward(request, response); } + return; } - String purposes = selfRegistrationMgtClient.getPurposes(user.getTenantDomain(), consentPurposeGroupName, consentPurposeGroupType); boolean hasPurposes = StringUtils.isNotEmpty(purposes); From be1a05f6b98017400802df4048eb91808428d633 Mon Sep 17 00:00:00 2001 From: Thisara-Welmilla Date: Sun, 17 Dec 2023 14:31:57 +0530 Subject: [PATCH 44/73] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/curly-weeks-ring.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/curly-weeks-ring.md diff --git a/.changeset/curly-weeks-ring.md b/.changeset/curly-weeks-ring.md new file mode 100644 index 00000000000..8a71ac29499 --- /dev/null +++ b/.changeset/curly-weeks-ring.md @@ -0,0 +1,5 @@ +--- +"@wso2is/identity-apps-core": patch +--- + +Revert JIT provisioning improvement From f4135d00a32f571fb5739d502e9b8e1d496c9d31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Dec 2023 09:26:52 +0000 Subject: [PATCH 45/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/curly-weeks-ring.md | 5 ----- identity-apps-core/CHANGELOG.md | 6 ++++++ identity-apps-core/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curly-weeks-ring.md diff --git a/.changeset/curly-weeks-ring.md b/.changeset/curly-weeks-ring.md deleted file mode 100644 index 8a71ac29499..00000000000 --- a/.changeset/curly-weeks-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Revert JIT provisioning improvement diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 5d4ce16d096..45ff260a523 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/identity-apps-core +## 2.0.101 + +### Patch Changes + +- [#5086](https://github.com/wso2/identity-apps/pull/5086) [`be1a05f6b9`](https://github.com/wso2/identity-apps/commit/be1a05f6b98017400802df4048eb91808428d633) Thanks [@Thisara-Welmilla](https://github.com/Thisara-Welmilla)! - Revert JIT provisioning improvement + ## 2.0.100 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 3ba6c0214e2..49c6ea85b48 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.100", + "version": "2.0.101", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", From b9940806fb1bb0780834a4454e19059c76d8c26e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Dec 2023 09:47:14 +0000 Subject: [PATCH 46/73] [WSO2 Release] [GitHub Action #935] [Release] [skip ci] prepare release identity-apps-core-2.0.101 --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index 9afdda4a789..d7b5ee5ee4b 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index 53436ca6d23..bb5314f6b1e 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 1fbc7b8a2ca..c02445c14bb 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 5d7f3e21362..6661236079b 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index cb2d412f114..80eb02b6289 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index c23e4c69e78..20d67cf6e61 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index b626e7c9036..d8d66d20c43 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index 53bf5bcf1b4..fabd0fe7b12 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index d8433209d01..0e6eaf1c023 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101-SNAPSHOT + 2.0.101 ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index 8b0caea5f34..e5a164c112a 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.101-SNAPSHOT + 2.0.101 WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-core-2.0.101 From 491d2f20cd41ab933b253e2dea36f23c9ce8a46d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 17 Dec 2023 09:47:16 +0000 Subject: [PATCH 47/73] [WSO2 Release] [GitHub Action #935] [Release] [skip ci] prepare for next development iteration --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index d7b5ee5ee4b..801a8669673 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index bb5314f6b1e..72d43cf4a3f 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index c02445c14bb..8c3784e66ee 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 6661236079b..9f0434b1c48 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index 80eb02b6289..52ea262143b 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index 20d67cf6e61..e6046be0946 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index d8d66d20c43..08cf7a4e77e 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index fabd0fe7b12..fe2a5076564 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index 0e6eaf1c023..351515d29b3 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.101 + 2.0.102-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index e5a164c112a..0bb1203e894 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.101 + 2.0.102-SNAPSHOT WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-core-2.0.101 + HEAD From eaf0d12ac96754566d7d6d8dfb0cb03f1bcf6ecb Mon Sep 17 00:00:00 2001 From: Madhavi Gayathri Date: Sun, 17 Dec 2023 17:20:02 +0530 Subject: [PATCH 48/73] =?UTF-8?q?Add=20changeset=20=F0=9F=A6=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/chilled-days-exist.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilled-days-exist.md diff --git a/.changeset/chilled-days-exist.md b/.changeset/chilled-days-exist.md new file mode 100644 index 00000000000..71ee09a523d --- /dev/null +++ b/.changeset/chilled-days-exist.md @@ -0,0 +1,5 @@ +--- +"@wso2is/identity-apps-core": patch +--- + +Apply tenantQualifiedName changes. From f05d41c38d4c377d25330f7963fad3f66e093769 Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Mon, 18 Dec 2023 07:57:42 +0530 Subject: [PATCH 49/73] add optional chaining --- .../src/features/branding/components/design/design-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/features/branding/components/design/design-form.tsx b/apps/console/src/features/branding/components/design/design-form.tsx index 88375275920..f34ce5d35d9 100644 --- a/apps/console/src/features/branding/components/design/design-form.tsx +++ b/apps/console/src/features/branding/components/design/design-form.tsx @@ -192,7 +192,7 @@ export const DesignForm: FunctionComponent = forwardRe const { data: customLayoutBlob, isLoading: customLayoutLoading - } = useLayout(PredefinedLayouts.CUSTOM, tenantDomain, commonConfig.checkCustomLayoutExistanceBeforeEnabling); + } = useLayout(PredefinedLayouts.CUSTOM, tenantDomain, commonConfig?.checkCustomLayoutExistanceBeforeEnabling); /** * Set the internal initial theme state. From cc2f8ed3b6d31ba5374f5e32093a350c3518f9ec Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Mon, 18 Dec 2023 07:59:10 +0530 Subject: [PATCH 50/73] add optional chaining --- .../src/features/branding/components/design/design-form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/console/src/features/branding/components/design/design-form.tsx b/apps/console/src/features/branding/components/design/design-form.tsx index f34ce5d35d9..17d2ebbf878 100644 --- a/apps/console/src/features/branding/components/design/design-form.tsx +++ b/apps/console/src/features/branding/components/design/design-form.tsx @@ -335,8 +335,8 @@ export const DesignForm: FunctionComponent = forwardRe } // Avoid activating the custom layout when there is no deployed custom layout. - if (commonConfig.checkCustomLayoutExistanceBeforeEnabling - && _values.layout.activeLayout === PredefinedLayouts.CUSTOM) { + if (commonConfig?.checkCustomLayoutExistanceBeforeEnabling + && _values?.layout?.activeLayout === PredefinedLayouts.CUSTOM) { while (customLayoutLoading) { // Wait until finished the loading of custom layout. } From f1cf5fb2c2415d6f940d30e16c6dc2f9de1b574d Mon Sep 17 00:00:00 2001 From: Dilshan Senarath Date: Mon, 18 Dec 2023 08:01:48 +0530 Subject: [PATCH 51/73] add a new space --- apps/console/src/features/branding/api/layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/features/branding/api/layout.ts b/apps/console/src/features/branding/api/layout.ts index 77bea758b3b..5dd517bed48 100644 --- a/apps/console/src/features/branding/api/layout.ts +++ b/apps/console/src/features/branding/api/layout.ts @@ -65,7 +65,7 @@ export const useLayout = ( error, isValidating, mutate - } = useRequest(shouldFetch? requestConfig : null, { attachToken: false }); + } = useRequest(shouldFetch ? requestConfig : null, { attachToken: false }); return { data, From a12c098b53c07636b2dee814f9c2d41cc90bc477 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 03:07:02 +0000 Subject: [PATCH 52/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/chilled-days-exist.md | 5 ----- .changeset/good-hairs-tap.md | 5 ----- apps/console/CHANGELOG.md | 6 ++++++ apps/console/package.json | 2 +- identity-apps-core/CHANGELOG.md | 6 ++++++ identity-apps-core/package.json | 2 +- 6 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 .changeset/chilled-days-exist.md delete mode 100644 .changeset/good-hairs-tap.md diff --git a/.changeset/chilled-days-exist.md b/.changeset/chilled-days-exist.md deleted file mode 100644 index 71ee09a523d..00000000000 --- a/.changeset/chilled-days-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch ---- - -Apply tenantQualifiedName changes. diff --git a/.changeset/good-hairs-tap.md b/.changeset/good-hairs-tap.md deleted file mode 100644 index d9f7f5860a4..00000000000 --- a/.changeset/good-hairs-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wso2is/console": patch ---- - -Remove custom layout validation diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index d27d0a10e91..f1b7ac35cd8 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/console +## 2.10.32 + +### Patch Changes + +- [#5078](https://github.com/wso2/identity-apps/pull/5078) [`1ed2dd20c6`](https://github.com/wso2/identity-apps/commit/1ed2dd20c661a8fcdf56b504d3b5a6e88fec9c37) Thanks [@DilshanSenarath](https://github.com/DilshanSenarath)! - Remove custom layout validation + ## 2.10.31 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index a7a822f8d9f..b472884df77 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.31", + "version": "2.10.32", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 45ff260a523..0b5add01ba9 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/identity-apps-core +## 2.0.102 + +### Patch Changes + +- [#5084](https://github.com/wso2/identity-apps/pull/5084) [`eaf0d12ac9`](https://github.com/wso2/identity-apps/commit/eaf0d12ac96754566d7d6d8dfb0cb03f1bcf6ecb) Thanks [@mpmadhavig](https://github.com/mpmadhavig)! - Apply tenantQualifiedName changes. + ## 2.0.101 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 49c6ea85b48..74ad06be705 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.101", + "version": "2.0.102", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", From 1cee7989742f7449832d6979890120ff41d557cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 03:27:51 +0000 Subject: [PATCH 53/73] [WSO2 Release] [GitHub Action #938] [Release] [skip ci] prepare release identity-apps-console-2.10.32 --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 6b1d05e33e1..3241e4bf28c 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.32-SNAPSHOT + 2.10.32 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.32 diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index abb979c6622..75d2b1557fe 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.32-SNAPSHOT + 2.10.32 WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.32 diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 433da639bf7..87a1747cb29 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.32-SNAPSHOT + 2.10.32 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.32 From fca81484f3664b672009dee060a1afb23e4a43a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 03:27:53 +0000 Subject: [PATCH 54/73] [WSO2 Release] [GitHub Action #938] [Release] [skip ci] prepare for next development iteration --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 3241e4bf28c..38b19a40674 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.32 + 2.10.33-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.32 + HEAD diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index 75d2b1557fe..559305243e2 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.32 + 2.10.33-SNAPSHOT WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.32 + HEAD diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 87a1747cb29..323432e54e3 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.32 + 2.10.33-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.32 + HEAD From 1031e2bdc2243a72bf25842a56affa47aa0dbdf8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 03:38:50 +0000 Subject: [PATCH 55/73] [WSO2 Release] [GitHub Action #938] [Release] [skip ci] prepare release identity-apps-core-2.0.102 --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index 801a8669673..9f8a0f43887 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index 72d43cf4a3f..62d8ff5d625 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 8c3784e66ee..6f242ed8d47 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 9f0434b1c48..3e286909865 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index 52ea262143b..1d98433bb85 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index e6046be0946..348e1633431 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index 08cf7a4e77e..3f7876b0aef 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index fe2a5076564..e0ffd99bb8d 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index 351515d29b3..00ed478e209 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102-SNAPSHOT + 2.0.102 ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index 0bb1203e894..6f064c8af5d 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.102-SNAPSHOT + 2.0.102 WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-core-2.0.102 From 8c06c32d80485564414382b2dae6bd86f45a31c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 03:38:53 +0000 Subject: [PATCH 56/73] [WSO2 Release] [GitHub Action #938] [Release] [skip ci] prepare for next development iteration --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index 9f8a0f43887..6a27ce863d9 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index 62d8ff5d625..1f6b526506a 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 6f242ed8d47..5d07d6c157a 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index 3e286909865..b646cdcabf2 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index 1d98433bb85..d930defa87c 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index 348e1633431..6ea89d75765 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index 3f7876b0aef..016a70c6ee1 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index e0ffd99bb8d..6c6d97cf2b0 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index 00ed478e209..afdd310ad00 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.102 + 2.0.103-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index 6f064c8af5d..5fd173853d1 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.102 + 2.0.103-SNAPSHOT WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-core-2.0.102 + HEAD From 52819afc9a337929cfb862fbeaa140b96c2cd11c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 03:41:55 +0000 Subject: [PATCH 57/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/angry-comics-allow.md | 8 -------- apps/console/CHANGELOG.md | 9 +++++++++ apps/console/package.json | 4 ++-- apps/myaccount/CHANGELOG.md | 9 +++++++++ apps/myaccount/package.json | 4 ++-- identity-apps-core/CHANGELOG.md | 9 +++++++++ identity-apps-core/package.json | 4 ++-- modules/theme/CHANGELOG.md | 6 ++++++ modules/theme/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 10 files changed, 43 insertions(+), 18 deletions(-) delete mode 100644 .changeset/angry-comics-allow.md diff --git a/.changeset/angry-comics-allow.md b/.changeset/angry-comics-allow.md deleted file mode 100644 index 43843aacb22..00000000000 --- a/.changeset/angry-comics-allow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@wso2is/identity-apps-core": patch -"@wso2is/theme": patch -"@wso2is/console": patch -"@wso2is/myaccount": patch ---- - -Fix UI issues in displaying long usernames in dynamic prompt generic form diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index f1b7ac35cd8..71a94ecd6f7 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/console +## 2.10.33 + +### Patch Changes + +- [#5083](https://github.com/wso2/identity-apps/pull/5083) [`2653310a5b`](https://github.com/wso2/identity-apps/commit/2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix UI issues in displaying long usernames in dynamic prompt generic form + +- Updated dependencies [[`2653310a5b`](https://github.com/wso2/identity-apps/commit/2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a)]: + - @wso2is/theme@2.0.51 + ## 2.10.32 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index b472884df77..5f3bc055b23 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.32", + "version": "2.10.33", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", @@ -57,7 +57,7 @@ "@wso2is/forms": "^2.0.8", "@wso2is/i18n": "^2.0.81", "@wso2is/react-components": "^2.0.28", - "@wso2is/theme": "^2.0.50", + "@wso2is/theme": "^2.0.51", "@wso2is/validation": "^2.0.2", "@wso2is/common": "^2.0.15", "@wso2is/dynamic-forms": "^2.0.19", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 98399f95ad7..27345065475 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/myaccount +## 2.2.66 + +### Patch Changes + +- [#5083](https://github.com/wso2/identity-apps/pull/5083) [`2653310a5b`](https://github.com/wso2/identity-apps/commit/2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix UI issues in displaying long usernames in dynamic prompt generic form + +- Updated dependencies [[`2653310a5b`](https://github.com/wso2/identity-apps/commit/2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a)]: + - @wso2is/theme@2.0.51 + ## 2.2.65 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index bcd4d4e26b7..81c71e51112 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.2.65", + "version": "2.2.66", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", @@ -48,7 +48,7 @@ "@wso2is/forms": "^2.0.8", "@wso2is/i18n": "^2.0.81", "@wso2is/react-components": "^2.0.27", - "@wso2is/theme": "^2.0.49", + "@wso2is/theme": "^2.0.51", "@wso2is/validation": "^2.0.2", "axios": "^0.19.2", "history": "^4.9.0", diff --git a/identity-apps-core/CHANGELOG.md b/identity-apps-core/CHANGELOG.md index 0b5add01ba9..b8d7b994c82 100644 --- a/identity-apps-core/CHANGELOG.md +++ b/identity-apps-core/CHANGELOG.md @@ -1,5 +1,14 @@ # @wso2is/identity-apps-core +## 2.0.103 + +### Patch Changes + +- [#5083](https://github.com/wso2/identity-apps/pull/5083) [`2653310a5b`](https://github.com/wso2/identity-apps/commit/2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix UI issues in displaying long usernames in dynamic prompt generic form + +- Updated dependencies [[`2653310a5b`](https://github.com/wso2/identity-apps/commit/2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a)]: + - @wso2is/theme@2.0.51 + ## 2.0.102 ### Patch Changes diff --git a/identity-apps-core/package.json b/identity-apps-core/package.json index 74ad06be705..8c14cdcce14 100644 --- a/identity-apps-core/package.json +++ b/identity-apps-core/package.json @@ -1,6 +1,6 @@ { "name": "@wso2is/identity-apps-core", - "version": "2.0.102", + "version": "2.0.103", "private": true, "description": "WSO2 Identity Server Authentication Portal", "author": "WSO2", @@ -13,7 +13,7 @@ "clean:node-modules": "pnpm rimraf node_modules" }, "dependencies": { - "@wso2is/theme": "^2.0.49", + "@wso2is/theme": "^2.0.51", "rimraf": "^3.0.2" } } diff --git a/modules/theme/CHANGELOG.md b/modules/theme/CHANGELOG.md index 92a259f8511..d1706e1d764 100644 --- a/modules/theme/CHANGELOG.md +++ b/modules/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/theme +## 2.0.51 + +### Patch Changes + +- [#5083](https://github.com/wso2/identity-apps/pull/5083) [`2653310a5b`](https://github.com/wso2/identity-apps/commit/2653310a5bdd7ec96985b4c2c0b7b2ccbdb4136a) Thanks [@pavinduLakshan](https://github.com/pavinduLakshan)! - Fix UI issues in displaying long usernames in dynamic prompt generic form + ## 2.0.50 ### Patch Changes diff --git a/modules/theme/package.json b/modules/theme/package.json index 4448cbe25af..805d3a0cbfd 100644 --- a/modules/theme/package.json +++ b/modules/theme/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/theme", - "version": "2.0.50", + "version": "2.0.51", "description": "Theme for web components of WSO2 Identity Server Webapps.", "keywords": [ "WSO2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ff1779328a..d99a9e3ec50 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -542,7 +542,7 @@ importers: specifier: ^2.0.28 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.50 + specifier: ^2.0.51 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.2 @@ -867,7 +867,7 @@ importers: specifier: ^2.0.27 version: link:../../modules/react-components '@wso2is/theme': - specifier: ^2.0.49 + specifier: ^2.0.51 version: link:../../modules/theme '@wso2is/validation': specifier: ^2.0.2 @@ -1072,7 +1072,7 @@ importers: identity-apps-core: dependencies: '@wso2is/theme': - specifier: ^2.0.49 + specifier: ^2.0.51 version: link:../modules/theme rimraf: specifier: ^3.0.2 From 16d5e3da5a8f3691bc32c4a0559e4d4536571fdd Mon Sep 17 00:00:00 2001 From: Brion Date: Mon, 18 Dec 2023 09:58:43 +0530 Subject: [PATCH 58/73] =?UTF-8?q?=F0=9F=A6=8B=20Add=20changeset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/famous-apricots-double.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/famous-apricots-double.md diff --git a/.changeset/famous-apricots-double.md b/.changeset/famous-apricots-double.md new file mode 100644 index 00000000000..85be6d4ee56 --- /dev/null +++ b/.changeset/famous-apricots-double.md @@ -0,0 +1,6 @@ +--- +"@wso2is/myaccount": patch +"@wso2is/console": patch +--- + +[Legacy Mode] Fix Console/My Account browser path issues From 7339b0c47a7cfd3e28fc761870deb706ca8dd447 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 04:30:21 +0000 Subject: [PATCH 59/73] [WSO2 Release] [GitHub Action #940] [Release] [skip ci] prepare release identity-apps-console-2.10.33 --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index 38b19a40674..c14a7e44900 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.33-SNAPSHOT + 2.10.33 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.33 diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index 559305243e2..d14205689db 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.33-SNAPSHOT + 2.10.33 WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.33 diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 323432e54e3..5a3eb887417 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.33-SNAPSHOT + 2.10.33 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-console-2.10.33 From f964383003087c7accc664a863f22081564fda8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 04:30:23 +0000 Subject: [PATCH 60/73] [WSO2 Release] [GitHub Action #940] [Release] [skip ci] prepare for next development iteration --- .../org.wso2.identity.apps.console.server.feature/pom.xml | 4 ++-- apps/console/java/pom.xml | 4 ++-- apps/console/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml index c14a7e44900..7b0b8ace10e 100644 --- a/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml +++ b/apps/console/java/org.wso2.identity.apps.console.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.33 + 2.10.34-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.33 + HEAD diff --git a/apps/console/java/pom.xml b/apps/console/java/pom.xml index d14205689db..178b71e085f 100644 --- a/apps/console/java/pom.xml +++ b/apps/console/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-console pom - 2.10.33 + 2.10.34-SNAPSHOT WSO2 Identity Server Console - Parent WSO2 Identity Server Console Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.33 + HEAD diff --git a/apps/console/java/webapp/pom.xml b/apps/console/java/webapp/pom.xml index 5a3eb887417..11827468df2 100644 --- a/apps/console/java/webapp/pom.xml +++ b/apps/console/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-console - 2.10.33 + 2.10.34-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-console-2.10.33 + HEAD From 9a8bec53155dac88b001418c46db4fd10b40e276 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 04:43:50 +0000 Subject: [PATCH 61/73] [WSO2 Release] [GitHub Action #940] [Release] [skip ci] prepare release identity-apps-myaccount-2.2.66 --- .../org.wso2.identity.apps.myaccount.server.feature/pom.xml | 4 ++-- apps/myaccount/java/pom.xml | 4 ++-- apps/myaccount/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml b/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml index d47c22b5d5d..3e1baa06a01 100644 --- a/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml +++ b/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-myaccount - 2.2.65-SNAPSHOT + 2.2.66 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-myaccount-2.2.66 diff --git a/apps/myaccount/java/pom.xml b/apps/myaccount/java/pom.xml index 9895bb1c9bb..2a536ff749c 100644 --- a/apps/myaccount/java/pom.xml +++ b/apps/myaccount/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-myaccount pom - 2.2.65-SNAPSHOT + 2.2.66 WSO2 Identity Server MyAccount - Parent WSO2 Identity Server MyAccount Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-myaccount-2.2.66 diff --git a/apps/myaccount/java/webapp/pom.xml b/apps/myaccount/java/webapp/pom.xml index 9aab9effcc5..3191a5b775c 100644 --- a/apps/myaccount/java/webapp/pom.xml +++ b/apps/myaccount/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-myaccount - 2.2.65-SNAPSHOT + 2.2.66 ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-myaccount-2.2.66 From c6410ef56e4c2c5c93e98483d8e6357c793dba08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 04:43:52 +0000 Subject: [PATCH 62/73] [WSO2 Release] [GitHub Action #940] [Release] [skip ci] prepare for next development iteration --- .../org.wso2.identity.apps.myaccount.server.feature/pom.xml | 4 ++-- apps/myaccount/java/pom.xml | 4 ++-- apps/myaccount/java/webapp/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml b/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml index 3e1baa06a01..0eb5103be68 100644 --- a/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml +++ b/apps/myaccount/java/org.wso2.identity.apps.myaccount.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-myaccount - 2.2.66 + 2.2.67-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-myaccount-2.2.66 + HEAD diff --git a/apps/myaccount/java/pom.xml b/apps/myaccount/java/pom.xml index 2a536ff749c..65d428ff5d1 100644 --- a/apps/myaccount/java/pom.xml +++ b/apps/myaccount/java/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-myaccount pom - 2.2.66 + 2.2.67-SNAPSHOT WSO2 Identity Server MyAccount - Parent WSO2 Identity Server MyAccount Parent @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-myaccount-2.2.66 + HEAD diff --git a/apps/myaccount/java/webapp/pom.xml b/apps/myaccount/java/webapp/pom.xml index 3191a5b775c..e01f37e38f5 100644 --- a/apps/myaccount/java/webapp/pom.xml +++ b/apps/myaccount/java/webapp/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-myaccount - 2.2.66 + 2.2.67-SNAPSHOT ../pom.xml @@ -39,7 +39,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-myaccount-2.2.66 + HEAD From eddbda4a2300405528436a5c658f0023ab4f5542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 04:50:02 +0000 Subject: [PATCH 63/73] [WSO2 Release] [GitHub Action #940] [Release] [skip ci] prepare release identity-apps-core-2.0.103 --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index 6a27ce863d9..f631684914d 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index 1f6b526506a..1c399ed3952 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 5d07d6c157a..2f8ebb57a84 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index b646cdcabf2..be822b11d23 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index d930defa87c..5269fa4c52b 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index 6ea89d75765..c67fb1666aa 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index 016a70c6ee1..e887ea4f5b2 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index 6c6d97cf2b0..7662fbd6b16 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index afdd310ad00..ea1bc00f828 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103-SNAPSHOT + 2.0.103 ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index 5fd173853d1..99299ccee1c 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.103-SNAPSHOT + 2.0.103 WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - HEAD + identity-apps-core-2.0.103 From b2f86ae91d0d75e43c2dad2eb68b6a4f3ccde2ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 04:50:04 +0000 Subject: [PATCH 64/73] [WSO2 Release] [GitHub Action #940] [Release] [skip ci] prepare for next development iteration --- identity-apps-core/apps/authentication-portal/pom.xml | 2 +- identity-apps-core/apps/recovery-portal/pom.xml | 2 +- .../apps/x509-certificate-authentication-portal/pom.xml | 2 +- identity-apps-core/components/login-portal-layouts/pom.xml | 2 +- .../components/org.wso2.identity.apps.common/pom.xml | 2 +- .../org.wso2.identity.apps.taglibs.layout.controller/pom.xml | 2 +- .../pom.xml | 2 +- .../org.wso2.identity.apps.common.server.feature/pom.xml | 2 +- .../pom.xml | 2 +- identity-apps-core/pom.xml | 4 ++-- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/identity-apps-core/apps/authentication-portal/pom.xml b/identity-apps-core/apps/authentication-portal/pom.xml index f631684914d..8b1601cdd65 100644 --- a/identity-apps-core/apps/authentication-portal/pom.xml +++ b/identity-apps-core/apps/authentication-portal/pom.xml @@ -19,7 +19,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/recovery-portal/pom.xml b/identity-apps-core/apps/recovery-portal/pom.xml index 1c399ed3952..5969c63cbbb 100644 --- a/identity-apps-core/apps/recovery-portal/pom.xml +++ b/identity-apps-core/apps/recovery-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml index 2f8ebb57a84..91a81193e38 100644 --- a/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml +++ b/identity-apps-core/apps/x509-certificate-authentication-portal/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/login-portal-layouts/pom.xml b/identity-apps-core/components/login-portal-layouts/pom.xml index be822b11d23..be7b0563ff6 100644 --- a/identity-apps-core/components/login-portal-layouts/pom.xml +++ b/identity-apps-core/components/login-portal-layouts/pom.xml @@ -22,7 +22,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml index 5269fa4c52b..bb6177a1a14 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.common/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml index c67fb1666aa..ed3ca7876a6 100644 --- a/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml +++ b/identity-apps-core/components/org.wso2.identity.apps.taglibs.layout.controller/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml index e887ea4f5b2..1d2280b4ff9 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.authentication.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml index 7662fbd6b16..353493bf6af 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.common.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml index ea1bc00f828..873adaf56d5 100644 --- a/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml +++ b/identity-apps-core/features/org.wso2.identity.apps.recovery.portal.server.feature/pom.xml @@ -23,7 +23,7 @@ org.wso2.identity.apps identity-apps-core - 2.0.103 + 2.0.104-SNAPSHOT ../../pom.xml diff --git a/identity-apps-core/pom.xml b/identity-apps-core/pom.xml index 99299ccee1c..9eb3551c9e2 100644 --- a/identity-apps-core/pom.xml +++ b/identity-apps-core/pom.xml @@ -24,7 +24,7 @@ org.wso2.identity.apps identity-apps-core pom - 2.0.103 + 2.0.104-SNAPSHOT WSO2 Identity Server Apps - Parent WSO2 Identity Server Web Apps @@ -40,7 +40,7 @@ https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git scm:git:https://github.com/wso2/identity-apps.git - identity-apps-core-2.0.103 + HEAD From af9e4104ec5c9e84c8338db439321a3ccd0098d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 04:56:25 +0000 Subject: [PATCH 65/73] [WSO2 Release] [GitHub Action] [Release] [skip ci] update package versions --- .changeset/famous-apricots-double.md | 6 ------ apps/console/CHANGELOG.md | 6 ++++++ apps/console/package.json | 2 +- apps/myaccount/CHANGELOG.md | 6 ++++++ apps/myaccount/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/famous-apricots-double.md diff --git a/.changeset/famous-apricots-double.md b/.changeset/famous-apricots-double.md deleted file mode 100644 index 85be6d4ee56..00000000000 --- a/.changeset/famous-apricots-double.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@wso2is/myaccount": patch -"@wso2is/console": patch ---- - -[Legacy Mode] Fix Console/My Account browser path issues diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 71a94ecd6f7..11703b2342b 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/console +## 2.10.34 + +### Patch Changes + +- [#5043](https://github.com/wso2/identity-apps/pull/5043) [`16d5e3da5a`](https://github.com/wso2/identity-apps/commit/16d5e3da5a8f3691bc32c4a0559e4d4536571fdd) Thanks [@brionmario](https://github.com/brionmario)! - [Legacy Mode] Fix Console/My Account browser path issues + ## 2.10.33 ### Patch Changes diff --git a/apps/console/package.json b/apps/console/package.json index 5f3bc055b23..2353569de1a 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/console", - "version": "2.10.33", + "version": "2.10.34", "description": "WSO2 Identity Server Console", "author": "WSO2", "license": "Apache-2.0", diff --git a/apps/myaccount/CHANGELOG.md b/apps/myaccount/CHANGELOG.md index 27345065475..788719974e8 100644 --- a/apps/myaccount/CHANGELOG.md +++ b/apps/myaccount/CHANGELOG.md @@ -1,5 +1,11 @@ # @wso2is/myaccount +## 2.2.67 + +### Patch Changes + +- [#5043](https://github.com/wso2/identity-apps/pull/5043) [`16d5e3da5a`](https://github.com/wso2/identity-apps/commit/16d5e3da5a8f3691bc32c4a0559e4d4536571fdd) Thanks [@brionmario](https://github.com/brionmario)! - [Legacy Mode] Fix Console/My Account browser path issues + ## 2.2.66 ### Patch Changes diff --git a/apps/myaccount/package.json b/apps/myaccount/package.json index 81c71e51112..6716141d3f9 100644 --- a/apps/myaccount/package.json +++ b/apps/myaccount/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@wso2is/myaccount", - "version": "2.2.66", + "version": "2.2.67", "description": "WSO2 Identity Server My Account", "author": "WSO2", "license": "Apache-2.0", From 69508d46232ef3f713d6f62af61f866a68a81b90 Mon Sep 17 00:00:00 2001 From: Avarjana Date: Mon, 11 Dec 2023 09:20:10 +0530 Subject: [PATCH 66/73] Fix typo in i18n. --- .../src/extensions/i18n/resources/en-US/extensions.ts | 2 +- .../src/extensions/i18n/resources/fr-FR/extensions.ts | 9 ++++----- .../src/extensions/i18n/resources/si-LK/extensions.ts | 7 +++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/apps/console/src/extensions/i18n/resources/en-US/extensions.ts b/apps/console/src/extensions/i18n/resources/en-US/extensions.ts index 04e79dba99e..ab37f114f09 100755 --- a/apps/console/src/extensions/i18n/resources/en-US/extensions.ts +++ b/apps/console/src/extensions/i18n/resources/en-US/extensions.ts @@ -3303,7 +3303,7 @@ export const extensions: Extensions = { usernameHint: "Must be an alphanumeric (a-z, A-Z, 0-9) string between {{minLength}} to " + "{{maxLength}} characters including at least one letter.", usernameSpecialCharHint: "Must be {{minLength}} to {{maxLength}} characters long, " + - "including at least one letter, and may contain a combination of the following" + + "including at least one letter, and may contain a combination of the following " + "characters: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-.", usernameLength: "The username length should be between {{minLength}} and {{maxLength}}.", usernameSymbols: "The username should consist of alphanumeric characters (a-z, A-Z, 0-9) and must include at least one letter.", diff --git a/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts b/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts index 8f97b5c86b7..598c530bb0b 100755 --- a/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts +++ b/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts @@ -3135,9 +3135,7 @@ export const extensions: Extensions = { 2: "caractères." }, usernameAlphanumeric: "Restreindre aux caractères alphanumériques (a-z, A-Z, 0-9).", - usernameSpecialCharsHint: "TDoit contenir entre {minLength}} et {{maxLength}} caractères, dont au " + - "moins une lettre, et peut contenir une combinaison des caractères " + - "suivants: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-." + usernameSpecialCharsHint: "Toute combinaison de lettres (a-z, A-Z), de chiffres (0-9) et des caractères suivants: !@#$%&'*+\\=?^_`.{|}~-." }, alternativeLoginIdentifierPage: { pageTitle: "Identifiants de connexion alternatifs", @@ -3388,8 +3386,9 @@ export const extensions: Extensions = { }, usernameHint: "Doit être une chaîne alphanumérique (a-z, A-Z, 0-9) entre {{minLength}} et {{maxLength}} caractères comprenant " + "au moins une lettre.", - usernameSpecialCharHint: "Doit contenir entre {minLength}} et {{maxLength}} caractères et ne peut contenir qu'une " + - "combinaison de lettres (a-z, A-Z), de chiffres (0-9) et des caractères suivants: !@#$%&'*+\\=?^_`.{|}~-.", + usernameSpecialCharHint: "TDoit contenir entre {minLength}} et {{maxLength}} caractères, dont au " + + "moins une lettre, et peut contenir une combinaison des caractères " + + "suivants: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-.", usernameLength: "La longueur du nom d'utilisateur doit être comprise " + "entre {{minLength}} et {{maxLength}}.", usernameSymbols: "Le nom d'utilisateur doit être composé de caractères alphanumériques (a-z, A-Z, 0-9) et doit inclure au moins une lettre.", diff --git a/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts b/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts index 20cb81e390e..0a9fbfefddf 100755 --- a/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts +++ b/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts @@ -3029,8 +3029,7 @@ export const extensions: Extensions = { 2: "අතර විය යුතුය." }, usernameAlphanumeric: "අක්ෂරාංක වලට සීමා කරන්න (a-z, A-Z, 0-9).", - usernameSpecialCharsHint: "අවම වශයෙන් එක් අකුරක් ඇතුළුව අක්ෂර {{minLength}} සිට {{maxLength}} දක්වා දිගු " + - "විය යුතු අතර, පහත දැක්වෙන අක්ෂරවල එකතුවක් අඩංගු විය හැක: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-." + usernameSpecialCharsHint: "අකුරු (a-z, A-Z), අංක (0-9) සහ පහත දැක්වෙන අක්ෂරවල ඕනෑම සංයෝජනයක්: !@#$%&'*+\\=?^_`.{|}~-." }, alternativeLoginIdentifierPage: { pageTitle: "විකල්ප පිවිසුම් හඳුනාගැනීම්", @@ -3268,8 +3267,8 @@ export const extensions: Extensions = { passwordValidation: "මුරපදය පහත සීමාවන් සපුරාලිය යුතුය." }, usernameHint: "අවම වශයෙන් එක් අකුරක් ඇතුළුව අක්ෂර {{minLength}} සිට {{maxLength}} දක්වා අක්ෂරාංක (a-z, A-Z, 0-9) තන්තුවක් විය යුතුය.", - usernameSpecialCharHint: "අක්ෂර {{minLength}} සිට {{maxLength}} දක්වා දිගු විය යුතු අතර අකුරු (a-z, A-Z), ඉලක්කම් (0-9) " + - "සහ පහත දැක්වෙන අනුලකුණු වල සංකලනයක් පමණක් අඩංගු විය හැක: !@#$%&'*+\\=?^_`.{|}~-.", + usernameSpecialCharHint: "අවම වශයෙන් එක් අකුරක් ඇතුළුව අක්ෂර {{minLength}} සිට {{maxLength}} දක්වා දිගු " + + "විය යුතු අතර, පහත දැක්වෙන අක්ෂරවල එකතුවක් අඩංගු විය හැක: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-.", usernameLength: "පරිශීලක නාමයේ දිග {{minLength}} සහ {{maxLength}} අතර විය යුතුය.", usernameSymbols: "පරිශීලක නාමය අක්ෂරාංක අක්ෂරවලින් (a-z, A-Z, 0-9) සමන්විත විය යුතු අතර අවම වශයෙන් එක් අකුරක් ඇතුළත් විය යුතුය.", usernameSpecialCharSymbols: "කරුණාකර ලබා දී ඇති මාර්ගෝපදේශවලට අනුකූල වන වලංගු පරිශීලක නාමයක් තෝරන්න." From 4faab17402c4e6f07e020d3655123788f320a627 Mon Sep 17 00:00:00 2001 From: Avarjana Date: Mon, 18 Dec 2023 14:27:32 +0530 Subject: [PATCH 67/73] Remove back tick from username allowed char list. --- .../console/src/extensions/i18n/resources/en-US/extensions.ts | 4 ++-- .../console/src/extensions/i18n/resources/fr-FR/extensions.ts | 4 ++-- .../console/src/extensions/i18n/resources/si-LK/extensions.ts | 4 ++-- .../identity/mgt/recovery/endpoint/i18n/Resources.properties | 2 +- .../mgt/recovery/endpoint/i18n/Resources_de_DE.properties | 2 +- .../mgt/recovery/endpoint/i18n/Resources_es_ES.properties | 2 +- .../mgt/recovery/endpoint/i18n/Resources_fr_FR.properties | 2 +- .../mgt/recovery/endpoint/i18n/Resources_ja_JP.properties | 2 +- .../mgt/recovery/endpoint/i18n/Resources_pt_PT.properties | 2 +- .../mgt/recovery/endpoint/i18n/Resources_zh_CN.properties | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/apps/console/src/extensions/i18n/resources/en-US/extensions.ts b/apps/console/src/extensions/i18n/resources/en-US/extensions.ts index ab37f114f09..343aee02ae9 100755 --- a/apps/console/src/extensions/i18n/resources/en-US/extensions.ts +++ b/apps/console/src/extensions/i18n/resources/en-US/extensions.ts @@ -3060,7 +3060,7 @@ export const extensions: Extensions = { 2: "characters." }, usernameAlphanumeric: "Restrict to alphanumeric (a-z, A-Z, 0-9).", - usernameSpecialCharsHint: "Any combination of letters (a-z, A-Z), numbers (0-9), and the following characters: !@#$%&'*+\\=?^_`.{|}~-." + usernameSpecialCharsHint: "Any combination of letters (a-z, A-Z), numbers (0-9), and the following characters: !@#$%&'*+\\=?^_.{|}~-." }, alternativeLoginIdentifierPage: { pageTitle: "Alternative Login Identifiers", @@ -3304,7 +3304,7 @@ export const extensions: Extensions = { "{{maxLength}} characters including at least one letter.", usernameSpecialCharHint: "Must be {{minLength}} to {{maxLength}} characters long, " + "including at least one letter, and may contain a combination of the following " + - "characters: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-.", + "characters: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_.{|}~-.", usernameLength: "The username length should be between {{minLength}} and {{maxLength}}.", usernameSymbols: "The username should consist of alphanumeric characters (a-z, A-Z, 0-9) and must include at least one letter.", usernameSpecialCharSymbols: "Please choose a valid username that adheres to the given guidelines." diff --git a/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts b/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts index 598c530bb0b..593a7d03edd 100755 --- a/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts +++ b/apps/console/src/extensions/i18n/resources/fr-FR/extensions.ts @@ -3135,7 +3135,7 @@ export const extensions: Extensions = { 2: "caractères." }, usernameAlphanumeric: "Restreindre aux caractères alphanumériques (a-z, A-Z, 0-9).", - usernameSpecialCharsHint: "Toute combinaison de lettres (a-z, A-Z), de chiffres (0-9) et des caractères suivants: !@#$%&'*+\\=?^_`.{|}~-." + usernameSpecialCharsHint: "Toute combinaison de lettres (a-z, A-Z), de chiffres (0-9) et des caractères suivants: !@#$%&'*+\\=?^_.{|}~-." }, alternativeLoginIdentifierPage: { pageTitle: "Identifiants de connexion alternatifs", @@ -3388,7 +3388,7 @@ export const extensions: Extensions = { "au moins une lettre.", usernameSpecialCharHint: "TDoit contenir entre {minLength}} et {{maxLength}} caractères, dont au " + "moins une lettre, et peut contenir une combinaison des caractères " + - "suivants: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-.", + "suivants: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_.{|}~-.", usernameLength: "La longueur du nom d'utilisateur doit être comprise " + "entre {{minLength}} et {{maxLength}}.", usernameSymbols: "Le nom d'utilisateur doit être composé de caractères alphanumériques (a-z, A-Z, 0-9) et doit inclure au moins une lettre.", diff --git a/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts b/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts index 0a9fbfefddf..c956d3caf52 100755 --- a/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts +++ b/apps/console/src/extensions/i18n/resources/si-LK/extensions.ts @@ -3029,7 +3029,7 @@ export const extensions: Extensions = { 2: "අතර විය යුතුය." }, usernameAlphanumeric: "අක්ෂරාංක වලට සීමා කරන්න (a-z, A-Z, 0-9).", - usernameSpecialCharsHint: "අකුරු (a-z, A-Z), අංක (0-9) සහ පහත දැක්වෙන අක්ෂරවල ඕනෑම සංයෝජනයක්: !@#$%&'*+\\=?^_`.{|}~-." + usernameSpecialCharsHint: "අකුරු (a-z, A-Z), අංක (0-9) සහ පහත දැක්වෙන අක්ෂරවල ඕනෑම සංයෝජනයක්: !@#$%&'*+\\=?^_.{|}~-." }, alternativeLoginIdentifierPage: { pageTitle: "විකල්ප පිවිසුම් හඳුනාගැනීම්", @@ -3268,7 +3268,7 @@ export const extensions: Extensions = { }, usernameHint: "අවම වශයෙන් එක් අකුරක් ඇතුළුව අක්ෂර {{minLength}} සිට {{maxLength}} දක්වා අක්ෂරාංක (a-z, A-Z, 0-9) තන්තුවක් විය යුතුය.", usernameSpecialCharHint: "අවම වශයෙන් එක් අකුරක් ඇතුළුව අක්ෂර {{minLength}} සිට {{maxLength}} දක්වා දිගු " + - "විය යුතු අතර, පහත දැක්වෙන අක්ෂරවල එකතුවක් අඩංගු විය හැක: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_`.{|}~-.", + "විය යුතු අතර, පහත දැක්වෙන අක්ෂරවල එකතුවක් අඩංගු විය හැක: a-z, A-Z, 0-9, !@#$%&'*+\\=?^_.{|}~-.", usernameLength: "පරිශීලක නාමයේ දිග {{minLength}} සහ {{maxLength}} අතර විය යුතුය.", usernameSymbols: "පරිශීලක නාමය අක්ෂරාංක අක්ෂරවලින් (a-z, A-Z, 0-9) සමන්විත විය යුතු අතර අවම වශයෙන් එක් අකුරක් ඇතුළත් විය යුතුය.", usernameSpecialCharSymbols: "කරුණාකර ලබා දී ඇති මාර්ගෝපදේශවලට අනුකූල වන වලංගු පරිශීලක නාමයක් තෝරන්න." diff --git a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources.properties b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources.properties index e8c54cd7b3c..966133b91b8 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources.properties +++ b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources.properties @@ -227,7 +227,7 @@ your.password.should.be.between=Your password should be between must.be.alphanumeric=Must be an alphanumeric (a-z, A-Z, 0-9) string between to=to characters.including.one.letter=characters including at least one letter. -characters.may.contain=characters long, including at least one letter, and may contain a combination of the following characters: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_`.{|}~-. +characters.may.contain=characters long, including at least one letter, and may contain a combination of the following characters: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_.{|}~-. check.your.email=Check Your Email follow.reset.password.email.instructions=An email with a password reset link and instructions has been sent to your email. didnt.receive.email.not.registered=Didn't receive an email yet? Your email address is not registered on diff --git a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_de_DE.properties b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_de_DE.properties index a4090d4f3c5..f0b03583151 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_de_DE.properties +++ b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_de_DE.properties @@ -222,7 +222,7 @@ your.password.should.be.between=Su contraseña debe estar entre must.be.alphanumeric=Muss eine alphanumerische Zeichenfolge (a-z, A-Z, 0-9) dazwischen sein to=zu characters.including.one.letter=Zeichen, darunter mindestens ein Buchstabe. -characters.may.contain=Zeichen lang, einschließlich mindestens eines Buchstabens, und kann eine Kombination der folgenden Zeichen enthalten: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_`.{|}~ -. +characters.may.contain=Zeichen lang, einschließlich mindestens eines Buchstabens, und kann eine Kombination der folgenden Zeichen enthalten: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_.{|}~ -. check.your.email=Überprüfen Sie Ihre E-Mail follow.reset.password.email.instructions=Ein Link zum Zurücksetzen des Passworts wurde an Ihre E-Mail-Adresse gesendet. didnt.receive.email.not.registered=Noch keine E-Mail erhalten? Ihre E-Mail-Adresse ist nicht registriert diff --git a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_es_ES.properties b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_es_ES.properties index 2ad74efdea8..14062e593f4 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_es_ES.properties +++ b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_es_ES.properties @@ -222,7 +222,7 @@ your.password.should.be.between=Su contraseña debe estar entre must.be.alphanumeric=Debe ser una cadena alfanumérica (a-z, A-Z, 0-9) entre to=a characters.including.one.letter=caracteres que incluyen al menos una letra. -characters.may.contain=caracteres de longitud, incluida al menos una letra, y puede contener una combinación de los siguientes caracteres: !@#$%&'*+\\\\=?^_`.{|}~-. +characters.may.contain=caracteres de longitud, incluida al menos una letra, y puede contener una combinación de los siguientes caracteres: !@#$%&'*+\\\\=?^_.{|}~-. check.your.email=Consultar su correo electrónico follow.reset.password.email.instructions=Se ha enviado un correo electrónico con un enlace e instrucciones de restablecimiento de contraseña a su correo electrónico. didnt.receive.email.not.registered=¿No recibió un correo electrónico todavía? Su dirección de correo electrónico no está registrada en diff --git a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_fr_FR.properties b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_fr_FR.properties index c7ed24d74f5..bed0e1ce2e3 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_fr_FR.properties +++ b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_fr_FR.properties @@ -223,7 +223,7 @@ your.password.should.be.between=Votre mot de passe doit être entre must.be.alphanumeric=Doit être une chaîne alphanumérique (a-z, A-Z, 0-9) entre to=pour characters.including.one.letter=caractères comprenant au moins une lettre. -characters.may.contain=caractères, dont au moins une lettre, et peut contenir une combinaison des caractères suivants: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_`.{|}~-. +characters.may.contain=caractères, dont au moins une lettre, et peut contenir une combinaison des caractères suivants: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_.{|}~-. check.your.email=Vérifiez votre e-mail follow.reset.password.email.instructions=Un e-mail avec un lien de réinitialisation de mot de passe et des instructions a été envoyé à votre e-mail. didnt.receive.email.not.registered=Vous n'avez pas encore reçu d'e-mail?Votre adresse e-mail n'est pas enregistrée sur diff --git a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_ja_JP.properties b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_ja_JP.properties index 414b1fedefe..dc003f5726d 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_ja_JP.properties +++ b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_ja_JP.properties @@ -218,7 +218,7 @@ your.password.should.be.between=パスワードは次の範囲内である必要 must.be.alphanumeric=間の英数字(a-z、a-z、0-9)の文字列でなければなりません to=に characters.including.one.letter=少なくとも1つの文字を含む文字。 -characters.may.contain=少なくとも 1 つの文字を含む文字長で、a ~ z、A ~ Z、0 ~ 9、!@#$%&'*+\\\\=?^_`.{|}~ の文字の組み合わせを含めることができます。 -。 +characters.may.contain=少なくとも 1 つの文字を含む文字長で、a ~ z、A ~ Z、0 ~ 9、!@#$%&'*+\\\\=?^_.{|}~ の文字の組み合わせを含めることができます。 -。 check.your.email=メールのチェック follow.reset.password.email.instructions=パスワードリセットのリンクと手順が記載されたメールがお客様のメールアドレスに送信されました。 didnt.receive.email.not.registered=まだメールが届いていませんか?あなたのメールアドレスはに登録されていません diff --git a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_pt_PT.properties b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_pt_PT.properties index 0cbae498922..2443a8e9146 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_pt_PT.properties +++ b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_pt_PT.properties @@ -222,7 +222,7 @@ your.password.should.be.between=Sua senha deve estar entre must.be.alphanumeric=Deve ser uma string alfanumérica (a-z, A-Z, 0-9) entre to=para characters.including.one.letter=caracteres incluindo pelo menos uma letra. -characters.may.contain=caracteres de comprimento, incluindo pelo menos uma letra, e pode conter uma combinação dos seguintes caracteres: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_`.{|}~ -. +characters.may.contain=caracteres de comprimento, incluindo pelo menos uma letra, e pode conter uma combinação dos seguintes caracteres: a-z, A-Z, 0-9, !@#$%&'*+\\\\=?^_.{|}~ -. check.your.email=Verifique seu e-mail follow.reset.password.email.instructions=Um email com um link de redefinição de senha e instruções foi enviado para o seu email. didnt.receive.email.not.registered=Ainda não recebeu um e-mail? Seu endereço de e-mail não está registrado em diff --git a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_zh_CN.properties b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_zh_CN.properties index 9ed39804a42..77c01b1891d 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_zh_CN.properties +++ b/identity-apps-core/apps/recovery-portal/src/main/resources/org/wso2/carbon/identity/mgt/recovery/endpoint/i18n/Resources_zh_CN.properties @@ -218,7 +218,7 @@ your.password.should.be.between=您的密码应该在 must.be.alphanumeric=必须是字母数字(A-Z,A-Z,0-9)的字符串 to=到 characters.including.one.letter=字符至少一个字母。 -characters.may.contain=个字符长,至少包含一个字母,并且可以包含以下字符的组合:a-z、A-Z、0-9、!@#$%&'*+\\\\=?^_`.{|}~ -. +characters.may.contain=个字符长,至少包含一个字母,并且可以包含以下字符的组合:a-z、A-Z、0-9、!@#$%&'*+\\\\=?^_.{|}~ -. check.your.email=查看你的邮件 follow.reset.password.email.instructions=带有密码重置链接的电子邮件已发送到您的电子邮件中。 didnt.receive.email.not.registered=还没有收到电子邮件吗?您的电子邮件地址未注册 From 21a47f85f6b17ea8bc38b90172ab3789b263c35a Mon Sep 17 00:00:00 2001 From: Avarjana Date: Mon, 18 Dec 2023 14:35:05 +0530 Subject: [PATCH 68/73] Add changeset. --- .changeset/old-rings-attack.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/old-rings-attack.md diff --git a/.changeset/old-rings-attack.md b/.changeset/old-rings-attack.md new file mode 100644 index 00000000000..be82135c4c3 --- /dev/null +++ b/.changeset/old-rings-attack.md @@ -0,0 +1,8 @@ +--- +"@wso2is/console": patch +"@wso2is/myaccount": patch +"@wso2is/identity-apps-core": patch +"@wso2is/i18n": patch +--- + +Fix typo and exclude back tick from username. From b457d6fc7c9d70ca9c3cfeb2d0eb27b08b4e6a96 Mon Sep 17 00:00:00 2001 From: Avarjana Date: Mon, 18 Dec 2023 14:37:08 +0530 Subject: [PATCH 69/73] Update FE regex for username. --- .../webapp/self-registration-username-request.jsp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-username-request.jsp b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-username-request.jsp index 76440238b80..cecc79070b5 100644 --- a/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-username-request.jsp +++ b/identity-apps-core/apps/recovery-portal/src/main/webapp/self-registration-username-request.jsp @@ -512,8 +512,8 @@ - <% - if (federatedAuthenticators.length() > 0) { + <% + if (federatedAuthenticators.length() > 0) { Boolean isSSOLoginTheOnlyAuthenticatorConfigured = false; if (federatedAuthenticators.length() == 1) { @@ -521,16 +521,16 @@ String authenticatorType = (String) onlyAvailableFederatedAuthenticator.get("type"); isSSOLoginTheOnlyAuthenticatorConfigured = authenticatorType.equals(SSO_AUTHENTICATOR); } - + if (!isSSOLoginTheOnlyAuthenticatorConfigured) { %>
<%=IdentityManagementEndpointUtil.i18n(recoveryResourceBundle, "or")%>
<% } - } + } %> - + @@ -1303,7 +1303,7 @@