2020-05-13 14:41:43 +02:00
{
2020-07-08 15:02:57 +02:00
"APP_NAME" : "ZITADEL" ,
2020-05-13 14:41:43 +02:00
"HOME" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "ZITADEL" ,
2020-05-13 14:41:43 +02:00
"SECURITYANDPRIVACY" : "Data protection and personalization" ,
2020-07-08 15:02:57 +02:00
"SECURITYANDPRIVACY_DESC" : "Manage your Information and Security settings" ,
"SECURITYANDPRIVACY_BUTTON" : "Personalize Information and Security" ,
"PROTECTION" : "Organisational Policies" ,
"PROTECTION_DESC" : "Manage your organisational guidelines. Explore some pre-packaged solutions that save you time and ensure security." ,
2020-05-13 14:41:43 +02:00
"PROTECTION_BUTTON" : "Explore" ,
2020-07-08 15:02:57 +02:00
"PROJECTS" : "Create and Manage your Applications with Projects" ,
"PROJECTS_DESC" : "Authorize others to use your projects or define custom roles on eligible projects." ,
2020-05-13 14:41:43 +02:00
"PROJECTS_BUTTON" : "Project Overview" ,
2020-07-08 15:02:57 +02:00
"USERS" : "Create and manage your users." ,
2020-05-13 14:41:43 +02:00
"USERS_DESC" : "Monitor your role concept in real time. Take immediate action." ,
2020-06-25 12:52:57 +02:00
"USERS_BUTTON" : "Show users" ,
2020-07-08 15:47:04 +02:00
"IAM" : "Identity and Access Management" ,
"IAM_DESC" : "Manage your organisations and administrators." ,
2020-07-24 09:48:58 +02:00
"IAM_BUTTON" : "Manage ZITADEL" ,
"WELCOME" : "Welcome" ,
"WELCOMESENTENCE" : "Here you can find recommended Actions based on your last acquired permissions. Note that you may have to select your organisation in the header above." ,
"DISCLAIMER" : "You can only see settings of your current organisation specified in the header. ZITADEL treats your data confidentially and securely." ,
"DISCLAIMERLINK" : "Further information"
2020-05-13 14:41:43 +02:00
} ,
"MENU" : {
"PERSONAL_INFO" : "Personal Information" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"IAM" : "Administration" ,
2020-07-08 15:02:57 +02:00
"ORGANIZATION" : "Organisation" ,
2020-07-08 10:00:15 +02:00
"PROJECTSSECTION" : "projects section" ,
2020-05-13 14:41:43 +02:00
"PROJECT" : "Projects" ,
2020-06-26 14:15:05 +02:00
"GRANTEDPROJECT" : "Granted Projects" ,
2020-07-08 10:00:15 +02:00
"USERSECTION" : "user section" ,
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
"HUMANUSERS" : "Users" ,
"MACHINEUSERS" : "Service Users" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"LOGOUT" : "Logout all users" ,
2020-07-08 15:02:57 +02:00
"NEWORG" : "New Organisation" ,
"IAMADMIN" : "You are an IAM Administrator. Note that you have extended permissions!" ,
"SHOWORGS" : "Show all organisations"
2020-05-13 14:41:43 +02:00
} ,
"ACTIONS" : {
"SAVE" : "Save" ,
"NEW" : "New" ,
2020-07-03 10:26:43 +02:00
"ADD" : "Add" ,
2020-05-13 14:41:43 +02:00
"CREATE" : "Create" ,
"CONTINUE" : "Continue" ,
2020-07-08 15:02:57 +02:00
"BACK" : "Back" ,
2020-05-13 14:41:43 +02:00
"CLOSE" : "Close" ,
2020-07-08 15:02:57 +02:00
"CANCEL" : "Cancel" ,
2020-05-13 14:41:43 +02:00
"INFO" : "Info" ,
"OK" : "OK" ,
"VIEW" : "Show" ,
"DELETE" : "Delete" ,
2020-07-08 15:02:57 +02:00
"REMOVE" : "Remove" ,
2020-05-13 14:41:43 +02:00
"VERIFY" : "Verify" ,
2020-07-09 15:14:01 +02:00
"FINISH" : "Finish" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"CHANGE" : "Change" ,
2020-07-20 15:23:29 +02:00
"REACTIVATE" : "Reactivate" ,
"DEACTIVATE" : "Deactivate" ,
2020-07-24 09:48:58 +02:00
"REFRESH" : "Refresh" ,
2020-08-12 08:47:53 +02:00
"LOGIN" : "Login" ,
"EDIT" : "Edit"
2020-05-13 14:41:43 +02:00
} ,
"ERRORS" : {
2020-07-24 09:48:58 +02:00
"REQUIRED" : "Some required fields are missing!" ,
"TOKENINVALID" : {
"TITLE" : "Your auth token has expired" ,
"DESCRIPTION" : "Click the button below to login again!"
}
2020-05-13 14:41:43 +02:00
} ,
"USER" : {
"TITLE" : "Personal Information" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Manage your Information and Security settings." ,
2020-05-13 14:41:43 +02:00
"PAGES" : {
"LIST" : "Users" ,
"TITLE" : "User" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Create new user in your organisation and manage existing ones." ,
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
"LISTMACHINE" : "Service Users" ,
"DESCRIPTIONMACHINE" : "Create and manage Service Users of your organisation" ,
2020-05-13 14:41:43 +02:00
"DETAIL" : "Detail" ,
"CREATE" : "Create" ,
2020-06-23 18:56:29 +02:00
"MY" : "My Informations" ,
2020-06-24 11:33:27 +02:00
"LOGINNAMES" : "Loginnames" ,
2020-07-08 15:02:57 +02:00
"LOGINNAMESDESC" : "These are your Login Names." ,
2020-06-23 18:56:29 +02:00
"COPY" : "Copy to clipboard" ,
"COPIED" : "Copied to clipboard!" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"NOUSER" : "No User" ,
"REACTIVATE" : "Reactivate" ,
"DEACTIVATE" : "Deactivate"
2020-05-13 14:41:43 +02:00
} ,
"MFA" : {
2020-07-20 15:23:29 +02:00
"TABLETYPE" : "Type" ,
"TABLESTATE" : "Status" ,
"TABLEACTIONS" : "Actions" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "Multifactor Authentication" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Add a second factor to ensure optimal security for your account." ,
"MANAGE_DESCRIPTION" : "Manage the second factor methods of your users." ,
2020-05-13 14:41:43 +02:00
"OTP" : "Configure OTP" ,
"OTP_DIALOG_TITLE" : "Add OTP" ,
2020-07-08 15:02:57 +02:00
"OTP_DIALOG_DESCRIPTION" : "Scan the QR code with an authenticator app and enter the code below to verify and activate OTP." ,
2020-05-13 14:41:43 +02:00
"TYPE" : {
2020-07-08 15:02:57 +02:00
"0" : "No MFA defined" ,
"1" : "SMS" ,
"2" : "OTP"
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
"0" : "No State" ,
2020-07-08 15:02:57 +02:00
"1" : "Not Ready" ,
"2" : "Ready" ,
"3" : "Deleted"
2020-05-13 14:41:43 +02:00
}
} ,
"CREATE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Create a new User" ,
"DESCRIPTION" : "Please provide the necesary information." ,
2020-05-13 14:41:43 +02:00
"NAMEANDEMAILSECTION" : "Name and Email" ,
"GENDERLANGSECTION" : "Gender and Language" ,
2020-07-08 15:02:57 +02:00
"PHONESECTION" : "Phonenumbers" ,
2020-07-24 09:48:58 +02:00
"PASSWORDSECTION" : "Set the initial Password." ,
"ADDRESSANDPHONESECTION" : "Phonenumber"
2020-05-13 14:41:43 +02:00
} ,
"CODEDIALOG" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Verify Phone Number" ,
"DESCRIPTION" : "Enter the code you recieved by message to verify your phone." ,
2020-05-13 14:41:43 +02:00
"CODE" : "Code"
} ,
"DATA" : {
"STATE" : "Status" ,
2020-07-08 15:02:57 +02:00
"STATE0" : "Unknown" ,
"STATE1" : "Active" ,
"STATE2" : "Inactive" ,
"STATE3" : "Deleted" ,
"STATE4" : "Locked" ,
"STATE5" : "Supend" ,
"STATE6" : "Initial"
2020-05-13 14:41:43 +02:00
} ,
"PROFILE" : {
"TITLE" : "Profile" ,
"EMAIL" : "Email" ,
"PHONE" : "Phonenumber" ,
"USERNAME" : "Username" ,
"FIRSTNAME" : "Firstname" ,
"LASTNAME" : "Lastname" ,
"NICKNAME" : "Nickname" ,
"DISPLAYNAME" : "Displayname" ,
"PREFERRED_LANGUAGE" : "Language" ,
2020-07-06 16:17:06 +02:00
"GENDER" : "Gender" ,
"PASSWORD" : "Password"
2020-05-13 14:41:43 +02:00
} ,
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
"MACHINE" : {
"TITLE" : "Service User Details" ,
"USERNAME" : "Username" ,
"NAME" : "Name" ,
"DESCRIPTION" : "Description" ,
"KEYSTITLE" : "Keys" ,
"KEYSDESC" : "Define your keys and add an optional expiration date." ,
"ID" : "Key Id" ,
"TYPE" : "Type" ,
"EXPIRYDATE" : "Expiration date" ,
"CHOOSEEXPIRY" : "Select an expiration Date" ,
"CREATIONDATE" : "Creation Date" ,
"ADD" : {
"TITLE" : "Add Key" ,
"DESCRIPTION" : "Select your key type and choose an optional expiry date."
} ,
"KEYTYPES" : {
"1" : "JSON"
}
} ,
2020-05-13 14:41:43 +02:00
"PASSWORD" : {
"TITLE" : "Password" ,
2020-07-30 16:54:15 +02:00
"DESCRIPTION" : "Enter the new password according to the policy below." ,
2020-05-13 14:41:43 +02:00
"OLD" : "Current Password" ,
"NEW" : "New Password" ,
2020-07-08 15:02:57 +02:00
"CONFIRM" : "Confirm new Password" ,
"RESET" : "Reset current Password" ,
"SET" : "Set new Password" ,
"RESENDNOTIFICATION" : "Resend Password Reset Link" ,
"REQUIRED" : "Some required fields are missing!" ,
2020-07-30 16:54:15 +02:00
"MINLENGTHERROR" : "The Password has to be at least {{value}} characters long" ,
2020-07-08 15:02:57 +02:00
"NOTEQUAL" : "The password provided is not equal!"
2020-05-13 14:41:43 +02:00
} ,
"EMAIL" : "Email" ,
"PHONE" : "Phonenumber" ,
"LOGINMETHODS" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Contact Information" ,
"DESCRIPTION" : "The provided information is used to send important information, like password reset Emails to you." ,
2020-05-13 14:41:43 +02:00
"EMAIL" : {
"TITLE" : "Email" ,
"VALID" : "validated" ,
"RESEND" : "Resend verification mail"
} ,
"PHONE" : {
"TITLE" : "Phone" ,
"VALID" : "validated" ,
"RESEND" : "Resend verification message"
} ,
2020-07-08 15:02:57 +02:00
"RESENDCODE" : "Resend Code" ,
2020-05-13 14:41:43 +02:00
"ENTERCODE" : "Verify" ,
2020-07-08 15:02:57 +02:00
"ENTERCODE_DESC" : "Verify Code"
2020-05-13 14:41:43 +02:00
} ,
2020-07-08 15:02:57 +02:00
"GRANTS" : {
"TITLE" : "User Grants" ,
"DESCRIPTION" : "Give this user control of certain projects" ,
"CREATE" : {
"TITLE" : "Create User Grant" ,
"DESCRIPTION" : "Search for the organisation, the project and the corresponding project roles!"
}
2020-05-13 14:41:43 +02:00
} ,
"VALIDATION" : {
2020-07-08 15:02:57 +02:00
"INVALIDPATTERN" : "## TODO - Replace with Password Policy text - TODO ##" ,
2020-06-17 14:30:21 +02:00
"REQUIRED" : "The input field is empty" ,
2020-06-24 11:33:27 +02:00
"MINLENGTH" : "The password has to be at least {{requiredLength}} characters long!" ,
2020-07-08 15:02:57 +02:00
"NOEMAIL" : "Username can not be an email address!" ,
"UPPERCASEMISSING" : "The password must include a uppercase character!" ,
"LOWERCASEMISSING" : "The password must include a lowercase character!" ,
2020-06-24 11:33:27 +02:00
"SYMBOLERROR" : "The password must include a symbol!" ,
"NUMBERERROR" : "The password must include a number!"
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Unknown" ,
"1" : "Active" ,
"2" : "Expired"
2020-05-13 14:41:43 +02:00
} ,
"SEARCH" : {
2020-07-08 15:02:57 +02:00
"FOUND" : "Found"
2020-05-13 14:41:43 +02:00
} ,
"TARGET" : {
2020-07-08 15:02:57 +02:00
"SELF" : "If you want to grant a user of an other organisation" ,
"EXTERNAL" : "To grant a user of your organisation" ,
2020-05-13 14:41:43 +02:00
"CLICKHERE" : "Click here"
} ,
"SIGNEDOUT" : "You are signed out. Click the button below to sign in again!" ,
"SIGNEDOUT_BTN" : "Sign In" ,
"EDITACCOUNT" : "Edit Account" ,
2020-07-09 10:54:55 +02:00
"ADDACCOUNT" : "Log in with another account" ,
"TOAST" : {
2020-07-09 18:47:01 +02:00
"CREATED" : "User created successfully!" ,
"SAVED" : "Profile saved successfully!" ,
"EMAILSAVED" : "Email saved successfully!" ,
"PHONESAVED" : "Phone saved successfully!" ,
2020-07-09 10:54:55 +02:00
"PHONEREMOVED" : "Phone has been removed!" ,
2020-07-09 18:47:01 +02:00
"PHONEVERIFIED" : "Phone verified successfully!" ,
2020-07-09 10:54:55 +02:00
"PHONEVERIFICATIONSENT" : "Phone verification code sent!" ,
"EMAILVERIFICATIONSENT" : "Email verification code sent!" ,
"OTPREMOVED" : "OTP removed!" ,
"INITIALPASSWORDSET" : "Initial password set!" ,
"PASSWORDNOTIFICATIONSENT" : "Password Change Notification sent" ,
2020-07-09 18:47:01 +02:00
"PASSWORDCHANGED" : "Password changed successfully!" ,
2020-07-09 10:54:55 +02:00
"REACTIVATED" : "User reactivated" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"DEACTIVATED" : "User deactivated" ,
"SELECTEDREACTIVATED" : "Selected Users reactivated" ,
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
"SELECTEDDEACTIVATED" : "Selected Users deactivated" ,
"SELECTEDKEYSDELETED" : "Selected Keys deleted!"
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 08:48:47 +02:00
} ,
"MEMBERSHIPS" : {
"TITLE" : "Zitadel Manager Roles" ,
"DESCRIPTION" : "These are all member grants of the user. You can modify them also on organisation-, project-, or iam detailpages." ,
"CREATIONDATE" : "Creation Date" ,
"CHANGEDATE" : "Last Modified" ,
"DISPLAYNAME" : "Displayname" ,
"REMOVE" : "Remove" ,
"TYPE" : "Type" ,
"TYPES" : {
"0" : "Unknown" ,
"1" : "Organisation" ,
"2" : "Project" ,
"3" : "Granted Project"
}
2020-07-09 10:54:55 +02:00
}
2020-05-13 14:41:43 +02:00
} ,
2020-07-08 15:47:04 +02:00
"IAM" : {
2020-06-25 12:52:57 +02:00
"DETAIL" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Identity and Access Management Administration" ,
"DESCRIPTION" : "Manage the ZITADEL settings."
2020-06-25 12:52:57 +02:00
} ,
"MEMBER" : {
"TITLE" : "Managers" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Managers can add and edit organisations and make changes to their corresponding projects and apps"
2020-07-02 17:16:47 +02:00
} ,
"VIEWS" : {
2020-08-13 07:42:16 +02:00
"TITLE" : "Views" ,
"DESCRIPTION" : "This Card shows your Zitadel Views." ,
2020-07-02 17:16:47 +02:00
"VIEWNAME" : "Name" ,
"DATABASE" : "Database" ,
"SEQUENCE" : "Sequence" ,
2020-08-13 07:42:16 +02:00
"TIMESTAMP" : "Timestamp" ,
2020-07-02 17:16:47 +02:00
"ACTIONS" : "Actions" ,
"CLEAR" : "Clear"
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
} ,
2020-08-13 07:42:16 +02:00
"FAILEDEVENTS" : {
"TITLE" : "Failed Events" ,
"DESCRIPTION" : "This Card shows your failed Events." ,
"VIEWNAME" : "Name" ,
"DATABASE" : "Database" ,
"FAILEDSEQUENCE" : "Failed Sequence" ,
"FAILURECOUNT" : "Failure Count" ,
"ERRORMESSAGE" : "Error message" ,
"ACTIONS" : "Actions" ,
"DELETE" : "Remove" ,
"DELETESUCCESS" : "Failed Events removed!"
} ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"TOAST" : {
"MEMBERREMOVED" : "Manager removed!" ,
"MEMBERSADDED" : "Managers added!" ,
"MEMBERADDED" : "Manager added!" ,
"MEMBERCHANGED" : "Manager changed!" ,
"ROLEREMOVED" : "Role removed!" ,
"ROLECHANGED" : "Role changed!" ,
"REACTIVATED" : "Reaktiviert!" ,
"DEACTIVATED" : "Deaktiviert!"
2020-06-25 12:52:57 +02:00
}
} ,
2020-05-13 14:41:43 +02:00
"ORG" : {
"PAGES" : {
2020-07-08 15:02:57 +02:00
"LIST" : "Organisations" ,
"LISTDESCRIPTION" : "Choose an organisation." ,
"ACTIVE" : "Active" ,
"CREATE" : "Create organisation" ,
"ORGDETAIL_TITLE" : "Enter the name and domain of your new organisation." ,
"ORGDOMAIN_TITLE" : "Organisation domain ownership verification" ,
2020-08-12 08:47:53 +02:00
"ORGDOMAIN_VERIFICATION" : "Verify ownership of your domain. You need to download a verification file and upload it at the provided URL listed below or place a TXT Record at the provided Url. To complete, click the button to verify." ,
2020-07-08 15:02:57 +02:00
"ORGDOMAIN_VERIFICATION_SKIP" : "You can skip verification for now and continue to create your organisation, but in order to use your organisation this step has to be completed!" ,
"ORGDETAILUSER_TITLE" : "Configure Organisation Owner" ,
2020-08-12 08:47:53 +02:00
"ORGDOMAIN_VERIFICATION_VALIDATION_DESC" : "The tokens are checked regularly to ensure you are still owner of the domain." ,
"ORGDOMAIN_VERIFICATION_NEWTOKEN_TITLE" : "Request new token" ,
"ORGDOMAIN_VERIFICATION_NEWTOKEN_DESC" : "If you want to request a new token, select you preferred method, if you want to validate a persisting token, click on the button above." ,
2020-08-18 08:57:16 +02:00
"ORGDOMAIN_VERIFICATION_VALIDATION_ONGOING" : "A verification token has already been requested. Click on the button to trigger a verification check!" ,
2020-05-13 14:41:43 +02:00
"DOWNLOAD_FILE" : "Download file" ,
2020-07-08 15:02:57 +02:00
"SELECTORGTOOLTIP" : "Select this organisation" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"PRIMARYDOMAIN" : "Primary Domain" ,
2020-07-15 09:04:45 +02:00
"STATE" : "State" ,
"USEPASSWORD" : "Set initial password"
2020-05-13 14:41:43 +02:00
} ,
2020-06-17 17:11:36 +02:00
"DOMAINS" : {
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"NEW" : "Add Domain" ,
2020-06-17 17:11:36 +02:00
"TITLE" : "Domains" ,
2020-07-08 15:38:01 +02:00
"DESCRIPTION" : "Configure your domains. This domain can be used to login with your users." ,
2020-07-08 10:00:15 +02:00
"DELETE" : {
"TITLE" : "Delete domain?" ,
"DESCRIPTION" : "You are about to delete one of your domains. Note that your users can no longer use this domain for their logins."
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
} ,
"ADD" : {
"TITLE" : "Add domain" ,
"DESCRIPTION" : "You are about to add a domain for your organization. After successful process, you users will be able to use the domain for their login."
2020-07-08 10:00:15 +02:00
}
2020-06-17 17:11:36 +02:00
} ,
2020-05-13 14:41:43 +02:00
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Not defined" ,
"1" : "Active" ,
"2" : "Deactivated"
2020-05-13 14:41:43 +02:00
} ,
2020-06-16 14:52:07 +02:00
"MEMBER" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Organisation Managers" ,
"DESCRIPTION" : "Define Users which can change your organisations preferences."
2020-06-16 14:52:07 +02:00
} ,
2020-05-13 14:41:43 +02:00
"POLICY" : {
"TITLE" : "Explore Policies" ,
2020-07-08 15:47:04 +02:00
"DESCRIPTION" : "Pre-packaged policies that enhance your security." ,
2020-05-13 14:41:43 +02:00
"PWD_COMPLEXITY" : {
"TITLE" : "Password Complexity" ,
"DESCRIPTION" : "Ensures that all set passwords correspond to a specific pattern" ,
"TITLECREATE" : "Create Password Complexity Policy" ,
2020-06-17 14:30:21 +02:00
"DESCRIPTIONCREATE" : "Ensures that all set passwords correspond to a specific pattern" ,
"SYMBOLANDNUMBERERROR" : "The password must consist of a number and a symbol" ,
"SYMBOLERROR" : "The password must include a symbol!" ,
"NUMBERERROR" : "The password must include a number!" ,
"PATTERNERROR" : "The required pattern is not fulfilled!"
2020-05-13 14:41:43 +02:00
} ,
"PWD_AGE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Maximal Password Age" ,
2020-05-13 14:41:43 +02:00
"DESCRIPTION" : "You can set a max age property for passwords. This policy includes a warning after a specific time has elapsed" ,
"TITLECREATE" : "Create Password Age Policy" ,
"DESCRIPTIONCREATE" : "You can set a max age property for passwords. This policy includes a warning after a specific time has elapsed"
} ,
"PWD_LOCKOUT" : {
"TITLE" : "Password Lockout" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Password retries are infinite in default mode. You have to install this policy if you want to show retries or set a max amount of trials." ,
2020-05-13 14:41:43 +02:00
"TITLECREATE" : "Create Password Lockout Policy" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTIONCREATE" : "Password retries are infinite in default mode. You have to install this policy if you want to show retries or set a max amount of trials."
2020-05-13 14:41:43 +02:00
} ,
2020-06-25 12:52:57 +02:00
"IAM_POLICY" : {
"TITLE" : "IAM Access Preferences" ,
"DESCRIPTION" : "Define access properties of your users" ,
"TITLECREATE" : "Set IAM Access preferences" ,
"DESCRIPTIONCREATE" : "Emails as username is not allowed for enabled UserLoginMustBeDomain"
} ,
"BTN_INSTALL" : "Setup" ,
2020-05-13 14:41:43 +02:00
"BTN_EDIT" : "Modify" ,
"DATA" : {
"DESCRIPTION" : "Description" ,
"MINLENGTH" : "min length" ,
"HASNUMBER" : "has Number" ,
"HASSYMBOL" : "has Symbol" ,
"HASLOWERCASE" : "has lower case" ,
"HASUPPERCASE" : "has upper case" ,
"SHOWLOCKOUTFAILURES" : "show lockout failures" ,
"MAXATTEMPTS" : "Max Attempts" ,
"EXPIREWARNDAYS" : "Expiration Warning after day" ,
2020-06-25 12:52:57 +02:00
"MAXAGEDAYS" : "Max Age in days" ,
"USERLOGINMUSTBEDOMAIN" : "User Login must be Domain"
2020-05-13 14:41:43 +02:00
} ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"DELETE" : "Uninstall / Reset Policy"
} ,
"TOAST" : {
"DEACTIVATED" : "Organization deactivated!" ,
"REACTIVATED" : "Organization reactivated!" ,
"DOMAINADDED" : "Added domain!" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"DOMAINREMOVED" : "Removed domain!" ,
"MEMBERADDED" : "Manager added!" ,
2020-08-12 08:47:53 +02:00
"MEMBERREMOVED" : "Manager removed!" ,
"MEMBERCHANGED" : "Manager changed!"
2020-05-13 14:41:43 +02:00
}
} ,
"ORG_DETAIL" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Organisation" ,
"DESCRIPTION" : "Here you can edit your organisation configuration and manage members" ,
2020-05-13 14:41:43 +02:00
"DETAIL" : {
"TITLE" : "Detail" ,
"NAME" : "Name" ,
"DOMAIN" : "Domain" ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Not defined" ,
"1" : "Active" ,
"2" : "Inactive"
2020-05-13 14:41:43 +02:00
}
} ,
"MEMBER" : {
"TITLE" : "Members" ,
"USERNAME" : "Username" ,
"FIRSTNAME" : "Firstname" ,
"LASTNAME" : "Lastname" ,
"EMAIL" : "Email" ,
"ROLES" : "Roles" ,
"ADD" : "Add Member" ,
"ADDDESCRIPTION" : "Enter the mail addresses of the users to be added!"
} ,
"TABLE" : {
"TOTAL" : "Entries total:" ,
"SELECTION" : "Selected Elements" ,
"DEACTIVATE" : "deactivate User" ,
"ACTIVATE" : "activate User" ,
"DELETE" : "delete User"
}
} ,
"PROJECT" : {
"PAGES" : {
"TITLE" : "Project" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Here you can define applications, manage roles and grant other organisations to use your project" ,
2020-05-13 14:41:43 +02:00
"LIST" : "Projects" ,
"LISTDESCRIPTION" : "Here you can find all projects you are allowed to view or perform actions on. If you can't find a project, contact a project owner or someone with the corresponding rights to gain project access." ,
"DETAIL" : "Detail" ,
"CREATE" : "Create project" ,
"CREATE_DESC" : "Insert your projects name" ,
2020-06-16 14:52:07 +02:00
"ROLE" : "Role" ,
2020-06-23 18:56:29 +02:00
"NOITEMS" : "No projects" ,
2020-07-08 15:02:57 +02:00
"ZITADELPROJECT" : "This belongs to ZITADEL project. If you change something, ZITADEL may not behave as intended!" ,
2020-07-01 17:48:34 +02:00
"TYPE" : {
"OWNED" : "Owned Projects" ,
"GRANTED" : "Granted Projects"
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
} ,
"PINNED" : "Pinned" ,
"ALL" : "All" ,
2020-07-08 15:02:57 +02:00
"CREATEDON" : "Created on" ,
"LASTMODIFIED" : "Last modified on" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"ADDNEW" : "Create new project" ,
"DIALOG" : {
"REACTIVATE" : {
"TITLE" : "Reactivate project" ,
"DESCRIPTION" : "Do you really want to ractivate your project?"
} ,
"DEACTIVATE" : {
"TITLE" : "Deactivate project" ,
"DESCRIPTION" : "Do you really want to deactivate your project?"
2020-08-12 08:47:53 +02:00
} ,
"DELETE" : {
"TITLE" : "Projekt löschen" ,
"DESCRIPTION" : "Wollen Sie das Project wirklich löschen?"
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
}
}
2020-05-13 14:41:43 +02:00
} ,
"STATE" : {
"TITLE" : "State" ,
2020-07-08 15:02:57 +02:00
"0" : "Not defined" ,
"1" : "Active" ,
"2" : "Inactive"
2020-05-13 14:41:43 +02:00
} ,
"TYPE" : {
"TITLE" : "Type" ,
2020-07-08 15:02:57 +02:00
"0" : "Unknown type" ,
"1" : "Owned" ,
"2" : "Granted"
2020-05-13 14:41:43 +02:00
} ,
"NAME" : "Name" ,
"MEMBER" : {
2020-06-17 07:41:16 +02:00
"TITLE" : "Managers" ,
2020-07-08 15:02:57 +02:00
"TITLEDESC" : "Managers can make changes on this project, based on their role." ,
"DESCRIPTION" : "Here you can find all managers of this project. You can add a new member and manage existing ones." ,
2020-05-13 14:41:43 +02:00
"USERNAME" : "Username" ,
"FIRSTNAME" : "Firstname" ,
"LASTNAME" : "Lastname" ,
"EMAIL" : "Email" ,
2020-06-26 16:45:18 +02:00
"ROLES" : "Roles" ,
"USERID" : "User Id"
2020-05-13 14:41:43 +02:00
} ,
"GRANT" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Granted organisations" ,
"DESCRIPTION" : "Allow an other organisation to use your project" ,
2020-05-13 14:41:43 +02:00
"CREATE" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Create organisation grant" ,
2020-05-13 14:41:43 +02:00
"SEL_USERS" : "Select the users you wish to grant" ,
"SEL_PROJECT" : "Search for a project" ,
2020-07-01 17:48:34 +02:00
"SEL_ROLES" : "Select the roles you want to be added to the grant" ,
2020-07-03 15:07:43 +02:00
"SEL_USER" : "Search for a user" ,
"SEL_ORG" : "Set the domain" ,
2020-07-08 15:02:57 +02:00
"SEL_ORG_DESC" : "Enter the complete domain to specify the organisation to grant!" ,
"ORG_TITLE" : "Organisation" ,
"ORG_DESCRIPTION" : "You are about to grant a user for the organisation {{name}}" ,
"ORG_DESCRIPTION_DESC" : "Switch the context in the header above to grant a user for another organisation" ,
2020-07-03 15:07:43 +02:00
"SEL_ORG_FORMFIELD" : "Complete Domain" ,
2020-07-08 15:02:57 +02:00
"SEL_ORG_BUTTON" : "Search Organisation" ,
2020-07-01 17:48:34 +02:00
"FOR_ORG" : "The grant is created for:"
} ,
"DETAIL" : {
2020-07-08 15:02:57 +02:00
"TITLE" : "Managers of the granted organisation" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"DESC" : "These are the Managers of the granted organisation. You can select which users are allowed to maintain control of the project." ,
2020-07-30 16:54:15 +02:00
"MEMBERTITLE" : "Managers" ,
"MEMBERDESC" : "These are the managers of the granted organisation. Add users here, who should gain access to edit data of the project." ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"PROJECTNAME" : "Project Name" ,
"RESOURCEOWNER" : "Resource Owner"
2020-05-13 14:41:43 +02:00
} ,
2020-07-01 17:48:34 +02:00
"SHOWDETAIL" : "Show Details" ,
"USER" : "User" ,
"MEMBERS" : "Managers" ,
2020-05-13 14:41:43 +02:00
"PROJECTNAME" : "Project Name" ,
2020-07-08 15:02:57 +02:00
"GRANTEDORG" : "Granted Organisation" ,
2020-05-13 14:41:43 +02:00
"GRANTEDORGDOMAIN" : "Domain" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"RESOURCEOWNER" : "Resource Owner" ,
2020-07-08 15:02:57 +02:00
"GRANTEDORGNAME" : "Org. Name" ,
2020-05-13 14:41:43 +02:00
"CREATIONDATE" : "Creation Date" ,
"CHANGEDATE" : "Last Modified" ,
2020-07-09 15:14:01 +02:00
"ROLENAMESLIST" : "Roles" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"NOROLES" : "No roles" ,
"TOAST" : {
"PROJECTGRANTUSERGRANTADDED" : "Project Grant created!" ,
"PROJECTGRANTADDED" : "Project Grant created!" ,
"PROJECTGRANTCHANGED" : "Project Grant changed!" ,
"PROJECTGRANTMEMBERADDED" : "Grant Manager added!" ,
"PROJECTGRANTMEMBERCHANGED" : "Grant Manager changed!" ,
"PROJECTGRANTMEMBERREMOVED" : "Grant Manager removed!"
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 08:48:47 +02:00
} ,
"ROLES" : "Project Roles"
2020-05-13 14:41:43 +02:00
} ,
"APP" : {
"TITLE" : "Applications" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"NAME" : "Name" ,
"NAMEREQUIRED" : "A name ist required."
2020-05-13 14:41:43 +02:00
} ,
"ROLE" : {
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"ADDNEWLINE" : "Add additional role" ,
2020-06-10 12:59:12 +02:00
"KEY" : "Key" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "Roles" ,
"DESCRIPTION" : "Define some roles which can be used to create project-grants" ,
"NAME" : "Name" ,
"DISPLAY_NAME" : "Display Name" ,
"GROUP" : "Group" ,
"ACTIONS" : "Actions" ,
"ADDTITLE" : "Create role" ,
"ADDDESCRIPTION" : "Enter the data for the new role!" ,
2020-07-03 10:26:43 +02:00
"EDITTITLE" : "Edit role" ,
"EDITDESCRIPTION" : "Enter the new data for the role!" ,
2020-06-10 12:59:12 +02:00
"DELETE" : "Delete Role" ,
2020-07-03 10:26:43 +02:00
"CREATIONDATE" : "Created" ,
"SELECTGROUPTOOLTIP" : "Select all Roles of the group {{group}}"
2020-05-13 14:41:43 +02:00
} ,
"TABLE" : {
"TOTAL" : "Entries total:" ,
"SELECTION" : "Selected Elements" ,
2020-07-08 15:02:57 +02:00
"DEACTIVATE" : "Deactivate Project" ,
"ACTIVATE" : "Activate Project" ,
"DELETE" : "Delete Project" ,
"ORGNAME" : "Org. Name" ,
"ORGDOMAIN" : "Or.g Domain" ,
2020-05-13 14:41:43 +02:00
"STATE" : "Status" ,
2020-06-10 12:59:12 +02:00
"TYPE" : "Type" ,
2020-05-13 14:41:43 +02:00
"CREATIONDATE" : "Created At" ,
fix(console): ui/ux improvements, delete user phone, pinned cards, user grant role load fix (#357)
* project grant member edit
* project grant member dialog, import cleanup
* readd project roles
* user login-methods cleanup
* fix sw config, user grant context
* delete user grants, context for creation, search
* contributor box shadow
* password to detail view
* user detail notification
* ui ux improvements
* pinned section
* project pinnable grid, rem columns, move buttons
* user detail mfa, move user comonents, user grant
* del phone
* user detail service
* delete phone for auth, mgmt user
2020-07-07 11:50:42 +02:00
"CHANGEDATE" : "Last Modified" ,
"RESOURCEOWNER" : "Owner"
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"MEMBERREMOVED" : "Manager removed!" ,
"MEMBERSADDED" : "Managers added!" ,
"MEMBERADDED" : "Manager added!" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"MEMBERCHANGED" : "Manager changed!" ,
2020-07-09 10:54:55 +02:00
"ROLEREMOVED" : "Role removed!" ,
feat(console): pinned org list, project grant detail view, state change, i18n, domain dialog, policy refactor, theme fixes, refactor user and projects (#449)
* pinned organisations
* project grant detail, state update, user-list pad
* rm entry components
* members nav, i18n, disable actions on non active
* add org domain dialog
* mv password policy rm to detail view
* prefix pinned orgs for userid, fix collapsed pad
* fix app back navigation
* rem pwd required validator
* fix org item overflow
* routing
* move users modules to users page
* reorganize projects
* remove child init of translate
* hide same preferred loginname
2020-07-13 13:38:49 +02:00
"ROLECHANGED" : "Role changed!" ,
fix(console): cleanup structure, role guard, paginated requests, cleanup policies, toast i18n, view timestamp, preloading strategy, maennchenfindings, fix passwordchange (#483)
* routes, move grid to list comopnent
* rename app list component, move to project sub
* add owned-project-detail child module
* seperate pipes
* set password validators only if needed
* create org initialize without pwd
* no caps
* self xss message
* fix user table
* fix project member paginator
* fix project members pagination, user grant pag
* move project grants, fix imports
* fix owned project detail imports
* use pipe and directives
* ng content bindings, rem custom schemas
* i18n, fix error toast parameter
* toast i18n
* side background
* fix: sequence, add timestamp
* audit
* fix metanav background
* org domain label
* cleanup policy component
* shorten user grant roles, mk cols visible as bind
* move user components, show otp only if available
* preload modules
* fix password change
* fix org create buttons
* class css
2020-07-16 15:13:36 +02:00
"REACTIVATED" : "Reactivated!" ,
"DEACTIVATED" : "Deactivated!" ,
"UPDATED" : "Project changed!" ,
2020-08-12 08:47:53 +02:00
"GRANTUPDATED" : "Grant changed!" ,
"DELETED" : "Deleted Project!"
2020-05-13 14:41:43 +02:00
}
} ,
"APP" : {
"LIST" : "Applications" ,
"PAGES" : {
"TITLE" : "Application" ,
"DESCRIPTION" : "Here you can edit your application data and its configuration" ,
"CREATE_OIDC" : "OIDC Application" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"CREATE_OIDC_DESC_TITLE" : "Enter your application details step by step" ,
"CREATE_OIDC_DESC_SUB" : "A recommended configuration will be automatically generated." ,
2020-05-13 14:41:43 +02:00
"DETAIL" : {
"TITLE" : "Detail" ,
"STATE" : {
2020-07-08 15:02:57 +02:00
"0" : "Not defined" ,
"1" : "Active" ,
"2" : "Inactive"
2020-05-13 14:41:43 +02:00
}
}
} ,
"NAME" : "Name" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"TYPE" : "Application type" ,
"GRANT" : "Grant Types" ,
2020-05-13 14:41:43 +02:00
"OIDC" : {
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"PROSWITCH" : "I'm a pro. Skip this wizard." ,
"NAMEANDTYPESECTION" : "Name and Type" ,
"TITLEFIRST" : "Insert a name first!" ,
"TYPETITLE" : "What type of application do you want to create?" ,
"REDIRECTTITLE" : "Specify the urls where the login will redirect to." ,
"POSTREDIRECTTITLE" : "This is the redirect after logout." ,
2020-08-12 08:22:24 +02:00
"REDIRECTDESCRIPTIONWEB" : "Redirects must begin with https://. http:// is only valid with enabled dev mode." ,
"REDIRECTDESCRIPTIONNATIVE" : "Redirects must begin with your own protocol or http://localhost!" ,
2020-07-30 16:54:15 +02:00
"REDIRECTNOTVALID" : "This redirect is not valid!" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"TYPEREQUIRED" : "The type is required!" ,
2020-05-13 14:41:43 +02:00
"TITLE" : "OIDC Configuration" ,
"CLIENTID" : "Client ID" ,
"CLIENTSECRET" : "Client Secret" ,
"CLIENTSECRET_DESCRIPTION" : "Save your Client Secret as it will disappear once the dialog is closed!" ,
2020-07-08 15:02:57 +02:00
"REGENERATESECRET" : "Regenerate Client Secret" ,
2020-08-12 08:22:24 +02:00
"DEVMODE" : "Dev Mode" ,
"DEVMODEDESC" : "With enabled dev mode, redirect uris will not be validated!" ,
2020-05-13 14:41:43 +02:00
"REDIRECT" : "Redirect URIs" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"REDIRECTSECTION" : "Redirect URIs" ,
2020-05-13 14:41:43 +02:00
"POSTLOGOUTREDIRECT" : "Post logout URIs" ,
"RESPONSE" : "Response Types" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"RESPONSESECTION" : "Response Types" ,
2020-05-13 14:41:43 +02:00
"GRANT" : "Grant Types" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"GRANTSECTION" : "Grant Types" ,
"GRANTTITLE" : "Select your grant types. Note: Implicit is only available for browser based applications." ,
2020-05-13 14:41:43 +02:00
"APPTYPE" : "App Types" ,
"RESPONSE0" : "Code" ,
"RESPONSE1" : "Id Token" ,
"RESPONSE2" : "Token-Id Token" ,
"GRANT0" : "Authorization Code" ,
"GRANT1" : "Implicit" ,
"GRANT2" : "Refresh Token" ,
"APPTYPE0" : "Web" ,
"APPTYPE1" : "User Agent" ,
"APPTYPE2" : "Native" ,
"AUTHMETHOD" : "Auth Method" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"AUTHMETHODSECTION" : "Auth Method" ,
2020-05-13 14:41:43 +02:00
"AUTHMETHOD0" : "Basic" ,
"AUTHMETHOD1" : "Post" ,
fix(console): cleanup contributor module, move loading state to shared module, button visibility in light theme (#504)
* refreshtable component
* project grant refresh table
* project role refresh, user grant, i18n
* lint
* auth user mfa table
* auth mfa table
* rm unused 404 page, add mgmt mfa table
* change light accent color
* add actions to mfa table
* user detail mfa table
* clear selection on refresh, bind data length
* member table
* fix padding mfa table
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* z-index, new colors
* new senf color
* create stepper
* app create stepper
* i18n
* i18n sections, header titles
* lint
* add pro mode
* main contributor component
* drop project members shared module
* project detail members
* org contributors, iam contributors
* invert card and background colors in light design
* changes card design
* lighten meta background
* account card radius
* fix imports, global user email link
* move spinner to refresh-table component
* 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/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>
* 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>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* Update console/src/assets/i18n/en.json
Co-authored-by: Florian Forster <florian@caos.ch>
* light background on light design
* 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>
Co-authored-by: Florian Forster <florian@caos.ch>
2020-07-22 13:47:31 +02:00
"AUTHMETHOD2" : "None" ,
"UNSECUREREDIRECT" : "I sure hope you know what you are doing." ,
"OVERVIEWSECTION" : "Overview" ,
"OVERVIEWTITLE" : "You are now done. Review your configuration"
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"REACTIVATED" : "App reactivated!" ,
"DEACTIVATED" : "App deactivated!" ,
"OIDCUPDATED" : "OIDC Config updated!" ,
"OIDCCLIENTSECRETREGENERATED" : "OIDC Client Secret generated!"
2020-05-13 14:41:43 +02:00
}
} ,
"GENDERS" : {
2020-07-08 15:02:57 +02:00
"0" : "Unknown" ,
"1" : "Female" ,
"2" : "Male" ,
"3" : "Other"
2020-05-13 14:41:43 +02:00
} ,
"LANGUAGES" : {
"de" : "German" ,
"en" : "English"
} ,
"MEMBER" : {
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 08:48:47 +02:00
"ADD" : "Add a manager" ,
"CREATIONTYPE" : "Creation Type" ,
"CREATIONTYPES" : {
"3" : "IAM" ,
"2" : "Organisation" ,
"0" : "Owned Project" ,
"1" : "Granted Project" ,
"4" : "Project"
}
2020-05-13 14:41:43 +02:00
} ,
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 08:48:47 +02:00
"ROLESLABEL" : "Roles" ,
2020-05-13 14:41:43 +02:00
"GRANTS" : {
2020-07-01 17:48:34 +02:00
"DELETE" : "delete authorization" ,
"ADD" : "create authorization" ,
2020-07-08 15:02:57 +02:00
"ADD_BTN" : "New" ,
2020-07-01 17:48:34 +02:00
"PROJECT" : {
"TITLE" : "Authorizations" ,
"DESCRIPTION" : "Define Authorizations for the specified project. Note that you can only see entries from projects and users where you are permitted to."
} ,
"USER" : {
"TITLE" : "Authorizations" ,
"DESCRIPTION" : "Define Authorizations for the specified user. Note that you can only see entries from projects and users where you are permitted to."
} ,
"CREATE" : {
"TITLE" : "Create authorization" ,
"DESCRIPTION" : "Search for the orgnanization, the project and the corresponding roles."
} ,
"DETAIL" : {
"TITLE" : "Authorization Detail" ,
"DESCRIPTION" : ""
2020-07-09 10:54:55 +02:00
} ,
"TOAST" : {
"UPDATED" : "Grant updated!" ,
"BULKREMOVED" : "Grants removed!"
2020-07-01 17:48:34 +02:00
}
2020-05-13 14:41:43 +02:00
} ,
"CHANGES" : {
"LISTTITLE" : "Last Changes" ,
2020-07-03 10:26:43 +02:00
"BOTTOM" : "You've arrived at the bottom" ,
2020-05-13 14:41:43 +02:00
"ORG" : {
"TITLE" : "Activity" ,
2020-07-08 15:02:57 +02:00
"DESCRIPTION" : "Here you can see the latest events that have affected an organisation change"
2020-05-13 14:41:43 +02:00
} ,
"PROJECT" : {
"TITLE" : "Activity" ,
"DESCRIPTION" : "Here you can see the latest events that have affected a projectchange"
} ,
"USER" : {
"TITLE" : "Activity" ,
"DESCRIPTION" : "Here you can see the latest events that have affected a userchange"
} ,
"EVENTS" : {
2020-06-25 12:52:57 +02:00
"org.added" : "created" ,
"org.changed" : "changed" ,
"org.member.added" : "member created" ,
"org.member.removed" : "member deleted" ,
"org.domain.added" : "domain added" ,
"org.domain.verified" : "domain verified" ,
"org.domain.primary.set" : "set primary domain" ,
"org.domain.removed" : "domain removed" ,
"org.iam.policy.added" : "IAM policy added" ,
2020-07-03 15:07:43 +02:00
"project.added" : "project added" ,
2020-06-25 12:52:57 +02:00
"project.changed" : "changed" ,
"project.deactivated" : "deactivated" ,
"project.member.added" : "added member" ,
"project.member.removed" : "member deleted" ,
"project.role.added" : "created role" ,
"project.role.removed" : "deleted role" ,
"project.application.added" : "added app" ,
"project.application.config.oidc.added" : "added OIDC config" ,
2020-06-16 14:52:07 +02:00
"user.added" : "User added" ,
"user.initialization.code.added" : "Init code added" ,
"user.phone.code.added" : "Phone code added" ,
"user.phone.code.sent" : "User phone code sent" ,
"user.initialization.code.sent" : "Init code sent" ,
2020-05-13 14:41:43 +02:00
"user.email.verification.sended" : "User email verified" ,
2020-06-16 14:52:07 +02:00
"user.email.code.added" : "Email code added" ,
"user.email.code.sent" : "Email code sent" ,
"user.email.verified" : "Email verified" ,
2020-05-13 14:41:43 +02:00
"user.phone.verificationsended" : "User phone verification sent" ,
"user.phone.code" : "User phone code created" ,
"user.initialization.verification.sended" : "User mail verification sent" ,
"user.initialization.code.created" : "Initialization code sent" ,
"created.user.email.code" : "User email code created" ,
"created.user.phone.code" : "Phone code created" ,
"updated.user.password" : "Update Password" ,
"skipped.init.mfauser" : "Mfa Method skipped" ,
"verified.user.email" : "User email verified" ,
"registered.user" : "User registered" ,
"created.user" : "User created" ,
"skipped.init.mfa.user" : "User MFA init skipped" ,
"user.email.password.request.sended" : "Email password request sended" ,
"user.password.set.requested" : "Password request" ,
"user.phone.verification.sended" : "User Phone verification sended" ,
2020-06-16 14:52:07 +02:00
"user.phone.changed" : "User phone changed" ,
"user.phone.verified" : "User phone verified" ,
2020-05-13 14:41:43 +02:00
"updated.user.profile" : "User Profile update" ,
2020-06-16 14:52:07 +02:00
"user.email.init.sended" : "User Email init sended" ,
"user.password.changed" : "Password geändert" ,
"user.initialization.check.succeeded" : "Init check succeeded" ,
"user.password.check.succeeded" : "Password check succeeded" ,
"user.mfa.init.skipped" : "MFA init skipped" ,
"user.mfa.otp.added" : "MFA OTP added" ,
2020-06-25 12:52:57 +02:00
"user.mfa.otp.verified" : "MFA OTP verified" ,
2020-06-26 14:15:05 +02:00
"user.mfa.otp.removed" : "MFA OTP removed" ,
2020-06-25 12:52:57 +02:00
"user.selfregistered" : "self registered"
2020-05-13 14:41:43 +02:00
}
}
2020-07-08 10:00:15 +02:00
}