Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed May 22, 2024
1 parent ba2a5ad commit a51c7a8
Show file tree
Hide file tree
Showing 159 changed files with 1,291 additions and 688 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css.map

Large diffs are not rendered by default.

18 changes: 12 additions & 6 deletions assets/js/lunr/lunr-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ var store = [{
"teaser": null
},{
"title": "Create outgoing Request",
"excerpt":"This use case is intended to create an actionable LocalRequest based on a given Request for a given peer. One can (and should) check if the outgoing Request can be created before creating the LocalRequest with this use-case. The created LocalRequest needs to be manually submitted to the peer, e.g....","categories": [],
"excerpt":"This use case is intended to create an actionable LocalRequest based on a given Request for a given peer. One can (and should) check if the outgoing Request can be created before creating the LocalRequest with this use case. The created LocalRequest needs to be manually submitted to the peer,...","categories": [],
"tags": [],
"url": "/use-case-consumption-create-outgoing-request",
"teaser": null
Expand Down Expand Up @@ -508,6 +508,12 @@ var store = [{
"tags": [],
"url": "/use-case-consumption-get-outgoing-request",
"teaser": null
},{
"title": "Get RepositoryAttributes",
"excerpt":"This use case is intended to return all RepositoryAttributes, i.e. LocalAttributes with an IdentityAttribute as content you are the owner of and whose shareInfo is undefined. In case of Attribute succession, by default only the latest version will be returned. The LocalAttributes can be specified using a complex query. Parameters...","categories": [],
"tags": [],
"url": "/use-case-consumption-get-repositoryattributes",
"teaser": null
},{
"title": "Get shared versions of a RepositoryAttribute",
"excerpt":"This use case allows you to retrieve a list of own shared IdentityAttributes for a specified RepositoryAttribute. Parameters The attributeId belonging to a RepositoryAttribute you would like to know all shared versions of Optionally the returned LocalAttributes can be limited to those shared with specific peers. onlyLatestVersions omits succeeded versions;...","categories": [],
Expand Down Expand Up @@ -570,7 +576,7 @@ var store = [{
"teaser": null
},{
"title": "Succeed a RepositoryAttribute",
"excerpt":"If the value of a RepositoryAttribute changes, this can be replicated in enmeshed with this use-case. It allows you to update the content and keeps a coherent history of all versions by establishing a doubly linked list, using the LocalAttribute’s parameters succeeds and succeededBy. Hence, every LocalAttribute may have exactly...","categories": [],
"excerpt":"If the value of a RepositoryAttribute changes, this can be replicated in enmeshed with this use case. It allows you to update the content and keeps a coherent history of all versions by establishing a doubly linked list, using the LocalAttribute’s parameters succeeds and succeededBy. Hence, every LocalAttribute may have...","categories": [],
"tags": [],
"url": "/use-case-consumption-succeed-a-repositoryattribute",
"teaser": null
Expand Down Expand Up @@ -786,7 +792,7 @@ var store = [{
"teaser": null
},{
"title": "Get File Metadata of Attachment",
"excerpt":" This use case retrieves the metadata of a File that was sent by a Message as an attachment. Internally uses the get or load file use-case. ","categories": [],
"excerpt":" This use case retrieves the metadata of a File that was sent by a Message as an attachment. Internally uses the get or load file use case. ","categories": [],
"tags": [],
"url": "/use-case-transport-get-file-metadata-of-attachment",
"teaser": null
Expand Down Expand Up @@ -828,7 +834,7 @@ var store = [{
"teaser": null
},{
"title": "Get synchronization status with Backbone",
"excerpt":"This use case returns metadata about the synchronization status of the current Identity or Device with the Backbone. So far, it returns the timestamp of the last successful synchronization run which is triggered by the Synchronize updates of Backbone use-case. On Success Returns the metadata of the last sync run....","categories": [],
"excerpt":"This use case returns metadata about the synchronization status of the current Identity or Device with the Backbone. So far, it returns the timestamp of the last successful synchronization run which is triggered by the Synchronize updates of Backbone use case. On Success Returns the metadata of the last sync...","categories": [],
"tags": [],
"url": "/use-case-transport-get-synchronization-status-with-backbone",
"teaser": null
Expand All @@ -846,7 +852,7 @@ var store = [{
"teaser": null
},{
"title": "Load RelationshipTemplate created by others",
"excerpt":"This use case loads a peer’s RelatonshipTemplate from the Backbone by a given reference to the RelationshipTemplate. Parameters There are three different options to use this use-case, depending on the actual information received by the peer: by knowing an id and the secretKey of the peer’s RelationshipTemplate (RelationshipTemplateReference) id of...","categories": [],
"excerpt":"This use case loads a peer’s RelatonshipTemplate from the Backbone by a given reference to the RelationshipTemplate. Parameters There are three different options to use this use case, depending on the actual information received by the peer: by knowing an id and the secretKey of the peer’s RelationshipTemplate (RelationshipTemplateReference) id...","categories": [],
"tags": [],
"url": "/use-case-transport-load-relationshiptemplate-created-by-others",
"teaser": null
Expand Down Expand Up @@ -906,7 +912,7 @@ var store = [{
"teaser": null
},{
"title": "Synchronize updates of Backbone",
"excerpt":"Be advised that calling this use case to sync the Identity/Device on a regular basis is discouraged, as it could lead to wrong return values if multiple endpoints trigger this use-case. Please configure the SyncModule and use eventing instead. This use case retrieves all relevant data changes between the current...","categories": [],
"excerpt":"Be advised that calling this use case to sync the Identity/Device on a regular basis is discouraged, as it could lead to wrong return values if multiple endpoints trigger this use case. Please configure the SyncModule and use eventing instead. This use case retrieves all relevant data changes between the...","categories": [],
"tags": [],
"url": "/use-case-transport-synchronize-updates-of-backbone",
"teaser": null
Expand Down
6 changes: 3 additions & 3 deletions explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Explore enmeshed">
<meta itemprop="description" content="Welcome to the “Explore enmeshed” section of our website, your gateway to understanding the intricate world of enmeshed. Here, we embark on a journey through the various facets of enmeshed, from its fundamental workings to advanced technical insights.">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -345,7 +345,7 @@ <h2 id="expert-corner">Expert Corner</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/addresses.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Enmeshed Addresses">
<meta itemprop="description" content="The Address is the primary identifier for an enmeshed Identity. It is public and created out of the Identity’s Signature Public Key. Thus, the Identity’s root signature key and its corresponding Address are interlinked with each other and cannot be changed. Nobody is able to change the public key for a corresponding Address and everybody has the possibility to check, if a given public key matches a given Address without having to trust someone. Both are important security features.">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -416,7 +416,7 @@ <h2 id="examples">Examples</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Enmeshed App">
<meta itemprop="description" content="App Building Blocks">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -351,7 +351,7 @@ <h2 id="app-runtime">App Runtime</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/backbone.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Enmeshed Backbone">
<meta itemprop="description" content="Backbone Building Blocks">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -417,7 +417,7 @@ <h2 id="backbone-services-and-libraries-designtime">Backbone Services and Librar



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/blockchain.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Why we do not use a blockchain">
<meta itemprop="description" content="The new world of identities">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -376,7 +376,7 @@ <h2 id="is-there-really-a-decentral-platform">Is there really a decentral platfo



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/connector.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Enmeshed Connector">
<meta itemprop="description" content="Connector Building Blocks">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -380,7 +380,7 @@ <h2 id="so-how-does-my-organization-get-started">So how does my organization get



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/cryptography.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Cryptography">
<meta itemprop="description" content="Backbone Layer Encryption">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -424,7 +424,7 @@ <h2 id="relationship-keys">Relationship Keys</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/example-scenarios.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Example Scenarios">
<meta itemprop="description" content="Enmeshed supports many possible business scenarios within various lines of businesses or industries. But not only enterprises, companies or organizations benefit of these approaches. Also leisure activities with clubs or communities can make use of enmeshed.">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -385,7 +385,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Frequently Asked Questions">
<meta itemprop="description" content="Can you read my data?">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -348,7 +348,7 @@ <h1 id="why-do-you-need-the-backbone">Why do you need the Backbone?</h1>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Features">
<meta itemprop="description" content="Features included with enmeshed:">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -353,7 +353,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions explore/how_does_enmeshed_work.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-05-17T07:37:22+02:00">
<meta property="article:published_time" content="2024-05-22T09:52:57+02:00">



Expand Down Expand Up @@ -295,7 +295,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="How does enmeshed work?">
<meta itemprop="description" content="Enmeshed introduces an overarching solution, securely connecting users and organizations without the use of decentralized technologies like blockchains. However, it makes use of the decentralized mindset, like decentralized identities.">
<meta itemprop="datePublished" content="2024-05-17T07:37:22+02:00">
<meta itemprop="datePublished" content="2024-05-22T09:52:57+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -384,7 +384,7 @@ <h2 id="enmeshed-connector">Enmeshed Connector</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-17T07:37:22+02:00">May 17, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-05-22T09:52:57+02:00">May 22, 2024</time></p>

</footer>

Expand Down
Loading

0 comments on commit a51c7a8

Please sign in to comment.