2020-05-13 14:41:43 +02:00
|
|
|
import { CommonModule } from '@angular/common';
|
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
|
|
|
import { NgModule } from '@angular/core';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
|
|
|
import { MatButtonModule } from '@angular/material/button';
|
|
|
|
|
import { MatDialogModule } from '@angular/material/dialog';
|
|
|
|
|
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
|
|
|
import { MatIconModule } from '@angular/material/icon';
|
|
|
|
|
import { MatInputModule } from '@angular/material/input';
|
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
|
|
|
import { MatPaginatorModule } from '@angular/material/paginator';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { MatProgressBarModule } from '@angular/material/progress-bar';
|
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
|
|
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner';
|
|
|
|
|
import { MatTableModule } from '@angular/material/table';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { MatTooltipModule } from '@angular/material/tooltip';
|
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
|
|
|
import { TranslateModule } from '@ngx-translate/core';
|
2020-06-16 14:52:07 +02:00
|
|
|
import { QRCodeModule } from 'angularx-qrcode';
|
2020-07-24 09:48:58 +02:00
|
|
|
import { CopyToClipboardModule } from 'src/app/directives/copy-to-clipboard/copy-to-clipboard.module';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { HasRoleModule } from 'src/app/directives/has-role/has-role.module';
|
|
|
|
|
import { CardModule } from 'src/app/modules/card/card.module';
|
|
|
|
|
import { ChangesModule } from 'src/app/modules/changes/changes.module';
|
2020-07-30 16:54:15 +02:00
|
|
|
import { DetailLayoutModule } from 'src/app/modules/detail-layout/detail-layout.module';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { MetaLayoutModule } from 'src/app/modules/meta-layout/meta-layout.module';
|
2020-07-30 16:54:15 +02:00
|
|
|
import { PasswordComplexityViewModule } from 'src/app/modules/password-complexity-view/password-complexity-view.module';
|
2020-07-20 15:23:29 +02:00
|
|
|
import { RefreshTableModule } from 'src/app/modules/refresh-table/refresh-table.module';
|
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
|
|
|
import { SharedModule } from 'src/app/modules/shared/shared.module';
|
2020-07-01 17:48:34 +02:00
|
|
|
import { UserGrantsModule } from 'src/app/modules/user-grants/user-grants.module';
|
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
|
|
|
import { HasRolePipeModule } from 'src/app/pipes/has-role-pipe.module';
|
2020-05-13 14:41:43 +02:00
|
|
|
|
|
|
|
|
import { AuthUserDetailComponent } from './auth-user-detail/auth-user-detail.component';
|
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
|
|
|
import { AuthUserMfaComponent } from './auth-user-detail/auth-user-mfa/auth-user-mfa.component';
|
|
|
|
|
import { CodeDialogComponent } from './auth-user-detail/code-dialog/code-dialog.component';
|
|
|
|
|
import { DialogOtpComponent } from './auth-user-detail/dialog-otp/dialog-otp.component';
|
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
|
|
|
import { ThemeSettingComponent } from './auth-user-detail/theme-setting/theme-setting.component';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { DetailFormModule } from './detail-form/detail-form.module';
|
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
|
|
|
import { PasswordComponent } from './password/password.component';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { UserDetailRoutingModule } from './user-detail-routing.module';
|
|
|
|
|
import { UserDetailComponent } from './user-detail/user-detail.component';
|
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
|
|
|
import { UserMfaComponent } from './user-detail/user-mfa/user-mfa.component';
|
2020-05-13 14:41:43 +02:00
|
|
|
|
|
|
|
|
@NgModule({
|
|
|
|
|
declarations: [
|
|
|
|
|
AuthUserDetailComponent,
|
|
|
|
|
UserDetailComponent,
|
|
|
|
|
DialogOtpComponent,
|
|
|
|
|
AuthUserMfaComponent,
|
|
|
|
|
UserMfaComponent,
|
|
|
|
|
ThemeSettingComponent,
|
2020-07-06 16:17:06 +02:00
|
|
|
PasswordComponent,
|
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
|
|
|
CodeDialogComponent,
|
2020-05-13 14:41:43 +02:00
|
|
|
],
|
|
|
|
|
imports: [
|
|
|
|
|
UserDetailRoutingModule,
|
|
|
|
|
ChangesModule,
|
|
|
|
|
CommonModule,
|
|
|
|
|
FormsModule,
|
|
|
|
|
ReactiveFormsModule,
|
|
|
|
|
DetailFormModule,
|
|
|
|
|
MatDialogModule,
|
2020-06-16 14:52:07 +02:00
|
|
|
QRCodeModule,
|
2020-05-13 14:41:43 +02:00
|
|
|
MetaLayoutModule,
|
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
|
|
|
HasRolePipeModule,
|
2020-05-13 14:41:43 +02:00
|
|
|
MatFormFieldModule,
|
|
|
|
|
UserGrantsModule,
|
|
|
|
|
MatInputModule,
|
|
|
|
|
MatButtonModule,
|
|
|
|
|
MatIconModule,
|
|
|
|
|
CardModule,
|
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
|
|
|
MatProgressSpinnerModule,
|
2020-05-13 14:41:43 +02:00
|
|
|
MatProgressBarModule,
|
|
|
|
|
MatTooltipModule,
|
|
|
|
|
HasRoleModule,
|
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
|
|
|
TranslateModule,
|
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
|
|
|
MatTableModule,
|
|
|
|
|
MatPaginatorModule,
|
|
|
|
|
SharedModule,
|
2020-07-20 15:23:29 +02:00
|
|
|
RefreshTableModule,
|
2020-07-24 09:48:58 +02:00
|
|
|
CopyToClipboardModule,
|
2020-07-30 16:54:15 +02:00
|
|
|
DetailLayoutModule,
|
|
|
|
|
PasswordComplexityViewModule,
|
2020-05-13 14:41:43 +02:00
|
|
|
],
|
|
|
|
|
})
|
|
|
|
|
export class UserDetailModule { }
|