2020-05-13 12:41:43 +00:00
|
|
|
{
|
|
|
|
"name": "console",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
|
|
|
"build": "ng build",
|
2020-07-08 12:55:33 +00:00
|
|
|
"prodbuild": "ng build --prod",
|
2020-11-17 08:33:07 +00:00
|
|
|
"lint": "ng lint && stylelint './src/**/*.scss' --syntax scss"
|
2020-05-13 12:41:43 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-11-16 15:54:37 +00:00
|
|
|
"@angular/animations": "~11.0.0",
|
|
|
|
"@angular/cdk": "~11.0.0",
|
|
|
|
"@angular/common": "~11.0.0",
|
|
|
|
"@angular/compiler": "~11.0.0",
|
|
|
|
"@angular/core": "~11.0.0",
|
|
|
|
"@angular/forms": "~11.0.0",
|
|
|
|
"@angular/material": "^11.0.0",
|
|
|
|
"@angular/material-moment-adapter": "^11.0.0",
|
|
|
|
"@angular/platform-browser": "~11.0.0",
|
|
|
|
"@angular/platform-browser-dynamic": "~11.0.0",
|
|
|
|
"@angular/router": "~11.0.0",
|
|
|
|
"@angular/service-worker": "~11.0.0",
|
2020-07-03 11:20:05 +00:00
|
|
|
"@ngx-translate/core": "^13.0.0",
|
|
|
|
"@ngx-translate/http-loader": "^6.0.0",
|
2020-08-12 06:47:53 +00:00
|
|
|
"@types/file-saver": "^2.0.1",
|
2020-11-02 14:16:09 +00:00
|
|
|
"@types/google-protobuf": "^3.7.4",
|
2020-11-16 15:54:37 +00:00
|
|
|
"@types/uuid": "^8.3.0",
|
2020-07-27 07:34:41 +00:00
|
|
|
"angular-oauth2-oidc": "^10.0.3",
|
2020-11-16 15:54:37 +00:00
|
|
|
"angularx-qrcode": "^10.0.11",
|
2020-05-13 12:41:43 +00:00
|
|
|
"cors": "^2.8.5",
|
2020-08-12 06:47:53 +00:00
|
|
|
"file-saver": "^2.0.2",
|
2020-07-27 07:34:41 +00:00
|
|
|
"google-proto-files": "^2.2.0",
|
2020-08-20 20:17:06 +00:00
|
|
|
"google-protobuf": "^3.13.0",
|
2020-06-10 10:59:12 +00:00
|
|
|
"grpc": "^1.24.3",
|
feat(console): user memberships, generic member create dialog, fix user autocomplete emitter (#606)
* load manager mgmtservice, user service
* add org memberships
* membership component, generic member creation
* refactor member create dialog
* project autocomplete context
* create batch managers in user component
* project context wrapper
* emit on user removal, preselect user on init
* membership avatar style, service
* auth user memberships, navigate to target
* cursor fix, avatar gen
* lint
* i18n fix
* remove role translations
* membership detail page, i18n
* fix role label i18n, after view init loader
* remove projectid from grant remove
* fix iam race condition
* refresh table ts, fix no permission project search
* change membership colors
* refresh table everywhere, replace assets, routing
* fix logo header size
* lint, fix project grant removal
* timestmp for p mem, user list, grants, p list (#615)
* npm audit
* update deps, resolve vulnerability
* fix tslint config
* update lock
* load 20 changes at once
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/de.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* membership i18n
Co-authored-by: Florian Forster <florian@caos.ch>
2020-08-24 06:48:47 +00:00
|
|
|
"grpc-web": "^1.2.1",
|
2020-10-16 14:50:55 +00:00
|
|
|
"moment": "^2.29.1",
|
2020-11-02 14:15:21 +00:00
|
|
|
"ngx-quicklink": "^0.2.6",
|
2020-09-11 07:02:57 +00:00
|
|
|
"rxjs": "~6.6.3",
|
2020-09-29 11:21:40 +00:00
|
|
|
"ts-protoc-gen": "^0.13.0",
|
2020-11-16 15:54:37 +00:00
|
|
|
"tslib": "^2.0.0",
|
fix(console): cleanup user detail and member components, user/me redirect, permission guards, filter, org policy guard, user table, scss cleanup (#808)
* fix: remove user.write guard for filtering
* border color
* fix user routing from member tables
* idp detail layout
* generic contact component
* fix redirect to auth user, user grant disable
* disable policy action without permission, i18n
* user-create flex fix, contact ng-content
* rm unused styles
* sidenav divider
* lint
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console (#806)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/cli from 10.1.3 to 10.1.4 in /console
Bumps [@angular/cli](https://github.com/angular/angular-cli) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Commits](https://github.com/angular/angular-cli/compare/v10.1.3...v10.1.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular/language-service from 10.1.3 to 10.1.4 in /console (#805)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular/language-service in /console
Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.1.3 to 10.1.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/10.1.4/packages/language-service)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console (#804)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump codelyzer from 6.0.0 to 6.0.1 in /console
Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump @angular-devkit/build-angular from 0.1000.8 to 0.1001.4 in /console (#803)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps-dev): bump @angular-devkit/build-angular in /console
Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.1000.8 to 0.1001.4.
- [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: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console (#802)
* fix: user session with external login (#797)
* fix: user session with external login
* fix: tests
* fix: tests
* fix: change idp config name
* fix(container): stop copying / and instead only copy zitadel (#691)
* chore: stop copying / and instead only copy zitadel
* Update Dockerfile
* Update release.yml
* enable anchors debug
* fix(container): don't copy alpine content into scratch execpt pwd
* chore: remove need step
* merge master
* chore(deps): bump uuid from 8.3.0 to 8.3.1 in /console
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v8.3.0...v8.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* create memberstable as common component
* iam member cleanup
* iam + org m table, user table service user avatar
* toast config
* fix selection emitter
* fix project grant table width
* project grant members refactor
* theme optimizations
* member table col delete
* lint
* fix table row color
* refactor grey color
* lint scss
* org list redirect on click, fix user table undef
* refresh table after grant add
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-10-08 08:09:10 +00:00
|
|
|
"uuid": "^8.3.1",
|
2020-11-09 11:56:46 +00:00
|
|
|
"zone.js": "~0.11.3"
|
2020-05-13 12:41:43 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-16 15:54:37 +00:00
|
|
|
"@angular-devkit/build-angular": "~0.1100.1",
|
|
|
|
"@angular/cli": "~11.0.1",
|
|
|
|
"@angular/compiler-cli": "~11.0.0",
|
2020-11-16 10:23:41 +00:00
|
|
|
"@angular/language-service": "~11.0.0",
|
2020-11-16 15:54:37 +00:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2020-05-13 12:41:43 +00:00
|
|
|
"@types/jasminewd2": "~2.0.3",
|
2020-11-02 14:15:06 +00:00
|
|
|
"@types/node": "^14.14.6",
|
2020-11-16 15:54:37 +00:00
|
|
|
"codelyzer": "^6.0.0",
|
2020-07-27 07:34:41 +00:00
|
|
|
"jasmine-core": "~3.6.0",
|
2020-11-16 15:54:37 +00:00
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2020-09-29 11:21:40 +00:00
|
|
|
"karma": "~5.2.3",
|
2020-05-13 12:41:43 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-06-25 10:52:57 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2020-11-16 15:54:37 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2020-06-25 10:52:57 +00:00
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2020-09-29 11:21:40 +00:00
|
|
|
"prettier": "^2.1.2",
|
2020-06-25 10:52:57 +00:00
|
|
|
"protractor": "~7.0.0",
|
2020-09-29 11:21:40 +00:00
|
|
|
"stylelint": "^13.7.2",
|
2020-07-30 14:54:15 +00:00
|
|
|
"stylelint-config-standard": "^20.0.0",
|
|
|
|
"stylelint-scss": "^3.18.0",
|
2020-08-27 11:20:12 +00:00
|
|
|
"ts-node": "~9.0.0",
|
2020-08-05 13:39:34 +00:00
|
|
|
"tslint": "~6.1.3",
|
2020-11-16 15:54:37 +00:00
|
|
|
"typescript": "^4.0.5"
|
2020-05-13 12:41:43 +00:00
|
|
|
}
|
|
|
|
}
|