mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 10:07:34 +00:00
feat(console): project view model, remove orgid from routes (#263)
* proto gen * fix: remove type from project lists (#256) * fix: remove type from project lists * Update user-detail.component.ts * fix: remove add project Co-authored-by: Livio Amstutz <livio.a@gmail.com> * fix project view model * regen mgmt proto * rm orgid from route, switch to project view * chore(deps-dev): bump @types/jasmine from 3.5.10 to 3.5.11 in /console (#252) Bumps [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) from 3.5.10 to 3.5.11. - [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 @angular-devkit/build-angular in /console (#251) Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 0.901.7 to 0.901.9. - [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> * chore(deps): bump moment from 2.26.0 to 2.27.0 in /console (#250) Bumps [moment](https://github.com/moment/moment) from 2.26.0 to 2.27.0. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.26.0...2.27.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump karma from 5.0.9 to 5.1.0 in /console (#218) Bumps [karma](https://github.com/karma-runner/karma) from 5.0.9 to 5.1.0. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v5.0.9...v5.1.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump ngx-moment from 3.5.0 to 4.0.1 in /console (#219) Bumps [ngx-moment](https://github.com/urish/ngx-moment) from 3.5.0 to 4.0.1. - [Release notes](https://github.com/urish/ngx-moment/releases) - [Changelog](https://github.com/urish/ngx-moment/blob/master/CHANGELOG.md) - [Commits](https://github.com/urish/ngx-moment/compare/3.5.0...4.0.1) 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 @angular/language-service in /console (#217) Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 9.1.10 to 9.1.11. - [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/9.1.11/packages/language-service) 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 @angular/cli from 9.1.7 to 9.1.9 in /console (#249) Bumps [@angular/cli](https://github.com/angular/angular-cli) from 9.1.7 to 9.1.9. - [Release notes](https://github.com/angular/angular-cli/releases) - [Commits](https://github.com/angular/angular-cli/compare/v9.1.7...v9.1.9) 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> * set partial user profile * fix org routing * auth user loginnames, i18n * fix clipboard, secret regeneration * project role required field * show change editor * show granted project grid, remove add button * hide meta overflow 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>
This commit is contained in:
@@ -51,7 +51,12 @@
|
||||
"DESCRIPTION": "Hier können Sie neue User anlegen sowie bereits erfasste Userdaten bearbeiten, activieren oder deaktivieren",
|
||||
"DETAIL": "Detail",
|
||||
"CREATE": "Erstellen",
|
||||
"MY": "Meine Informationen"
|
||||
"MY": "Meine Informationen",
|
||||
"LOGINNAMES":"Loginnamen",
|
||||
"LOGINNAMESDESC":"Mit diesen Namen können Sie sich anmelden",
|
||||
"COPY":"In die Zwischenablage kopieren",
|
||||
"COPIED":"In die Zwischenablage kopiert!",
|
||||
"NOUSER":"Kein User"
|
||||
},
|
||||
"MFA": {
|
||||
"TITLE": "Multifaktor-Authentifizierung",
|
||||
@@ -215,7 +220,7 @@
|
||||
"TITLECREATE":"Kennwortkomplexitätsrichtlinie erstellen",
|
||||
"DESCRIPTIONCREATE":"Stellt sicher, dass alle festgelegten Kennwörter einem bestimmten Muster entsprechen",
|
||||
"SYMBOLANDNUMBERERROR":"Das Password muss ein Symbol und eine Nummer beinhalten!",
|
||||
"SYMBOLERROR":"Das Password msus ein Symbol beinhalten!",
|
||||
"SYMBOLERROR":"Das Password muss ein Symbol beinhalten!",
|
||||
"NUMBERERROR":"Das Password muss eine Nummer beinhalten!",
|
||||
"PATTERNERROR":"Das vorgeschriebene Muster ist falsch!"
|
||||
},
|
||||
@@ -289,7 +294,8 @@
|
||||
"CREATE": "Projekt erstellen",
|
||||
"CREATE_DESC": "Geben Sie den Namen ein",
|
||||
"ROLE": "Rolle",
|
||||
"NOITEMS": "Keine Projekte"
|
||||
"NOITEMS": "Keine Projekte",
|
||||
"ZITADELPROJECT":"Diese Einstellungen gehören zum Zitadel-Projekt. Wenn Sie etwas ändern, verhält sich Zitadel möglicherweise nicht wie beabsichtigt!"
|
||||
},
|
||||
"STATE": {
|
||||
"TITLE":"Status",
|
||||
@@ -500,7 +506,7 @@
|
||||
"project.role.added":"Rolle erstellt",
|
||||
"project.role.removed":"Rolle gelöscht",
|
||||
"project.application.added":"App hinzugefügt",
|
||||
"project.application.config.oidc.added":"OIDC config hinzugefügt",
|
||||
"project.application.config.oidc.added":"OIDC config hinzugefügt",
|
||||
"user.added":"User hinzugefügt",
|
||||
"user.initialization.code.added":"Init code hinzugefügt",
|
||||
"user.phone.code.added":"User phone code hinzugefügt",
|
||||
@@ -508,8 +514,8 @@
|
||||
"user.initialization.code.sent":"Init code gesendet",
|
||||
"user.email.verification.sended": "User email verifiziert",
|
||||
"user.email.code.added":"Email code hinzugefügt",
|
||||
"user.email.code.sent":"Email code gesendet",
|
||||
"user.email.verified":"Email verifiziert",
|
||||
"user.email.code.sent":"Email code gesendet",
|
||||
"user.email.verified":"Email verifiziert",
|
||||
"user.phone.verificationsended":"User phone verifikation gesendet",
|
||||
"user.phone.code":"User phone code erstellt",
|
||||
"user.initialization.verification.sended":"User mail verifikation gesendet",
|
||||
@@ -537,4 +543,4 @@
|
||||
"user.mfa.otp.verified":"MFA OTP verifiziert"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -51,7 +51,12 @@
|
||||
"DESCRIPTION": "Here you can create new users or edit data that has already been entered.",
|
||||
"DETAIL": "Detail",
|
||||
"CREATE": "Create",
|
||||
"MY": "My Informations"
|
||||
"MY": "My Informations",
|
||||
"LOGINNAMES":"Login names",
|
||||
"LOGINNAMESDESC":"You can log into zitadel with these names",
|
||||
"COPY":"Copy to clipboard",
|
||||
"COPIED":"Copied to clipboard!",
|
||||
"NOUSER":"No User"
|
||||
},
|
||||
"MFA": {
|
||||
"TITLE": "Multifactor Authentication",
|
||||
@@ -177,7 +182,7 @@
|
||||
"SIGNEDOUT":"You are signed out. Click the button below to sign in again!",
|
||||
"SIGNEDOUT_BTN":"Sign In",
|
||||
"EDITACCOUNT":"Edit Account",
|
||||
"ADDACCOUNT":"Login with another account"
|
||||
"ADDACCOUNT":"log in with another account"
|
||||
},
|
||||
"ORG": {
|
||||
"PAGES": {
|
||||
@@ -290,7 +295,8 @@
|
||||
"CREATE": "Create project",
|
||||
"CREATE_DESC": "Insert your projects name",
|
||||
"ROLE": "Role",
|
||||
"NOITEMS": "No projects"
|
||||
"NOITEMS": "No projects",
|
||||
"ZITADELPROJECT":"This belongs to Zitadel project. If you change something, Zitadel may not behave as intended!"
|
||||
},
|
||||
"STATE": {
|
||||
"TITLE":"State",
|
||||
|
Reference in New Issue
Block a user