feat(console): add stylelint scss, app redirecturi validation, user grant api change (#531)

* add custom validator for redirect inputs

* change http pattern, i18n

* throw out deprecated usergrant functions

* remove deprecation service

* show docs in app detail

* reorder data promises

* show redirect desc in app detail

* custom validator

* grant search filters

* rm animations

* add validation to app detail

* user grant udpate

* rm grantid from update req

* fix project member guard

* fix hasrole directive

* show validation errors, i18n

* fix router link from org members

* navitem padding

* mobile layout

* policy grid mobile layout

* rm unused background

* lint

* add stylelinter add to pipeline

* update stylelint rules

* lint unknown rule

* disable enable rules

* lint

* table style lint

* table classes

* fix stylelinter rule, lint

* overflow fix member detail

* common detail page

* user create, password, project grant detail clnup

* move meta styles

* lint

* password policy indicator

* lint

* fix org create

* common component for complexity view

* lint

* user grant filter

* 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/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>

Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
Max Peintner
2020-07-30 16:54:15 +02:00
committed by GitHub
parent 8d1725a81d
commit 22ba33c2ef
154 changed files with 6780 additions and 6158 deletions

View File

@@ -144,7 +144,7 @@
},
"PASSWORD": {
"TITLE": "Passwort",
"DESCRIPTION": "## TODO - Replace with Password Policy text - TODO ##",
"DESCRIPTION": "Gib das neue Password unter Einhaltung der Richtlinie für die Komplexität ein.",
"OLD": "Aktuelles Passwort",
"NEW": "Neues Passwort",
"CONFIRM": "Neues Passwort wiederholen",
@@ -152,7 +152,7 @@
"SET":"Password neu setzen",
"RESENDNOTIFICATION": "Passwort Reset Link senden.",
"REQUIRED": "Bitte prüfe das alle notwendigen Felder befüllt sind.",
"MINLENGTHERROR":"Passwort muss mindestens {{value}} lang sein",
"MINLENGTHERROR":"Das Passwort muss mindestens {{value}} Zeichen lang sein",
"NOTEQUAL":"Das Passwort muss übereinstimmen!"
},
"EMAIL": "Email",
@@ -562,6 +562,9 @@
"TITLEFIRST":"Geben Sie zuerst einen Namen ein!",
"TYPETITLE":"Welche Art von Applikation möchtest du erstellen?",
"REDIRECTTITLE":"Wohin soll nach dem Login weitergeleitet werden?",
"REDIRECTDESCRIPTIONWEB":"Der redirect muss mit https:// beginnen. http:// ist nur für Testzwecke zulässig!",
"REDIRECTDESCRIPTIONNATIVE":"Die Weiterleitung muss mit einem eigenen Protokoll oder http://localhost beginnen!",
"REDIRECTNOTVALID":"Diese Weiterleitung ist nicht zulässig!",
"POSTREDIRECTTITLE":"Das ist die Weiterleitung nach einem logout.",
"TYPEREQUIRED":"Der Typ ist notwendig!",
"TITLE": "OIDC Konfiguration",
@@ -642,6 +645,7 @@
"ORG_POLICY_EDITOR":"Org. Policy Editor",
"ORG_POLICY_VIEWER":"Org. Policy Viewer",
"PROJECT_OWNER":"Project Owner",
"PROJECT_OWNER_VIEWER":"Project Owner Viewer",
"PROJECT_MEMBER_EDITOR":"Project Member Editor",
"PROJECT_APP_EDITOR":"Project App Editor",
"PROJECT_APP_VIEWER":"Project App Viewer",

View File

@@ -144,7 +144,7 @@
},
"PASSWORD": {
"TITLE": "Password",
"DESCRIPTION": "## TODO - Replace with Password Policy text - TODO ##",
"DESCRIPTION": "Enter the new password according to the policy below.",
"OLD": "Current Password",
"NEW": "New Password",
"CONFIRM": "Confirm new Password",
@@ -152,7 +152,7 @@
"SET":"Set new Password",
"RESENDNOTIFICATION": "Resend Password Reset Link",
"REQUIRED": "Some required fields are missing!",
"MINLENGTHERROR":"Password has to be at least {{value}} characters long",
"MINLENGTHERROR":"The Password has to be at least {{value}} characters long",
"NOTEQUAL":"The password provided is not equal!"
},
"EMAIL": "Email",
@@ -461,6 +461,8 @@
"DETAIL": {
"TITLE":"Managers of the granted organisation",
"DESC":"These are the Managers of the granted organisation. You can select which users are allowed to maintain control of the project.",
"MEMBERTITLE":"Managers",
"MEMBERDESC":"These are the managers of the granted organisation. Add users here, who should gain access to edit data of the project.",
"PROJECTNAME":"Project Name",
"RESOURCEOWNER":"Resource Owner"
},
@@ -561,6 +563,9 @@
"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.",
"REDIRECTDESCRIPTIONWEB":"The redirect has to begin with https://. http:// is only valid for testing purposes!",
"REDIRECTDESCRIPTIONNATIVE":"The redirect has to begin with your own protocol or http://localhost!",
"REDIRECTNOTVALID":"This redirect is not valid!",
"TYPEREQUIRED":"The type is required!",
"TITLE": "OIDC Configuration",
"CLIENTID": "Client ID",
@@ -640,6 +645,7 @@
"ORG_POLICY_EDITOR":"Org. Policy Editor",
"ORG_POLICY_VIEWER":"Org. Policy Viewer",
"PROJECT_OWNER":"Project Owner",
"PROJECT_OWNER_VIEWER":"Project Owner Viewer",
"PROJECT_MEMBER_EDITOR":"Project Member Editor",
"PROJECT_APP_EDITOR":"Project App Editor",
"PROJECT_APP_VIEWER":"Project App Viewer",