2020-05-13 14:41:43 +02:00
|
|
|
<div class="wrapper">
|
|
|
|
<div class="header">
|
2020-07-09 10:54:55 +02:00
|
|
|
<img alt="zitadel logo" *ngIf="dark; else lighttheme"
|
|
|
|
src="../assets/images/zitadel-logo-oneline-darkdesign.svg" />
|
2020-05-13 14:41:43 +02:00
|
|
|
<ng-template #lighttheme>
|
2020-07-09 10:54:55 +02:00
|
|
|
<img alt="zitadel logo" src="../assets/images/zitadel-logo-oneline-lightdesign.svg" />
|
2020-05-13 14:41:43 +02:00
|
|
|
</ng-template>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
2020-06-25 12:52:57 +02:00
|
|
|
<ng-template appHasRole [appHasRole]="['iam.write']">
|
2020-07-01 17:48:34 +02:00
|
|
|
<div class="item card">
|
2020-06-25 12:52:57 +02:00
|
|
|
<div class="top">
|
|
|
|
<h2>
|
|
|
|
<i class="icon las la-gem"></i>
|
|
|
|
{{'HOME.IAM'| translate}}</h2>
|
|
|
|
<p>{{'HOME.IAM_DESC'| translate}}</p>
|
|
|
|
</div>
|
|
|
|
<span class="fill-space"></span>
|
|
|
|
<div class="footer">
|
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
|
|
|
<a color="primary" mat-button [routerLink]="['/iam']">{{'HOME.IAM_BUTTON' | translate}}</a>
|
2020-06-25 12:52:57 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ng-template>
|
|
|
|
|
2020-07-01 17:48:34 +02:00
|
|
|
<div class="item card">
|
2020-05-13 14:41:43 +02:00
|
|
|
<div class="top">
|
2020-06-25 12:52:57 +02:00
|
|
|
<h2> <i class="icon las la-user-circle"></i>
|
|
|
|
{{'HOME.SECURITYANDPRIVACY'| translate}}</h2>
|
2020-05-13 14:41:43 +02:00
|
|
|
<p>{{'HOME.SECURITYANDPRIVACY_DESC'| translate}}</p>
|
|
|
|
</div>
|
|
|
|
<span class="fill-space"></span>
|
|
|
|
<div class="footer">
|
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
|
|
|
<a color="primary" mat-button
|
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
|
|
|
[routerLink]="['/users/me']">{{'HOME.SECURITYANDPRIVACY_BUTTON' | translate}}</a>
|
2020-05-13 14:41:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-06-25 12:52:57 +02:00
|
|
|
|
|
|
|
<ng-template appHasRole [appHasRole]="['project.read']">
|
2020-07-01 17:48:34 +02:00
|
|
|
<div class="item card">
|
2020-06-25 12:52:57 +02:00
|
|
|
<div class="top">
|
|
|
|
<h2>
|
|
|
|
<i class="icon las la-layer-group"></i>
|
|
|
|
{{'HOME.PROJECTS'| translate}}</h2>
|
|
|
|
<p>{{'HOME.PROJECTS_DESC'| translate}}</p>
|
|
|
|
</div>
|
|
|
|
<span class="fill-space"></span>
|
|
|
|
<div class="footer">
|
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
|
|
|
<a color="primary" mat-button
|
|
|
|
[routerLink]="['/projects']">{{'HOME.PROJECTS_BUTTON' | translate}}</a>
|
2020-06-25 12:52:57 +02:00
|
|
|
</div>
|
2020-05-13 14:41:43 +02:00
|
|
|
</div>
|
2020-06-25 12:52:57 +02:00
|
|
|
</ng-template>
|
|
|
|
|
|
|
|
<ng-template appHasRole [appHasRole]="['org.read']">
|
2020-07-01 17:48:34 +02:00
|
|
|
<div class="item card">
|
2020-06-25 12:52:57 +02:00
|
|
|
<div class="top">
|
|
|
|
<h2> <i class="icon las la-archway"></i>
|
|
|
|
{{'HOME.PROTECTION'| translate}}</h2>
|
|
|
|
<p>{{'HOME.PROTECTION_DESC'| translate}}</p>
|
|
|
|
</div>
|
|
|
|
<span class="fill-space"></span>
|
|
|
|
<div class="footer">
|
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
|
|
|
<a color="primary" mat-button [routerLink]="['/org']">{{'HOME.PROTECTION_BUTTON' | translate}}</a>
|
2020-06-25 12:52:57 +02:00
|
|
|
</div>
|
2020-05-13 14:41:43 +02:00
|
|
|
</div>
|
2020-06-25 12:52:57 +02:00
|
|
|
</ng-template>
|
|
|
|
|
|
|
|
<ng-template appHasRole [appHasRole]="['user.read']">
|
2020-07-01 17:48:34 +02:00
|
|
|
<div class="item card">
|
2020-06-25 12:52:57 +02:00
|
|
|
<div class="top">
|
|
|
|
<h2>
|
|
|
|
<i class="las la-crosshairs"></i>
|
|
|
|
{{'HOME.USERS'| translate}}</h2>
|
|
|
|
<p>{{'HOME.USERS_DESC'| translate}}</p>
|
|
|
|
</div>
|
|
|
|
<span class="fill-space"></span>
|
|
|
|
<div class="footer">
|
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
|
|
|
<a color="primary" mat-button [routerLink]="['/users/me']">{{'HOME.USERS_BUTTON' | translate}}</a>
|
2020-06-25 12:52:57 +02:00
|
|
|
</div>
|
2020-05-13 14:41:43 +02:00
|
|
|
</div>
|
2020-06-25 12:52:57 +02:00
|
|
|
</ng-template>
|
2020-05-13 14:41:43 +02:00
|
|
|
</div>
|
2020-07-09 10:54:55 +02:00
|
|
|
</div>
|