Skip to content

Commit

Permalink
Deploying to gh-pages from @ 40f283a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
bischofmax committed Jun 13, 2024
1 parent 9ad2334 commit 7a3b606
Show file tree
Hide file tree
Showing 145 changed files with 4,410 additions and 4,410 deletions.
4 changes: 2 additions & 2 deletions injectables/CollaborativeTextEditorService.html
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ <h3 id="methods">
params: GetCollaborativeTextEditorForParentParams
): Promise&lt;CollaborativeTextEditor&gt; {
const sessionExpiryDate &#x3D; this.buildSessionExpiryDate();
const durationThreshold &#x3D; Number(this.configService.get(&#x27;ETHERPAD_COOKIE_RELEASE_THRESHOLD&#x27;));
const durationThreshold &#x3D; Number(this.configService.get(&#x27;ETHERPAD__COOKIE_RELEASE_THRESHOLD&#x27;));
const { parentId } &#x3D; params;

const groupId &#x3D; await this.collaborativeTextEditorAdapter.getOrCreateGroupId(parentId);
Expand Down Expand Up @@ -654,7 +654,7 @@ <h3 id="methods">
}

private buildSessionExpiryDate(): Date {
const cookieExpiresMilliseconds &#x3D; Number(this.configService.get(&#x27;ETHERPAD_COOKIE_EXPIRES_SECONDS&#x27;)) * 1000;
const cookieExpiresMilliseconds &#x3D; Number(this.configService.get(&#x27;ETHERPAD__COOKIE_EXPIRES_SECONDS&#x27;)) * 1000;
const sessionCookieExpiryDate &#x3D; new Date(Date.now() + cookieExpiresMilliseconds);

return sessionCookieExpiryDate;
Expand Down
44 changes: 22 additions & 22 deletions interfaces/CollaborativeTextEditorConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,21 @@ <h6><b>Properties</b></h6>
<td class="col-md-4">
<ul class="index-list">
<li>
<a href="#ETHERPAD__PAD_URI"
<a href="#ETHERPAD__COOKIE_EXPIRES_SECONDS"
>
ETHERPAD__PAD_URI
ETHERPAD__COOKIE_EXPIRES_SECONDS
</a>
</li>
<li>
<a href="#ETHERPAD_COOKIE_EXPIRES_SECONDS"
<a href="#ETHERPAD__COOKIE_RELEASE_THRESHOLD"
>
ETHERPAD_COOKIE_EXPIRES_SECONDS
ETHERPAD__COOKIE_RELEASE_THRESHOLD
</a>
</li>
<li>
<a href="#ETHERPAD_COOKIE_RELEASE_THRESHOLD"
<a href="#ETHERPAD__PAD_URI"
>
ETHERPAD_COOKIE_RELEASE_THRESHOLD
ETHERPAD__PAD_URI
</a>
</li>
</ul>
Expand All @@ -173,25 +173,25 @@ <h3 id="inputs">Properties</h3>
<tbody>
<tr>
<td class="col-md-4">
<a name="ETHERPAD__PAD_URI"></a>
<span class="name "><b>ETHERPAD__PAD_URI</b>
<a href="#ETHERPAD__PAD_URI">
<a name="ETHERPAD__COOKIE_EXPIRES_SECONDS"></a>
<span class="name "><b>ETHERPAD__COOKIE_EXPIRES_SECONDS</b>
<a href="#ETHERPAD__COOKIE_EXPIRES_SECONDS">
<span class="icon ion-ios-link"></span>
</a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>ETHERPAD__PAD_URI: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
<code>ETHERPAD__COOKIE_EXPIRES_SECONDS: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
</code>
</td>
</tr>


<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>

</td>
</tr>
Expand All @@ -206,17 +206,17 @@ <h3 id="inputs">Properties</h3>
<tbody>
<tr>
<td class="col-md-4">
<a name="ETHERPAD_COOKIE_EXPIRES_SECONDS"></a>
<span class="name "><b>ETHERPAD_COOKIE_EXPIRES_SECONDS</b>
<a href="#ETHERPAD_COOKIE_EXPIRES_SECONDS">
<a name="ETHERPAD__COOKIE_RELEASE_THRESHOLD"></a>
<span class="name "><b>ETHERPAD__COOKIE_RELEASE_THRESHOLD</b>
<a href="#ETHERPAD__COOKIE_RELEASE_THRESHOLD">
<span class="icon ion-ios-link"></span>
</a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>ETHERPAD_COOKIE_EXPIRES_SECONDS: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
<code>ETHERPAD__COOKIE_RELEASE_THRESHOLD: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
</code>
</td>
</tr>
Expand All @@ -239,25 +239,25 @@ <h3 id="inputs">Properties</h3>
<tbody>
<tr>
<td class="col-md-4">
<a name="ETHERPAD_COOKIE_RELEASE_THRESHOLD"></a>
<span class="name "><b>ETHERPAD_COOKIE_RELEASE_THRESHOLD</b>
<a href="#ETHERPAD_COOKIE_RELEASE_THRESHOLD">
<a name="ETHERPAD__PAD_URI"></a>
<span class="name "><b>ETHERPAD__PAD_URI</b>
<a href="#ETHERPAD__PAD_URI">
<span class="icon ion-ios-link"></span>
</a>
</span>
</td>
</tr>
<tr>
<td class="col-md-4">
<code>ETHERPAD_COOKIE_RELEASE_THRESHOLD: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
<code>ETHERPAD__PAD_URI: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
</code>
</td>
</tr>


<tr>
<td class="col-md-4">
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>

</td>
</tr>
Expand All @@ -274,8 +274,8 @@ <h3 id="inputs">Properties</h3>

<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">export interface CollaborativeTextEditorConfig {
ETHERPAD_COOKIE_EXPIRES_SECONDS: number;
ETHERPAD_COOKIE_RELEASE_THRESHOLD: number;
ETHERPAD__COOKIE_EXPIRES_SECONDS: number;
ETHERPAD__COOKIE_RELEASE_THRESHOLD: number;
ETHERPAD__PAD_URI: string;
}
</code></pre>
Expand Down
4 changes: 2 additions & 2 deletions interfaces/ServerConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -2529,8 +2529,8 @@ <h3 id="inputs">Properties</h3>
FEATURE_NEXBOARD_COPY_ENABLED: Configuration.get(&#x27;FEATURE_NEXBOARD_COPY_ENABLED&#x27;) as boolean,
FEATURE_ETHERPAD_ENABLED: Configuration.get(&#x27;FEATURE_ETHERPAD_ENABLED&#x27;) as boolean,
ETHERPAD__PAD_URI: Configuration.get(&#x27;ETHERPAD__PAD_URI&#x27;) as string,
ETHERPAD_COOKIE_EXPIRES_SECONDS: Configuration.get(&#x27;ETHERPAD_COOKIE_EXPIRES_SECONDS&#x27;) as number,
ETHERPAD_COOKIE_RELEASE_THRESHOLD: Configuration.get(&#x27;ETHERPAD_COOKIE_RELEASE_THRESHOLD&#x27;) as number,
ETHERPAD__COOKIE_EXPIRES_SECONDS: Configuration.get(&#x27;ETHERPAD__COOKIE_EXPIRES_SECONDS&#x27;) as number,
ETHERPAD__COOKIE_RELEASE_THRESHOLD: Configuration.get(&#x27;ETHERPAD__COOKIE_RELEASE_THRESHOLD&#x27;) as number,
I18N__AVAILABLE_LANGUAGES: (Configuration.get(&#x27;I18N__AVAILABLE_LANGUAGES&#x27;) as string).split(&#x27;,&#x27;) as LanguageType[],
I18N__DEFAULT_LANGUAGE: Configuration.get(&#x27;I18N__DEFAULT_LANGUAGE&#x27;) as unknown as LanguageType,
I18N__FALLBACK_LANGUAGE: Configuration.get(&#x27;I18N__FALLBACK_LANGUAGE&#x27;) as unknown as LanguageType,
Expand Down
4 changes: 2 additions & 2 deletions js/search/search_index.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions miscellaneous/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -5942,8 +5942,8 @@ <h3></h3> <table class="table table-sm table-bordered">
FEATURE_NEXBOARD_COPY_ENABLED: Configuration.get(&#x27;FEATURE_NEXBOARD_COPY_ENABLED&#x27;) as boolean,
FEATURE_ETHERPAD_ENABLED: Configuration.get(&#x27;FEATURE_ETHERPAD_ENABLED&#x27;) as boolean,
ETHERPAD__PAD_URI: Configuration.get(&#x27;ETHERPAD__PAD_URI&#x27;) as string,
ETHERPAD_COOKIE_EXPIRES_SECONDS: Configuration.get(&#x27;ETHERPAD_COOKIE_EXPIRES_SECONDS&#x27;) as number,
ETHERPAD_COOKIE_RELEASE_THRESHOLD: Configuration.get(&#x27;ETHERPAD_COOKIE_RELEASE_THRESHOLD&#x27;) as number,
ETHERPAD__COOKIE_EXPIRES_SECONDS: Configuration.get(&#x27;ETHERPAD__COOKIE_EXPIRES_SECONDS&#x27;) as number,
ETHERPAD__COOKIE_RELEASE_THRESHOLD: Configuration.get(&#x27;ETHERPAD__COOKIE_RELEASE_THRESHOLD&#x27;) as number,
I18N__AVAILABLE_LANGUAGES: (Configuration.get(&#x27;I18N__AVAILABLE_LANGUAGES&#x27;) as string).split(&#x27;,&#x27;) as LanguageType[],
I18N__DEFAULT_LANGUAGE: Configuration.get(&#x27;I18N__DEFAULT_LANGUAGE&#x27;) as unknown as LanguageType,
I18N__FALLBACK_LANGUAGE: Configuration.get(&#x27;I18N__FALLBACK_LANGUAGE&#x27;) as unknown as LanguageType,
Expand Down Expand Up @@ -11502,8 +11502,8 @@ <h3></h3> <table class="table table-sm table-bordered">
<tr>
<td class="col-md-4">
<i>Default value : </i><code>{
apiKey: Configuration.has(&#x27;ETHERPAD_API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD_API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD_URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD_URI&#x27;) as string) : undefined,
apiKey: Configuration.has(&#x27;ETHERPAD__API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD__API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD__URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD__URI&#x27;) as string) : undefined,
}</code>
</td>
</tr>
Expand Down Expand Up @@ -20850,8 +20850,8 @@ <h3></h3> <table class="table table-sm table-bordered">
LegacySchoolAdminApiModule,
UserAdminApiModule,
EtherpadClientModule.register({
apiKey: Configuration.has(&#x27;ETHERPAD_API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD_API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD_URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD_URI&#x27;) as string) : undefined,
apiKey: Configuration.has(&#x27;ETHERPAD__API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD__API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD__URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD__URI&#x27;) as string) : undefined,
}),
]</code>
</td>
Expand Down
20 changes: 10 additions & 10 deletions modules/AdminApiServerModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,21 +262,21 @@ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank


<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { MikroOrmModule } from &#x27;@mikro-orm/nestjs&#x27;;
import { DynamicModule, Module } from &#x27;@nestjs/common&#x27;;
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Configuration } from &#x27;@hpi-schul-cloud/commons&#x27;;
import { MikroOrmModule } from &#x27;@mikro-orm/nestjs&#x27;;
import { DeletionApiModule } from &#x27;@modules/deletion/deletion-api.module&#x27;;
import { FileEntity } from &#x27;@modules/files/entity&#x27;;
import { LegacySchoolAdminApiModule } from &#x27;@modules/legacy-school/legacy-school-admin.api-module&#x27;;
import { UserAdminApiModule } from &#x27;@modules/user/user-admin-api.module&#x27;;
import { DynamicModule, Module } from &#x27;@nestjs/common&#x27;;
import { ConfigModule } from &#x27;@nestjs/config&#x27;;
import { CqrsModule } from &#x27;@nestjs/cqrs&#x27;;
import { ALL_ENTITIES } from &#x27;@shared/domain/entity&#x27;;
import { DB_PASSWORD, DB_URL, DB_USERNAME, createConfigModuleOptions } from &#x27;@src/config&#x27;;
import { LoggerModule } from &#x27;@src/core/logger&#x27;;
import { MongoDatabaseModuleOptions, MongoMemoryDatabaseModule } from &#x27;@src/infra/database&#x27;;
import { RabbitMQWrapperModule, RabbitMQWrapperTestModule } from &#x27;@src/infra/rabbitmq&#x27;;
import { CqrsModule } from &#x27;@nestjs/cqrs&#x27;;
import { DeletionApiModule } from &#x27;@modules/deletion/deletion-api.module&#x27;;
import { LegacySchoolAdminApiModule } from &#x27;@modules/legacy-school/legacy-school-admin.api-module&#x27;;
import { UserAdminApiModule } from &#x27;@modules/user/user-admin-api.module&#x27;;
import { EtherpadClientModule } from &#x27;@src/infra/etherpad-client&#x27;;
import { Configuration } from &#x27;@hpi-schul-cloud/commons&#x27;;
import { RabbitMQWrapperModule, RabbitMQWrapperTestModule } from &#x27;@src/infra/rabbitmq&#x27;;
import { serverConfig } from &#x27;./server.config&#x27;;
import { defaultMikroOrmOptions } from &#x27;./server.module&#x27;;

Expand All @@ -286,8 +286,8 @@ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank
LegacySchoolAdminApiModule,
UserAdminApiModule,
EtherpadClientModule.register({
apiKey: Configuration.has(&#x27;ETHERPAD_API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD_API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD_URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD_URI&#x27;) as string) : undefined,
apiKey: Configuration.has(&#x27;ETHERPAD__API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD__API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD__URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD__URI&#x27;) as string) : undefined,
}),
];

Expand Down
20 changes: 10 additions & 10 deletions modules/AdminApiServerTestModule.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,21 +351,21 @@ <h3 id="methods">


<div class="tab-pane fade tab-source-code" id="source">
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { MikroOrmModule } from &#x27;@mikro-orm/nestjs&#x27;;
import { DynamicModule, Module } from &#x27;@nestjs/common&#x27;;
<pre class="line-numbers compodoc-sourcecode"><code class="language-typescript">import { Configuration } from &#x27;@hpi-schul-cloud/commons&#x27;;
import { MikroOrmModule } from &#x27;@mikro-orm/nestjs&#x27;;
import { DeletionApiModule } from &#x27;@modules/deletion/deletion-api.module&#x27;;
import { FileEntity } from &#x27;@modules/files/entity&#x27;;
import { LegacySchoolAdminApiModule } from &#x27;@modules/legacy-school/legacy-school-admin.api-module&#x27;;
import { UserAdminApiModule } from &#x27;@modules/user/user-admin-api.module&#x27;;
import { DynamicModule, Module } from &#x27;@nestjs/common&#x27;;
import { ConfigModule } from &#x27;@nestjs/config&#x27;;
import { CqrsModule } from &#x27;@nestjs/cqrs&#x27;;
import { ALL_ENTITIES } from &#x27;@shared/domain/entity&#x27;;
import { DB_PASSWORD, DB_URL, DB_USERNAME, createConfigModuleOptions } from &#x27;@src/config&#x27;;
import { LoggerModule } from &#x27;@src/core/logger&#x27;;
import { MongoDatabaseModuleOptions, MongoMemoryDatabaseModule } from &#x27;@src/infra/database&#x27;;
import { RabbitMQWrapperModule, RabbitMQWrapperTestModule } from &#x27;@src/infra/rabbitmq&#x27;;
import { CqrsModule } from &#x27;@nestjs/cqrs&#x27;;
import { DeletionApiModule } from &#x27;@modules/deletion/deletion-api.module&#x27;;
import { LegacySchoolAdminApiModule } from &#x27;@modules/legacy-school/legacy-school-admin.api-module&#x27;;
import { UserAdminApiModule } from &#x27;@modules/user/user-admin-api.module&#x27;;
import { EtherpadClientModule } from &#x27;@src/infra/etherpad-client&#x27;;
import { Configuration } from &#x27;@hpi-schul-cloud/commons&#x27;;
import { RabbitMQWrapperModule, RabbitMQWrapperTestModule } from &#x27;@src/infra/rabbitmq&#x27;;
import { serverConfig } from &#x27;./server.config&#x27;;
import { defaultMikroOrmOptions } from &#x27;./server.module&#x27;;

Expand All @@ -375,8 +375,8 @@ <h3 id="methods">
LegacySchoolAdminApiModule,
UserAdminApiModule,
EtherpadClientModule.register({
apiKey: Configuration.has(&#x27;ETHERPAD_API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD_API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD_URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD_URI&#x27;) as string) : undefined,
apiKey: Configuration.has(&#x27;ETHERPAD__API_KEY&#x27;) ? (Configuration.get(&#x27;ETHERPAD__API_KEY&#x27;) as string) : undefined,
basePath: Configuration.has(&#x27;ETHERPAD__URI&#x27;) ? (Configuration.get(&#x27;ETHERPAD__URI&#x27;) as string) : undefined,
}),
];

Expand Down
Loading

0 comments on commit 7a3b606

Please sign in to comment.