2020-07-09 10:54:55 +02:00
|
|
|
import { CommonModule, registerLocaleData } from '@angular/common';
|
2023-05-19 12:48:39 +02:00
|
|
|
import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
|
2023-06-16 18:35:03 +03:00
|
|
|
import localeBg from '@angular/common/locales/bg';
|
2020-05-13 14:41:43 +02:00
|
|
|
import localeDe from '@angular/common/locales/de';
|
2023-11-08 07:55:41 +01:00
|
|
|
import localeCs from '@angular/common/locales/cs';
|
2023-02-24 16:44:44 +01:00
|
|
|
import localeEn from '@angular/common/locales/en';
|
2023-04-14 15:53:19 +02:00
|
|
|
import localeEs from '@angular/common/locales/es';
|
2022-09-08 21:15:31 +08:00
|
|
|
import localeFr from '@angular/common/locales/fr';
|
2024-09-03 23:05:47 +07:00
|
|
|
import localeId from '@angular/common/locales/id';
|
2022-09-08 21:15:31 +08:00
|
|
|
import localeIt from '@angular/common/locales/it';
|
2023-03-22 15:30:46 +09:00
|
|
|
import localeJa from '@angular/common/locales/ja';
|
2023-07-12 10:41:50 +02:00
|
|
|
import localeMk from '@angular/common/locales/mk';
|
2023-02-13 12:03:34 +01:00
|
|
|
import localePl from '@angular/common/locales/pl';
|
2023-07-21 08:54:38 +02:00
|
|
|
import localePt from '@angular/common/locales/pt';
|
2023-02-24 16:44:44 +01:00
|
|
|
import localeZh from '@angular/common/locales/zh';
|
2023-11-08 10:38:55 +03:00
|
|
|
import localeRu from '@angular/common/locales/ru';
|
2023-11-22 15:35:21 +01:00
|
|
|
import localeNl from '@angular/common/locales/nl';
|
2024-06-15 15:45:19 +02:00
|
|
|
import localeSv from '@angular/common/locales/sv';
|
2024-10-11 11:00:50 +02:00
|
|
|
import localeHu from '@angular/common/locales/hu';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { APP_INITIALIZER, NgModule } from '@angular/core';
|
feat: split users into human and machine (#470)
* feat(management): service accounts
* chore: current go version
* init
* refactor: apis
* feat(internal): start impl of service account
* chore: start impl of machine/human users
* code compiles
* fix: tests
* fix: tests
* fix: add new event types to switches
* chore: add cases to event types
* fix(management): definitive proto messages
* fix: machine/human
* fix: add missing tables as todos
* fix: remove unused permissions
* fix: refactoring
* fix: refactor
* fix: human registered
* fix: user id
* fix: logid
* fix: proto remove //equal
* chore(management): remove no comment
* fix: human mfas
* fix: user subobjects
* chore: rename existing to better name
* fix: username in user (#634)
* fix: username in user
* fix: username
* fix remove unused code
* fix add validations
* fix: use new user in all apis
* fix: regexp for username in api
* fix: fill user data for human and machine (#638)
* fix: fill Display name grant/member handlers
fix: add description to grant/member objects in api
fix: check if user is human in login
* fix: remove description from member and grant
* chore: remove todos
* feat: machine keys
* fix: implement missing parts
* feat: machine key management view
* fix: remove keys from machine view
* fix: set default expiration date
* fix: get key by ids
* feat: add machine keys in proto
* feat: machine keys
* fix: add migration
* fix: mig
* fix: correct method name
* feat: user search
* feat: user search
* fix: log ids
* fix partial authconfig prompt, domain c perm
* membership read check
* contributor refresh trigger, observe org write
* fix: migrations
* fix(console): machine build (#660)
* frontend 1
* fix html bindings
* trailing comma
* user permissions, project deactivate
* fix(console): human view (#661)
* fix search user view, user detail form
* rm log
* feat(console): user services list and create (#663)
* fix search user view, user detail form
* rm log
* machine list
* generic table component
* create user service
* proove table for undefined values
* tmp disable user link if machine
* lint
* lint styles
* user table lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* feat(console): service user detail view, keys cr_d, fix search user autocomplete (#664)
* service users for sidenav, routing
* i18n
* back routes
* machine detail form
* update machine detail, fix svc user grants
* keys table
* add key dialog, timestamp creation
* check permission on create, delete, fix selection
* lint ts, scss
* Update console/src/assets/i18n/de.json
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@caos.ch>
* allow user grants for project.write
* management service
* fix mgmt service
* feat: Machine keys (#655)
* fix: memberships (#633)
* feat: add iam members to memberships
* fix: search project grants
* fix: rename
* feat: idp and login policy configurations (#619)
* feat: oidc config
* fix: oidc configurations
* feat: oidc idp config
* feat: add oidc config test
* fix: tests
* fix: tests
* feat: translate new events
* feat: idp eventstore
* feat: idp eventstore
* fix: tests
* feat: command side idp
* feat: query side idp
* feat: idp config on org
* fix: tests
* feat: authz idp on org
* feat: org idps
* feat: login policy
* feat: login policy
* feat: login policy
* feat: add idp func on login policy
* feat: add validation to loginpolicy and idp provider
* feat: add default login policy
* feat: login policy on org
* feat: login policy on org
* fix: id config handlers
* fix: id config handlers
* fix: create idp on org
* fix: create idp on org
* fix: not existing idp config
* fix: default login policy
* fix: add login policy on org
* fix: idp provider search on org
* fix: test
* fix: remove idp on org
* fix: test
* fix: test
* fix: remove admin idp
* fix: logo src as byte
* fix: migration
* fix: tests
* Update internal/iam/repository/eventsourcing/iam.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update internal/iam/repository/eventsourcing/iam_test.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update internal/iam/repository/eventsourcing/iam_test.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update internal/iam/repository/eventsourcing/model/login_policy.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update internal/iam/repository/eventsourcing/model/login_policy.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update internal/org/repository/eventsourcing/org_test.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update internal/iam/repository/eventsourcing/model/login_policy_test.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* Update internal/iam/repository/eventsourcing/model/login_policy_test.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
* fix: pr comments
* fix: tests
* Update types.go
* fix: merge request changes
* fix: reduce optimization
Co-authored-by: Silvan <silvan.reusser@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* fix: reread user mfas, preferred loginname as otp account name (#636)
* fix: reread user mfas
* fix: use preferred login name as otp account name
* fix: tests
* fix: reduce (#635)
* fix: management reduce optimization
* fix: reduce optimization
* fix: reduce optimization
* fix: merge master
* chore(deps): bump github.com/gorilla/schema from 1.1.0 to 1.2.0 (#627)
Bumps [github.com/gorilla/schema](https://github.com/gorilla/schema) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/gorilla/schema/releases)
- [Commits](https://github.com/gorilla/schema/compare/v1.1.0...v1.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump github.com/gorilla/mux from 1.7.4 to 1.8.0 (#624)
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.4 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump github.com/DATA-DOG/go-sqlmock from 1.4.1 to 1.5.0 (#591)
Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases)
- [Commits](https://github.com/DATA-DOG/go-sqlmock/compare/v1.4.1...v1.5.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: auto assign issues and PR to ZTIADEL project board (#643)
* Create main.yml
* Update main.yml
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* fix(console): project grant members, update deps (#645)
* fix: searchprojectgrantmembers
* chore(deps-dev): bump @angular/cli from 10.0.6 to 10.0.7 in /console (#622)
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.0.6 to 10.0.7.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.0.6...v10.0.7)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular in /console (#626)
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.6 to 0.1000.7.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/commits)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps-dev): bump @types/jasmine from 3.5.12 to 3.5.13 in /console (#623)
Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.5.12 to 3.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump ts-node from 8.10.2 to 9.0.0 in /console (#629)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update packlock
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: delete main.yml (#648)
* fix: usergrant (#650)
* fix(console): mfa refresh after verification, member eventemitter (#651)
* refresh mfa
* fix: detail link from contributors
* lint
* feat: add domain verification notification (#649)
* fix: dont (re)generate client secret with auth type none
* fix(cors): allow Origin from request
* feat: add origin allow list and fix some core issues
* rename migration
* fix UserIDsByDomain
* feat: send email to users after domain claim
* username
* check origin on userinfo
* update oidc pkg
* fix: add migration 1.6
* change username
* change username
* remove unique email aggregate
* change username in mgmt
* search global user by login name
* fix test
* change user search in angular
* fix tests
* merge
* userview in angular
* fix merge
* Update pkg/grpc/management/proto/management.proto
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update internal/notification/static/i18n/de.yaml
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* fix
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* fix: translation (#647)
* fix: translation
* fix: translation
* fix: translation
* fix: remove unused code
* fix: log err
* fix: migration numbers (#652)
* chore: issue / feature templates (#642)
* feat: machine keys
* fix: implement missing parts
* feat: machine key management view
* fix: remove keys from machine view
* feat: global org read (#657)
* fix: set default expiration date
* fix: get key by ids
* feat: add machine keys in proto
* feat: machine keys
* fix: add migration
* fix: mig
* fix: correct method name
* feat: user search
* feat: user search
* fix: log ids
* fix: migrations
* fix(console): machine build (#660)
* frontend 1
* fix html bindings
* trailing comma
* fix(console): human view (#661)
* fix search user view, user detail form
* rm log
* feat(console): user services list and create (#663)
* fix search user view, user detail form
* rm log
* machine list
* generic table component
* create user service
* proove table for undefined values
* tmp disable user link if machine
* lint
* lint styles
* user table lint
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* feat(console): service user detail view, keys cr_d, fix search user autocomplete (#664)
* service users for sidenav, routing
* i18n
* back routes
* machine detail form
* update machine detail, fix svc user grants
* keys table
* add key dialog, timestamp creation
* check permission on create, delete, fix selection
* lint ts, scss
* Update console/src/assets/i18n/de.json
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@caos.ch>
* refactor: protos
* fix(management): key expiration date
* fix: check if user is human
* fix: marshal key details
* fix: correct generate login names
* fix: logid
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Florian Forster <florian@caos.ch>
* fix: naming
* refactor: findings
* fix: username
* fix: mfa upper case
* fix: tests
* fix: add translations
* reactivatemyorg req typeö
* fix: projectType for console
* fix: user changes
* fix: translate events
* fix: event type translation
* fix: remove unused types
Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-31 17:48:01 +02:00
|
|
|
import { MatNativeDateModule } from '@angular/material/core';
|
2023-10-26 10:29:06 +02:00
|
|
|
import { MatDialogModule } from '@angular/material/dialog';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { MatIconModule } from '@angular/material/icon';
|
2023-10-26 10:29:06 +02:00
|
|
|
import { MatSelectModule } from '@angular/material/select';
|
|
|
|
import { MatSnackBarModule } from '@angular/material/snack-bar';
|
|
|
|
import { MatTooltipModule } from '@angular/material/tooltip';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { BrowserModule } from '@angular/platform-browser';
|
|
|
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
|
|
|
import { ServiceWorkerModule } from '@angular/service-worker';
|
|
|
|
import { TranslateLoader, TranslateModule } from '@ngx-translate/core';
|
|
|
|
import { AuthConfig, OAuthModule, OAuthStorage } from 'angular-oauth2-oidc';
|
2023-02-02 09:36:43 +01:00
|
|
|
import * as i18nIsoCountries from 'i18n-iso-countries';
|
2023-02-24 16:44:44 +01:00
|
|
|
import { from, Observable } from 'rxjs';
|
2022-07-26 06:41:49 +02:00
|
|
|
import { AuthGuard } from 'src/app/guards/auth.guard';
|
|
|
|
import { RoleGuard } from 'src/app/guards/role.guard';
|
|
|
|
import { UserGuard } from 'src/app/guards/user.guard';
|
2022-04-28 12:35:02 +02:00
|
|
|
import { InfoOverlayModule } from 'src/app/modules/info-overlay/info-overlay.module';
|
2021-06-09 11:55:16 +02:00
|
|
|
import { AssetService } from 'src/app/services/asset.service';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { AppRoutingModule } from './app-routing.module';
|
|
|
|
import { AppComponent } from './app.component';
|
|
|
|
import { HasRoleModule } from './directives/has-role/has-role.module';
|
2022-04-28 12:35:02 +02:00
|
|
|
import { FooterModule } from './modules/footer/footer.module';
|
|
|
|
import { HeaderModule } from './modules/header/header.module';
|
|
|
|
import { KeyboardShortcutsModule } from './modules/keyboard-shortcuts/keyboard-shortcuts.module';
|
|
|
|
import { NavModule } from './modules/nav/nav.module';
|
2020-07-24 09:48:58 +02:00
|
|
|
import { WarnDialogModule } from './modules/warn-dialog/warn-dialog.module';
|
2020-09-29 13:21:40 +02:00
|
|
|
import { HasRolePipeModule } from './pipes/has-role-pipe/has-role-pipe.module';
|
2021-11-29 10:31:56 +01:00
|
|
|
import { AdminService } from './services/admin.service';
|
2021-04-08 13:11:12 +02:00
|
|
|
import { AuthenticationService } from './services/authentication.service';
|
2022-04-28 12:35:02 +02:00
|
|
|
import { BreadcrumbService } from './services/breadcrumb.service';
|
2023-05-19 12:48:39 +02:00
|
|
|
import { EnvironmentService } from './services/environment.service';
|
|
|
|
import { ExhaustedService } from './services/exhausted.service';
|
2020-08-29 10:43:35 +02:00
|
|
|
import { GrpcAuthService } from './services/grpc-auth.service';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { GrpcService } from './services/grpc.service';
|
2020-08-29 10:43:35 +02:00
|
|
|
import { AuthInterceptor } from './services/interceptors/auth.interceptor';
|
2023-05-19 12:48:39 +02:00
|
|
|
import { ExhaustedGrpcInterceptor } from './services/interceptors/exhausted.grpc.interceptor';
|
|
|
|
import { ExhaustedHttpInterceptor } from './services/interceptors/exhausted.http.interceptor';
|
2020-07-09 10:54:55 +02:00
|
|
|
import { GRPC_INTERCEPTORS } from './services/interceptors/grpc-interceptor';
|
2020-10-08 14:49:47 +02:00
|
|
|
import { I18nInterceptor } from './services/interceptors/i18n.interceptor';
|
2020-08-29 10:43:35 +02:00
|
|
|
import { OrgInterceptor } from './services/interceptors/org.interceptor';
|
2022-04-28 12:35:02 +02:00
|
|
|
import { KeyboardShortcutsService } from './services/keyboard-shortcuts/keyboard-shortcuts.service';
|
2021-11-29 10:31:56 +01:00
|
|
|
import { ManagementService } from './services/mgmt.service';
|
2022-04-28 12:35:02 +02:00
|
|
|
import { NavigationService } from './services/navigation.service';
|
|
|
|
import { OverlayService } from './services/overlay/overlay.service';
|
2020-09-11 14:24:41 +02:00
|
|
|
import { RefreshService } from './services/refresh.service';
|
2020-10-16 13:51:52 +02:00
|
|
|
import { SeoService } from './services/seo.service';
|
2022-04-28 12:35:02 +02:00
|
|
|
import {
|
2022-09-19 13:35:52 +02:00
|
|
|
StatehandlerProcessorService,
|
|
|
|
StatehandlerProcessorServiceImpl,
|
2022-04-28 12:35:02 +02:00
|
|
|
} from './services/statehandler/statehandler-processor.service';
|
|
|
|
import { StatehandlerService, StatehandlerServiceImpl } from './services/statehandler/statehandler.service';
|
2020-05-13 14:41:43 +02:00
|
|
|
import { StorageService } from './services/storage.service';
|
|
|
|
import { ThemeService } from './services/theme.service';
|
2022-05-18 14:16:11 +02:00
|
|
|
import { ToastService } from './services/toast.service';
|
2023-12-07 09:43:23 +01:00
|
|
|
import { LanguagesService } from './services/languages.service';
|
2020-05-13 14:41:43 +02:00
|
|
|
|
|
|
|
registerLocaleData(localeDe);
|
2023-02-02 09:36:43 +01:00
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/de.json'));
|
2023-03-22 15:30:46 +09:00
|
|
|
registerLocaleData(localeEn);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/en.json'));
|
2023-04-14 15:53:19 +02:00
|
|
|
registerLocaleData(localeEs);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/es.json'));
|
2022-09-08 21:15:31 +08:00
|
|
|
registerLocaleData(localeFr);
|
2023-02-02 09:36:43 +01:00
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/fr.json'));
|
2024-09-03 23:05:47 +07:00
|
|
|
registerLocaleData(localeId);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/id.json'));
|
2022-09-08 21:15:31 +08:00
|
|
|
registerLocaleData(localeIt);
|
2023-02-02 09:36:43 +01:00
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/it.json'));
|
2023-03-22 15:30:46 +09:00
|
|
|
registerLocaleData(localeJa);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/ja.json'));
|
2023-02-13 12:03:34 +01:00
|
|
|
registerLocaleData(localePl);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/pl.json'));
|
2023-03-22 15:30:46 +09:00
|
|
|
registerLocaleData(localeZh);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/zh.json'));
|
2023-06-16 18:35:03 +03:00
|
|
|
registerLocaleData(localeBg);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/bg.json'));
|
2023-07-20 01:40:45 -03:00
|
|
|
registerLocaleData(localePt);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/pt.json'));
|
2023-07-12 10:41:50 +02:00
|
|
|
registerLocaleData(localeMk);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/mk.json'));
|
2023-11-08 10:38:55 +03:00
|
|
|
registerLocaleData(localeRu);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/ru.json'));
|
2023-11-08 07:55:41 +01:00
|
|
|
registerLocaleData(localeCs);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/cs.json'));
|
2023-11-22 15:35:21 +01:00
|
|
|
registerLocaleData(localeNl);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/nl.json'));
|
2024-06-15 15:45:19 +02:00
|
|
|
registerLocaleData(localeSv);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/sv.json'));
|
2024-10-11 11:00:50 +02:00
|
|
|
registerLocaleData(localeHu);
|
|
|
|
i18nIsoCountries.registerLocale(require('i18n-iso-countries/langs/hu.json'));
|
2020-05-13 14:41:43 +02:00
|
|
|
|
2021-06-01 08:40:33 +02:00
|
|
|
export class WebpackTranslateLoader implements TranslateLoader {
|
|
|
|
getTranslation(lang: string): Observable<any> {
|
|
|
|
return from(import(`../assets/i18n/${lang}.json`));
|
|
|
|
}
|
2020-05-13 14:41:43 +02:00
|
|
|
}
|
|
|
|
|
2023-05-19 12:48:39 +02:00
|
|
|
const appInitializerFn = (grpcSvc: GrpcService) => {
|
2021-06-01 08:40:33 +02:00
|
|
|
return () => {
|
2023-05-19 12:48:39 +02:00
|
|
|
return grpcSvc.loadAppEnvironment();
|
2021-06-01 08:40:33 +02:00
|
|
|
};
|
2020-05-13 14:41:43 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
const stateHandlerFn = (stateHandler: StatehandlerService) => {
|
2021-06-01 08:40:33 +02:00
|
|
|
return () => {
|
|
|
|
return stateHandler.initStateHandler();
|
|
|
|
};
|
2020-05-13 14:41:43 +02:00
|
|
|
};
|
|
|
|
|
2020-07-08 13:56:37 +02:00
|
|
|
const authConfig: AuthConfig = {
|
2021-06-01 08:40:33 +02:00
|
|
|
scope: 'openid profile email', // offline_access
|
|
|
|
responseType: 'code',
|
|
|
|
oidc: true,
|
2022-09-12 17:18:08 +01:00
|
|
|
requireHttps: false,
|
2020-05-13 14:41:43 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
@NgModule({
|
2022-07-08 08:58:23 +02:00
|
|
|
declarations: [AppComponent],
|
2021-06-01 08:40:33 +02:00
|
|
|
imports: [
|
|
|
|
AppRoutingModule,
|
|
|
|
CommonModule,
|
|
|
|
BrowserModule,
|
2022-04-28 12:35:02 +02:00
|
|
|
HeaderModule,
|
2022-07-29 10:13:45 +02:00
|
|
|
OAuthModule.forRoot(),
|
2021-06-01 08:40:33 +02:00
|
|
|
TranslateModule.forRoot({
|
|
|
|
loader: {
|
|
|
|
provide: TranslateLoader,
|
|
|
|
useClass: WebpackTranslateLoader,
|
|
|
|
},
|
|
|
|
}),
|
2022-04-28 12:35:02 +02:00
|
|
|
NavModule,
|
2021-06-01 08:40:33 +02:00
|
|
|
MatNativeDateModule,
|
|
|
|
HasRoleModule,
|
2022-04-28 12:35:02 +02:00
|
|
|
InfoOverlayModule,
|
2021-06-01 08:40:33 +02:00
|
|
|
BrowserAnimationsModule,
|
|
|
|
HttpClientModule,
|
|
|
|
MatIconModule,
|
|
|
|
MatTooltipModule,
|
2022-04-28 12:35:02 +02:00
|
|
|
FooterModule,
|
2021-06-01 08:40:33 +02:00
|
|
|
HasRolePipeModule,
|
|
|
|
MatSnackBarModule,
|
|
|
|
WarnDialogModule,
|
2021-12-20 10:56:03 +01:00
|
|
|
MatSelectModule,
|
2021-06-01 08:40:33 +02:00
|
|
|
MatDialogModule,
|
2022-04-28 12:35:02 +02:00
|
|
|
KeyboardShortcutsModule,
|
2021-07-14 10:32:14 +02:00
|
|
|
ServiceWorkerModule.register('ngsw-worker.js', { enabled: false }),
|
2021-06-01 08:40:33 +02:00
|
|
|
],
|
|
|
|
providers: [
|
2022-07-26 06:41:49 +02:00
|
|
|
AuthGuard,
|
|
|
|
RoleGuard,
|
|
|
|
UserGuard,
|
2021-06-01 08:40:33 +02:00
|
|
|
ThemeService,
|
2023-05-19 12:48:39 +02:00
|
|
|
EnvironmentService,
|
|
|
|
ExhaustedService,
|
2021-06-01 08:40:33 +02:00
|
|
|
{
|
|
|
|
provide: APP_INITIALIZER,
|
|
|
|
useFactory: appInitializerFn,
|
|
|
|
multi: true,
|
|
|
|
deps: [GrpcService],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: APP_INITIALIZER,
|
|
|
|
useFactory: stateHandlerFn,
|
|
|
|
multi: true,
|
|
|
|
deps: [StatehandlerService],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: AuthConfig,
|
|
|
|
useValue: authConfig,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: StatehandlerProcessorService,
|
|
|
|
useClass: StatehandlerProcessorServiceImpl,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: StatehandlerService,
|
|
|
|
useClass: StatehandlerServiceImpl,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: OAuthStorage,
|
|
|
|
useClass: StorageService,
|
|
|
|
},
|
2023-05-19 12:48:39 +02:00
|
|
|
{
|
|
|
|
provide: HTTP_INTERCEPTORS,
|
|
|
|
multi: true,
|
|
|
|
useClass: ExhaustedHttpInterceptor,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: GRPC_INTERCEPTORS,
|
|
|
|
multi: true,
|
|
|
|
useClass: ExhaustedGrpcInterceptor,
|
|
|
|
},
|
2021-06-01 08:40:33 +02:00
|
|
|
{
|
|
|
|
provide: GRPC_INTERCEPTORS,
|
|
|
|
multi: true,
|
|
|
|
useClass: AuthInterceptor,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: GRPC_INTERCEPTORS,
|
|
|
|
multi: true,
|
|
|
|
useClass: I18nInterceptor,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
provide: GRPC_INTERCEPTORS,
|
|
|
|
multi: true,
|
|
|
|
useClass: OrgInterceptor,
|
|
|
|
},
|
2022-04-28 12:35:02 +02:00
|
|
|
OverlayService,
|
2021-06-01 08:40:33 +02:00
|
|
|
SeoService,
|
|
|
|
RefreshService,
|
|
|
|
GrpcService,
|
2022-04-28 12:35:02 +02:00
|
|
|
BreadcrumbService,
|
2021-06-01 08:40:33 +02:00
|
|
|
AuthenticationService,
|
|
|
|
GrpcAuthService,
|
2021-11-29 10:31:56 +01:00
|
|
|
ManagementService,
|
|
|
|
AdminService,
|
2022-04-28 12:35:02 +02:00
|
|
|
KeyboardShortcutsService,
|
2021-06-09 11:55:16 +02:00
|
|
|
AssetService,
|
2022-05-18 14:16:11 +02:00
|
|
|
ToastService,
|
2022-04-28 12:35:02 +02:00
|
|
|
NavigationService,
|
2023-12-07 09:43:23 +01:00
|
|
|
LanguagesService,
|
2021-06-01 08:40:33 +02:00
|
|
|
{ provide: 'windowObject', useValue: window },
|
|
|
|
],
|
|
|
|
bootstrap: [AppComponent],
|
2020-05-13 14:41:43 +02:00
|
|
|
})
|
2020-08-29 10:43:35 +02:00
|
|
|
export class AppModule {
|
2021-11-02 09:03:02 +01:00
|
|
|
constructor() {}
|
2020-07-01 17:48:34 +02:00
|
|
|
}
|