From eaa4d57224ef03a3079b67f94f5b997d32d1417f Mon Sep 17 00:00:00 2001 From: andrej romanov <50377758+auumgn@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:43:16 +0200 Subject: [PATCH 1/5] fix summary overflow (#2398) --- .../component/trusted-summary/trusted-summary.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss b/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss index c2220e801..5c2863a67 100644 --- a/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss +++ b/src/app/cdk/trusted-summary/component/trusted-summary/trusted-summary.component.scss @@ -2,7 +2,6 @@ width: 100%; display: flex; justify-content: center; - height: 100vh; } main.stand-alone-mode { From 4269708f18f6bb6a165e5e09797d0197e103ca92 Mon Sep 17 00:00:00 2001 From: github actions Date: Fri, 15 Nov 2024 14:06:27 +0000 Subject: [PATCH 2/5] v2.107.12 changelog update --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb52035a2..389967293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.107.12 - 2024-11-15 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.11...v2.107.12) + ## v2.107.11 - 2024-11-13 [Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.107.10...v2.107.11) From 00fe32b1aec209b003eecdec553f50ff3b24f326 Mon Sep 17 00:00:00 2001 From: andrej romanov <50377758+auumgn@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:02:42 +0200 Subject: [PATCH 3/5] add api t&c panel to dev tools (#2397) --- .../developer-tools.component.html | 112 ++++++++++-------- .../developer-tools.component.scss | 14 +++ 2 files changed, 76 insertions(+), 50 deletions(-) diff --git a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html index ace05d21e..03406c9f3 100644 --- a/src/app/developer-tools/pages/developer-tools/developer-tools.component.html +++ b/src/app/developer-tools/pages/developer-tools/developer-tools.component.html @@ -204,56 +204,47 @@

your integration users will experience an error.

-
-
- info -
-
- Please note -
    -
  • - - Only - HTTPS URIs - - are accepted in production - -
  • -
  • - Domains registered - MUST - exactly match the domains used, including - subdomains -
  • -
  • - Register all redirect URIs fully where possible. - This is the most secure option and what we recommend. For - more information about redirect URIs, please see - our - - redirect URI FAQ -
  • -
-
-
+ + Please note +
    +
  • + Only + HTTPS URIs + + are accepted in production + +
  • +
  • + Domains registered + MUST + exactly match the domains used, including + subdomains +
  • +
  • + Register all redirect URIs fully where possible. + This is the most secure option and what we recommend. For + more information about redirect URIs, please see + our + + redirect URI FAQ +
  • +
+
@@ -453,6 +444,27 @@

Redirect URIs must be unique

+ The ORCID Public API is free for non-commercial use by + individuals as stated in the + Public APIs Terms of Service. + By “non-commercial” we mean that you may not charge any re-use + fees for the Public API, and you may not make use of the Public + API in connection with any revenue-generating product or + service.