mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 11:23:36 +00:00
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>
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
"INFO": "Info",
|
||||
"OK": "OK",
|
||||
"VIEW": "Öffnen",
|
||||
"SELECTIONDELETE":"Ausgewählte löschen",
|
||||
"DELETE": "Löschen",
|
||||
"REMOVE":"Entfernen",
|
||||
"VERIFY":"Verifizieren",
|
||||
@@ -59,7 +60,8 @@
|
||||
"DEACTIVATE":"Deaktivieren",
|
||||
"REFRESH":"Aktualisieren",
|
||||
"LOGIN":"Einloggen",
|
||||
"EDIT":"Bearbeiten"
|
||||
"EDIT":"Bearbeiten",
|
||||
"CONFIGURE":"Konfigurieren"
|
||||
},
|
||||
"ERRORS": {
|
||||
"REQUIRED": "Bitte fülle alle benötigten Felder aus.",
|
||||
@@ -216,6 +218,7 @@
|
||||
},
|
||||
"EMAIL": "E-Mail",
|
||||
"PHONE": "Telefonnummer",
|
||||
"PREFERRED_LOGINNAME":"Bevorzugter Loginname",
|
||||
"LOGINMETHODS": {
|
||||
"TITLE": "Kontaktinformationen",
|
||||
"DESCRIPTION": "Die Kontaktinformationen werden benötigt, um Dir wichtige Informationen wie Verifikationsnachrichten und Links für das Zurücksetzen des Passworts per E-Mail zu senden.",
|
||||
@@ -492,6 +495,7 @@
|
||||
"USERNAME": "Benutzername",
|
||||
"FIRSTNAME": "Vorname",
|
||||
"LASTNAME": "Nachname",
|
||||
"LOGINNAME":"Loginname",
|
||||
"EMAIL": "E-Mail",
|
||||
"ROLES": "Rollen",
|
||||
"ADD": "Mitglied hinzufügen",
|
||||
@@ -674,9 +678,10 @@
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Identitäts Provider",
|
||||
"DESCRIPTION":"Konfiguration deines Identitäts Providers",
|
||||
"DESCRIPTION":"Generelle Konfiguration deines Identitäts Providers",
|
||||
"OIDC": {
|
||||
"TITLE": "OIDC Konfiguration"
|
||||
"TITLE": "OIDC Konfiguration",
|
||||
"DESCRIPTION":"Geben Sie die korrekte OIDC Konfiguration Ihres Identity Providers an!"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
@@ -50,6 +50,7 @@
|
||||
"INFO": "Info",
|
||||
"OK": "OK",
|
||||
"VIEW": "Show",
|
||||
"SELECTIONDELETE":"Delete selection",
|
||||
"DELETE": "Delete",
|
||||
"REMOVE":"Remove",
|
||||
"VERIFY":"Verify",
|
||||
@@ -59,7 +60,8 @@
|
||||
"DEACTIVATE":"Deactivate",
|
||||
"REFRESH":"Refresh",
|
||||
"LOGIN":"Login",
|
||||
"EDIT":"Edit"
|
||||
"EDIT":"Edit",
|
||||
"CONFIGURE":"Configure"
|
||||
},
|
||||
"ERRORS": {
|
||||
"REQUIRED": "Some required fields are missing.",
|
||||
@@ -216,6 +218,7 @@
|
||||
},
|
||||
"EMAIL": "E-mail",
|
||||
"PHONE": "Phone Number",
|
||||
"PREFERRED_LOGINNAME":"Preferred Loginname",
|
||||
"LOGINMETHODS": {
|
||||
"TITLE": "Contact Information",
|
||||
"DESCRIPTION": "The provided information is used to send important information, like password reset e-mails to you.",
|
||||
@@ -492,6 +495,7 @@
|
||||
"USERNAME": "User Name",
|
||||
"FIRSTNAME": "First Name",
|
||||
"LASTNAME": "Last Name",
|
||||
"LOGINNAME":"Login Name",
|
||||
"EMAIL": "E-mail",
|
||||
"ROLES": "Roles",
|
||||
"ADD": "Add Member",
|
||||
@@ -674,9 +678,10 @@
|
||||
},
|
||||
"DETAIL": {
|
||||
"TITLE":"Identity Provider",
|
||||
"DESCRIPTION":"Configuration of your identity provider.",
|
||||
"DESCRIPTION":"General Configuration of your identity provider.",
|
||||
"OIDC": {
|
||||
"TITLE": "OIDC Configuration"
|
||||
"TITLE": "OIDC Configuration",
|
||||
"DESCRIPTION":"Provide the correct OIDC Configuration for your identity Provider below!"
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
|
Reference in New Issue
Block a user