zitadel/console
Max Peintner 1c20ea5a50
feat(console): JWT IDP, cleanup login policy, update deps (#2438)
* idp cleanup

* lint

* jwtidp service, create, detail, assets

* idp detail, info row

* detail actions

* delete idp, fix state change

* lint

* cli core

* cdk material

* chore(deps-dev): bump karma-jasmine-html-reporter in /console (#2446)

Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
- [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/compare/v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: karma-jasmine-html-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update deps

* lock

* disable actions, user grant link to user, add granted org desc

* lint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-21 06:29:13 +00:00
..
e2e feat(console): angular 10, iam settings, timestamp to date pipe, org iam indicator, general gui fixes and i18n (#270) 2020-06-25 12:52:57 +02:00
src feat(console): JWT IDP, cleanup login policy, update deps (#2438) 2021-10-21 06:29:13 +00:00
.browserslistrc feat(console): angular 10, iam settings, timestamp to date pipe, org iam indicator, general gui fixes and i18n (#270) 2020-06-25 12:52:57 +02:00
.editorconfig feat(console): integrate frontend (#95) 2020-05-13 14:41:43 +02:00
.gitignore chore(console): gen proto on npm postinstall, ignore generated output (#266) 2020-07-07 15:21:18 +02:00
.prettierrc feat(console): integrate frontend (#95) 2020-05-13 14:41:43 +02:00
.stylelintrc fix(console): dependencies, list my memberships, passwordless texts, privatelabelling issues (#2142) 2021-08-16 12:44:20 +00:00
angular.json fix(console): dependencies, list my memberships, passwordless texts, privatelabelling issues (#2142) 2021-08-16 12:44:20 +00:00
karma.conf.js feat(console): integrate frontend (#95) 2020-05-13 14:41:43 +02:00
ngsw-config.json fix: update assets in ngsw-config.json (#1027) 2020-11-27 16:32:14 +01:00
package-lock.json feat(console): JWT IDP, cleanup login policy, update deps (#2438) 2021-10-21 06:29:13 +00:00
package.json feat(console): JWT IDP, cleanup login policy, update deps (#2438) 2021-10-21 06:29:13 +00:00
README.md chore(actions): trigger rebuild to get rid of the broken GH cache (#2083) 2021-07-28 09:56:58 +02:00
tsconfig.app.json feat(console): angular 10, iam settings, timestamp to date pipe, org iam indicator, general gui fixes and i18n (#270) 2020-06-25 12:52:57 +02:00
tsconfig.base.json feat(console): message and login texts, privacy policy (#2016) 2021-07-26 12:44:45 +02:00
tsconfig.json feat(console): angular 10, iam settings, timestamp to date pipe, org iam indicator, general gui fixes and i18n (#270) 2020-06-25 12:52:57 +02:00
tsconfig.spec.json feat(console): angular 10, iam settings, timestamp to date pipe, org iam indicator, general gui fixes and i18n (#270) 2020-06-25 12:52:57 +02:00
tslint.json feat(console): user memberships, generic member create dialog, fix user autocomplete emitter (#606) 2020-08-24 08:48:47 +02:00

Console

This project was generated with Angular CLI version 8.3.20.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.