web/admin: add ability to add users to a group whilst creating a group

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-17 19:56:49 +02:00
parent 240136154b
commit 766c4873a0
4 changed files with 71 additions and 70 deletions

View File

@ -79,13 +79,13 @@ msgstr "Access token URL"
msgid "Action" msgid "Action"
msgstr "Action" msgstr "Action"
#: src/pages/groups/MemberSelectModal.ts:45 #: src/pages/groups/MemberSelectModal.ts:46
#: src/pages/users/UserListPage.ts:51 #: src/pages/users/UserListPage.ts:51
#: src/pages/users/UserViewPage.ts:116 #: src/pages/users/UserViewPage.ts:116
msgid "Active" msgid "Active"
msgstr "Active" msgstr "Active"
#: src/pages/groups/MemberSelectModal.ts:82 #: src/pages/groups/MemberSelectModal.ts:83
msgid "Add" msgid "Add"
msgstr "Add" msgstr "Add"
@ -259,8 +259,8 @@ msgstr "Attempted to log in as {0}"
msgid "Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded." msgid "Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded."
msgstr "Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded." msgstr "Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded."
#: src/pages/groups/GroupForm.ts:134 #: src/pages/groups/GroupForm.ts:135
#: src/pages/stages/invitation/InvitationForm.ts:51 #: src/pages/stages/invitation/InvitationForm.ts:52
#: src/pages/users/UserForm.ts:77 #: src/pages/users/UserForm.ts:77
msgid "Attributes" msgid "Attributes"
msgstr "Attributes" msgstr "Attributes"
@ -274,7 +274,7 @@ msgstr "Audience"
msgid "Authentication" msgid "Authentication"
msgstr "Authentication" msgstr "Authentication"
#: src/pages/sources/oauth/OAuthSourceForm.ts:165 #: src/pages/sources/oauth/OAuthSourceForm.ts:175
#: src/pages/sources/saml/SAMLSourceForm.ts:245 #: src/pages/sources/saml/SAMLSourceForm.ts:245
msgid "Authentication flow" msgid "Authentication flow"
msgstr "Authentication flow" msgstr "Authentication flow"
@ -416,7 +416,7 @@ msgstr "Can be in the format of 'unix://' when connecting to a local docker daem
#: src/elements/forms/ConfirmationForm.ts:75 #: src/elements/forms/ConfirmationForm.ts:75
#: src/elements/forms/DeleteForm.ts:86 #: src/elements/forms/DeleteForm.ts:86
#: src/elements/forms/ModalForm.ts:71 #: src/elements/forms/ModalForm.ts:71
#: src/pages/groups/MemberSelectModal.ts:89 #: src/pages/groups/MemberSelectModal.ts:90
#: src/pages/users/UserActiveForm.ts:73 #: src/pages/users/UserActiveForm.ts:73
msgid "Cancel" msgid "Cancel"
msgstr "Cancel" msgstr "Cancel"
@ -1116,7 +1116,7 @@ msgstr "Enabled"
msgid "Enrollment" msgid "Enrollment"
msgstr "Enrollment" msgstr "Enrollment"
#: src/pages/sources/oauth/OAuthSourceForm.ts:186 #: src/pages/sources/oauth/OAuthSourceForm.ts:196
#: src/pages/sources/saml/SAMLSourceForm.ts:266 #: src/pages/sources/saml/SAMLSourceForm.ts:266
#: src/pages/stages/identification/IdentificationStageForm.ts:107 #: src/pages/stages/identification/IdentificationStageForm.ts:107
msgid "Enrollment flow" msgid "Enrollment flow"
@ -1209,7 +1209,7 @@ msgstr "Execution logging"
#: src/elements/oauth/UserCodeList.ts:30 #: src/elements/oauth/UserCodeList.ts:30
#: src/elements/oauth/UserRefreshList.ts:30 #: src/elements/oauth/UserRefreshList.ts:30
#: src/elements/user/UserConsentList.ts:30 #: src/elements/user/UserConsentList.ts:30
#: src/pages/stages/invitation/InvitationForm.ts:45 #: src/pages/stages/invitation/InvitationForm.ts:46
msgid "Expires" msgid "Expires"
msgstr "Expires" msgstr "Expires"
@ -1328,17 +1328,17 @@ msgstr "Flow"
msgid "Flow Overview" msgid "Flow Overview"
msgstr "Flow Overview" msgstr "Flow Overview"
#: src/pages/sources/oauth/OAuthSourceForm.ts:161 #: src/pages/sources/oauth/OAuthSourceForm.ts:171
#: src/pages/sources/saml/SAMLSourceForm.ts:220 #: src/pages/sources/saml/SAMLSourceForm.ts:220
msgid "Flow settings" msgid "Flow settings"
msgstr "Flow settings" msgstr "Flow settings"
#: src/pages/sources/oauth/OAuthSourceForm.ts:183 #: src/pages/sources/oauth/OAuthSourceForm.ts:193
#: src/pages/sources/saml/SAMLSourceForm.ts:263 #: src/pages/sources/saml/SAMLSourceForm.ts:263
msgid "Flow to use when authenticating existing users." msgid "Flow to use when authenticating existing users."
msgstr "Flow to use when authenticating existing users." msgstr "Flow to use when authenticating existing users."
#: src/pages/sources/oauth/OAuthSourceForm.ts:204 #: src/pages/sources/oauth/OAuthSourceForm.ts:214
#: src/pages/sources/saml/SAMLSourceForm.ts:284 #: src/pages/sources/saml/SAMLSourceForm.ts:284
msgid "Flow to use when enrolling new users." msgid "Flow to use when enrolling new users."
msgstr "Flow to use when enrolling new users." msgstr "Flow to use when enrolling new users."
@ -1476,7 +1476,7 @@ msgid "Hide managed mappings"
msgstr "Hide managed mappings" msgstr "Hide managed mappings"
#: src/pages/events/RuleForm.ts:93 #: src/pages/events/RuleForm.ts:93
#: src/pages/groups/GroupForm.ts:131 #: src/pages/groups/GroupForm.ts:132
#: src/pages/outposts/OutpostForm.ts:98 #: src/pages/outposts/OutpostForm.ts:98
#: src/pages/providers/oauth2/OAuth2ProviderForm.ts:169 #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:169
#: src/pages/providers/saml/SAMLProviderForm.ts:171 #: src/pages/providers/saml/SAMLProviderForm.ts:171
@ -1589,7 +1589,7 @@ msgstr "Invitations"
msgid "Is active" msgid "Is active"
msgstr "Is active" msgstr "Is active"
#: src/pages/groups/GroupForm.ts:60 #: src/pages/groups/GroupForm.ts:62
msgid "Is superuser" msgid "Is superuser"
msgstr "Is superuser" msgstr "Is superuser"
@ -1633,7 +1633,7 @@ msgstr "Label"
msgid "Label shown next to/above the prompt." msgid "Label shown next to/above the prompt."
msgstr "Label shown next to/above the prompt." msgstr "Label shown next to/above the prompt."
#: src/pages/groups/MemberSelectModal.ts:46 #: src/pages/groups/MemberSelectModal.ts:47
#: src/pages/users/UserListPage.ts:52 #: src/pages/users/UserListPage.ts:52
#: src/pages/users/UserViewPage.ts:108 #: src/pages/users/UserViewPage.ts:108
msgid "Last login" msgid "Last login"
@ -1692,8 +1692,8 @@ msgstr "Loading"
#: src/pages/events/RuleForm.ts:90 #: src/pages/events/RuleForm.ts:90
#: src/pages/flows/StageBindingForm.ts:89 #: src/pages/flows/StageBindingForm.ts:89
#: src/pages/flows/StageBindingForm.ts:106 #: src/pages/flows/StageBindingForm.ts:106
#: src/pages/groups/GroupForm.ts:76 #: src/pages/groups/GroupForm.ts:77
#: src/pages/groups/GroupForm.ts:127 #: src/pages/groups/GroupForm.ts:128
#: src/pages/outposts/OutpostForm.ts:74 #: src/pages/outposts/OutpostForm.ts:74
#: src/pages/outposts/OutpostForm.ts:96 #: src/pages/outposts/OutpostForm.ts:96
#: src/pages/outposts/ServiceConnectionDockerForm.ts:87 #: src/pages/outposts/ServiceConnectionDockerForm.ts:87
@ -1718,9 +1718,9 @@ msgstr "Loading"
#: src/pages/providers/saml/SAMLProviderImportForm.ts:55 #: src/pages/providers/saml/SAMLProviderImportForm.ts:55
#: src/pages/sources/ldap/LDAPSourceForm.ts:164 #: src/pages/sources/ldap/LDAPSourceForm.ts:164
#: src/pages/sources/ldap/LDAPSourceForm.ts:190 #: src/pages/sources/ldap/LDAPSourceForm.ts:190
#: src/pages/sources/oauth/OAuthSourceForm.ts:153 #: src/pages/sources/oauth/OAuthSourceForm.ts:163
#: src/pages/sources/oauth/OAuthSourceForm.ts:181 #: src/pages/sources/oauth/OAuthSourceForm.ts:191
#: src/pages/sources/oauth/OAuthSourceForm.ts:202 #: src/pages/sources/oauth/OAuthSourceForm.ts:212
#: src/pages/sources/saml/SAMLSourceForm.ts:126 #: src/pages/sources/saml/SAMLSourceForm.ts:126
#: src/pages/sources/saml/SAMLSourceForm.ts:240 #: src/pages/sources/saml/SAMLSourceForm.ts:240
#: src/pages/sources/saml/SAMLSourceForm.ts:261 #: src/pages/sources/saml/SAMLSourceForm.ts:261
@ -1796,7 +1796,7 @@ msgstr "Matches an event against a set of criteria. If any of the configured val
msgid "Maximum age (in days)" msgid "Maximum age (in days)"
msgstr "Maximum age (in days)" msgstr "Maximum age (in days)"
#: src/pages/groups/GroupForm.ts:80 #: src/pages/groups/GroupForm.ts:81
#: src/pages/groups/GroupListPage.ts:47 #: src/pages/groups/GroupListPage.ts:47
msgid "Members" msgid "Members"
msgstr "Members" msgstr "Members"
@ -1856,9 +1856,9 @@ msgstr "Monitor"
#: src/pages/flows/BoundStagesList.ts:39 #: src/pages/flows/BoundStagesList.ts:39
#: src/pages/flows/FlowForm.ts:81 #: src/pages/flows/FlowForm.ts:81
#: src/pages/flows/FlowListPage.ts:47 #: src/pages/flows/FlowListPage.ts:47
#: src/pages/groups/GroupForm.ts:51 #: src/pages/groups/GroupForm.ts:53
#: src/pages/groups/GroupListPage.ts:45 #: src/pages/groups/GroupListPage.ts:45
#: src/pages/groups/MemberSelectModal.ts:44 #: src/pages/groups/MemberSelectModal.ts:45
#: src/pages/outposts/OutpostForm.ts:47 #: src/pages/outposts/OutpostForm.ts:47
#: src/pages/outposts/OutpostListPage.ts:50 #: src/pages/outposts/OutpostListPage.ts:50
#: src/pages/outposts/ServiceConnectionDockerForm.ts:53 #: src/pages/outposts/ServiceConnectionDockerForm.ts:53
@ -1939,7 +1939,7 @@ msgstr "New version available!"
#: src/pages/crypto/CertificateKeyPairListPage.ts:61 #: src/pages/crypto/CertificateKeyPairListPage.ts:61
#: src/pages/groups/GroupListPage.ts:58 #: src/pages/groups/GroupListPage.ts:58
#: src/pages/groups/MemberSelectModal.ts:56 #: src/pages/groups/MemberSelectModal.ts:57
#: src/pages/outposts/ServiceConnectionListPage.ts:64 #: src/pages/outposts/ServiceConnectionListPage.ts:64
#: src/pages/policies/BoundPoliciesList.ts:118 #: src/pages/policies/BoundPoliciesList.ts:118
#: src/pages/policies/PolicyTestForm.ts:38 #: src/pages/policies/PolicyTestForm.ts:38
@ -2134,7 +2134,7 @@ msgstr "Optional Private Key. If this is set, you can use this keypair for encry
msgid "Optional URL if the IDP supports Single-Logout." msgid "Optional URL if the IDP supports Single-Logout."
msgstr "Optional URL if the IDP supports Single-Logout." msgstr "Optional URL if the IDP supports Single-Logout."
#: src/pages/stages/invitation/InvitationForm.ts:55 #: src/pages/stages/invitation/InvitationForm.ts:56
msgid "Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON." msgid "Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON."
msgstr "Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON." msgstr "Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON."
@ -2208,7 +2208,7 @@ msgstr "Overview"
msgid "PEM-encoded Certificate data." msgid "PEM-encoded Certificate data."
msgstr "PEM-encoded Certificate data." msgstr "PEM-encoded Certificate data."
#: src/pages/groups/GroupForm.ts:66 #: src/pages/groups/GroupForm.ts:68
#: src/pages/groups/GroupListPage.ts:46 #: src/pages/groups/GroupListPage.ts:46
msgid "Parent" msgid "Parent"
msgstr "Parent" msgstr "Parent"
@ -2673,7 +2673,7 @@ msgstr "Select all rows"
msgid "Select an identification method." msgid "Select an identification method."
msgstr "Select an identification method." msgstr "Select an identification method."
#: src/pages/groups/MemberSelectModal.ts:67 #: src/pages/groups/MemberSelectModal.ts:68
msgid "Select users to add" msgid "Select users to add"
msgstr "Select users to add" msgstr "Select users to add"
@ -2754,7 +2754,7 @@ msgstr "Set HTTP-Basic Authentication"
msgid "Set a custom HTTP-Basic Authentication header based on values from authentik." msgid "Set a custom HTTP-Basic Authentication header based on values from authentik."
msgstr "Set a custom HTTP-Basic Authentication header based on values from authentik." msgstr "Set a custom HTTP-Basic Authentication header based on values from authentik."
#: src/pages/groups/GroupForm.ts:138 #: src/pages/groups/GroupForm.ts:139
#: src/pages/outposts/OutpostForm.ts:109 #: src/pages/outposts/OutpostForm.ts:109
#: src/pages/outposts/ServiceConnectionKubernetesForm.ts:73 #: src/pages/outposts/ServiceConnectionKubernetesForm.ts:73
#: src/pages/policies/PolicyTestForm.ts:78 #: src/pages/policies/PolicyTestForm.ts:78
@ -2979,11 +2979,11 @@ msgstr "Successfully created certificate-key pair."
msgid "Successfully created flow." msgid "Successfully created flow."
msgstr "Successfully created flow." msgstr "Successfully created flow."
#: src/pages/groups/GroupForm.ts:44 #: src/pages/groups/GroupForm.ts:46
msgid "Successfully created group." msgid "Successfully created group."
msgstr "Successfully created group." msgstr "Successfully created group."
#: src/pages/stages/invitation/InvitationForm.ts:38 #: src/pages/stages/invitation/InvitationForm.ts:39
msgid "Successfully created invitation." msgid "Successfully created invitation."
msgstr "Successfully created invitation." msgstr "Successfully created invitation."
@ -3115,11 +3115,11 @@ msgstr "Successfully updated device."
msgid "Successfully updated flow." msgid "Successfully updated flow."
msgstr "Successfully updated flow." msgstr "Successfully updated flow."
#: src/pages/groups/GroupForm.ts:41 #: src/pages/groups/GroupForm.ts:43
msgid "Successfully updated group." msgid "Successfully updated group."
msgstr "Successfully updated group." msgstr "Successfully updated group."
#: src/pages/stages/invitation/InvitationForm.ts:35 #: src/pages/stages/invitation/InvitationForm.ts:36
msgid "Successfully updated invitation." msgid "Successfully updated invitation."
msgstr "Successfully updated invitation." msgstr "Successfully updated invitation."
@ -3706,7 +3706,7 @@ msgstr "Username: Same as Text input, but checks for and prevents duplicate user
msgid "Users" msgid "Users"
msgstr "Users" msgstr "Users"
#: src/pages/groups/GroupForm.ts:63 #: src/pages/groups/GroupForm.ts:65
msgid "Users added to this group will be superusers." msgid "Users added to this group will be superusers."
msgstr "Users added to this group will be superusers." msgstr "Users added to this group will be superusers."
@ -3859,7 +3859,7 @@ msgstr "X509 Subject"
#: src/pages/crypto/CertificateKeyPairListPage.ts:61 #: src/pages/crypto/CertificateKeyPairListPage.ts:61
#: src/pages/groups/GroupListPage.ts:58 #: src/pages/groups/GroupListPage.ts:58
#: src/pages/groups/MemberSelectModal.ts:56 #: src/pages/groups/MemberSelectModal.ts:57
#: src/pages/outposts/ServiceConnectionListPage.ts:64 #: src/pages/outposts/ServiceConnectionListPage.ts:64
#: src/pages/policies/BoundPoliciesList.ts:118 #: src/pages/policies/BoundPoliciesList.ts:118
#: src/pages/policies/PolicyTestForm.ts:38 #: src/pages/policies/PolicyTestForm.ts:38

View File

@ -79,13 +79,13 @@ msgstr ""
msgid "Action" msgid "Action"
msgstr "" msgstr ""
#: src/pages/groups/MemberSelectModal.ts:45 #: src/pages/groups/MemberSelectModal.ts:46
#: src/pages/users/UserListPage.ts:51 #: src/pages/users/UserListPage.ts:51
#: src/pages/users/UserViewPage.ts:116 #: src/pages/users/UserViewPage.ts:116
msgid "Active" msgid "Active"
msgstr "" msgstr ""
#: src/pages/groups/MemberSelectModal.ts:82 #: src/pages/groups/MemberSelectModal.ts:83
msgid "Add" msgid "Add"
msgstr "" msgstr ""
@ -255,8 +255,8 @@ msgstr ""
msgid "Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded." msgid "Attribute name used for SAML Assertions. Can be a URN OID, a schema reference, or a any other string. If this property mapping is used for NameID Property, this field is discarded."
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:134 #: src/pages/groups/GroupForm.ts:135
#: src/pages/stages/invitation/InvitationForm.ts:51 #: src/pages/stages/invitation/InvitationForm.ts:52
#: src/pages/users/UserForm.ts:77 #: src/pages/users/UserForm.ts:77
msgid "Attributes" msgid "Attributes"
msgstr "" msgstr ""
@ -270,7 +270,7 @@ msgstr ""
msgid "Authentication" msgid "Authentication"
msgstr "" msgstr ""
#: src/pages/sources/oauth/OAuthSourceForm.ts:165 #: src/pages/sources/oauth/OAuthSourceForm.ts:175
#: src/pages/sources/saml/SAMLSourceForm.ts:245 #: src/pages/sources/saml/SAMLSourceForm.ts:245
msgid "Authentication flow" msgid "Authentication flow"
msgstr "" msgstr ""
@ -412,7 +412,7 @@ msgstr ""
#: src/elements/forms/ConfirmationForm.ts:75 #: src/elements/forms/ConfirmationForm.ts:75
#: src/elements/forms/DeleteForm.ts:86 #: src/elements/forms/DeleteForm.ts:86
#: src/elements/forms/ModalForm.ts:71 #: src/elements/forms/ModalForm.ts:71
#: src/pages/groups/MemberSelectModal.ts:89 #: src/pages/groups/MemberSelectModal.ts:90
#: src/pages/users/UserActiveForm.ts:73 #: src/pages/users/UserActiveForm.ts:73
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
@ -1108,7 +1108,7 @@ msgstr ""
msgid "Enrollment" msgid "Enrollment"
msgstr "" msgstr ""
#: src/pages/sources/oauth/OAuthSourceForm.ts:186 #: src/pages/sources/oauth/OAuthSourceForm.ts:196
#: src/pages/sources/saml/SAMLSourceForm.ts:266 #: src/pages/sources/saml/SAMLSourceForm.ts:266
#: src/pages/stages/identification/IdentificationStageForm.ts:107 #: src/pages/stages/identification/IdentificationStageForm.ts:107
msgid "Enrollment flow" msgid "Enrollment flow"
@ -1201,7 +1201,7 @@ msgstr ""
#: src/elements/oauth/UserCodeList.ts:30 #: src/elements/oauth/UserCodeList.ts:30
#: src/elements/oauth/UserRefreshList.ts:30 #: src/elements/oauth/UserRefreshList.ts:30
#: src/elements/user/UserConsentList.ts:30 #: src/elements/user/UserConsentList.ts:30
#: src/pages/stages/invitation/InvitationForm.ts:45 #: src/pages/stages/invitation/InvitationForm.ts:46
msgid "Expires" msgid "Expires"
msgstr "" msgstr ""
@ -1320,17 +1320,17 @@ msgstr ""
msgid "Flow Overview" msgid "Flow Overview"
msgstr "" msgstr ""
#: src/pages/sources/oauth/OAuthSourceForm.ts:161 #: src/pages/sources/oauth/OAuthSourceForm.ts:171
#: src/pages/sources/saml/SAMLSourceForm.ts:220 #: src/pages/sources/saml/SAMLSourceForm.ts:220
msgid "Flow settings" msgid "Flow settings"
msgstr "" msgstr ""
#: src/pages/sources/oauth/OAuthSourceForm.ts:183 #: src/pages/sources/oauth/OAuthSourceForm.ts:193
#: src/pages/sources/saml/SAMLSourceForm.ts:263 #: src/pages/sources/saml/SAMLSourceForm.ts:263
msgid "Flow to use when authenticating existing users." msgid "Flow to use when authenticating existing users."
msgstr "" msgstr ""
#: src/pages/sources/oauth/OAuthSourceForm.ts:204 #: src/pages/sources/oauth/OAuthSourceForm.ts:214
#: src/pages/sources/saml/SAMLSourceForm.ts:284 #: src/pages/sources/saml/SAMLSourceForm.ts:284
msgid "Flow to use when enrolling new users." msgid "Flow to use when enrolling new users."
msgstr "" msgstr ""
@ -1468,7 +1468,7 @@ msgid "Hide managed mappings"
msgstr "" msgstr ""
#: src/pages/events/RuleForm.ts:93 #: src/pages/events/RuleForm.ts:93
#: src/pages/groups/GroupForm.ts:131 #: src/pages/groups/GroupForm.ts:132
#: src/pages/outposts/OutpostForm.ts:98 #: src/pages/outposts/OutpostForm.ts:98
#: src/pages/providers/oauth2/OAuth2ProviderForm.ts:169 #: src/pages/providers/oauth2/OAuth2ProviderForm.ts:169
#: src/pages/providers/saml/SAMLProviderForm.ts:171 #: src/pages/providers/saml/SAMLProviderForm.ts:171
@ -1581,7 +1581,7 @@ msgstr ""
msgid "Is active" msgid "Is active"
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:60 #: src/pages/groups/GroupForm.ts:62
msgid "Is superuser" msgid "Is superuser"
msgstr "" msgstr ""
@ -1625,7 +1625,7 @@ msgstr ""
msgid "Label shown next to/above the prompt." msgid "Label shown next to/above the prompt."
msgstr "" msgstr ""
#: src/pages/groups/MemberSelectModal.ts:46 #: src/pages/groups/MemberSelectModal.ts:47
#: src/pages/users/UserListPage.ts:52 #: src/pages/users/UserListPage.ts:52
#: src/pages/users/UserViewPage.ts:108 #: src/pages/users/UserViewPage.ts:108
msgid "Last login" msgid "Last login"
@ -1684,8 +1684,8 @@ msgstr ""
#: src/pages/events/RuleForm.ts:90 #: src/pages/events/RuleForm.ts:90
#: src/pages/flows/StageBindingForm.ts:89 #: src/pages/flows/StageBindingForm.ts:89
#: src/pages/flows/StageBindingForm.ts:106 #: src/pages/flows/StageBindingForm.ts:106
#: src/pages/groups/GroupForm.ts:76 #: src/pages/groups/GroupForm.ts:77
#: src/pages/groups/GroupForm.ts:127 #: src/pages/groups/GroupForm.ts:128
#: src/pages/outposts/OutpostForm.ts:74 #: src/pages/outposts/OutpostForm.ts:74
#: src/pages/outposts/OutpostForm.ts:96 #: src/pages/outposts/OutpostForm.ts:96
#: src/pages/outposts/ServiceConnectionDockerForm.ts:87 #: src/pages/outposts/ServiceConnectionDockerForm.ts:87
@ -1710,9 +1710,9 @@ msgstr ""
#: src/pages/providers/saml/SAMLProviderImportForm.ts:55 #: src/pages/providers/saml/SAMLProviderImportForm.ts:55
#: src/pages/sources/ldap/LDAPSourceForm.ts:164 #: src/pages/sources/ldap/LDAPSourceForm.ts:164
#: src/pages/sources/ldap/LDAPSourceForm.ts:190 #: src/pages/sources/ldap/LDAPSourceForm.ts:190
#: src/pages/sources/oauth/OAuthSourceForm.ts:153 #: src/pages/sources/oauth/OAuthSourceForm.ts:163
#: src/pages/sources/oauth/OAuthSourceForm.ts:181 #: src/pages/sources/oauth/OAuthSourceForm.ts:191
#: src/pages/sources/oauth/OAuthSourceForm.ts:202 #: src/pages/sources/oauth/OAuthSourceForm.ts:212
#: src/pages/sources/saml/SAMLSourceForm.ts:126 #: src/pages/sources/saml/SAMLSourceForm.ts:126
#: src/pages/sources/saml/SAMLSourceForm.ts:240 #: src/pages/sources/saml/SAMLSourceForm.ts:240
#: src/pages/sources/saml/SAMLSourceForm.ts:261 #: src/pages/sources/saml/SAMLSourceForm.ts:261
@ -1788,7 +1788,7 @@ msgstr ""
msgid "Maximum age (in days)" msgid "Maximum age (in days)"
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:80 #: src/pages/groups/GroupForm.ts:81
#: src/pages/groups/GroupListPage.ts:47 #: src/pages/groups/GroupListPage.ts:47
msgid "Members" msgid "Members"
msgstr "" msgstr ""
@ -1848,9 +1848,9 @@ msgstr ""
#: src/pages/flows/BoundStagesList.ts:39 #: src/pages/flows/BoundStagesList.ts:39
#: src/pages/flows/FlowForm.ts:81 #: src/pages/flows/FlowForm.ts:81
#: src/pages/flows/FlowListPage.ts:47 #: src/pages/flows/FlowListPage.ts:47
#: src/pages/groups/GroupForm.ts:51 #: src/pages/groups/GroupForm.ts:53
#: src/pages/groups/GroupListPage.ts:45 #: src/pages/groups/GroupListPage.ts:45
#: src/pages/groups/MemberSelectModal.ts:44 #: src/pages/groups/MemberSelectModal.ts:45
#: src/pages/outposts/OutpostForm.ts:47 #: src/pages/outposts/OutpostForm.ts:47
#: src/pages/outposts/OutpostListPage.ts:50 #: src/pages/outposts/OutpostListPage.ts:50
#: src/pages/outposts/ServiceConnectionDockerForm.ts:53 #: src/pages/outposts/ServiceConnectionDockerForm.ts:53
@ -1931,7 +1931,7 @@ msgstr ""
#: src/pages/crypto/CertificateKeyPairListPage.ts:61 #: src/pages/crypto/CertificateKeyPairListPage.ts:61
#: src/pages/groups/GroupListPage.ts:58 #: src/pages/groups/GroupListPage.ts:58
#: src/pages/groups/MemberSelectModal.ts:56 #: src/pages/groups/MemberSelectModal.ts:57
#: src/pages/outposts/ServiceConnectionListPage.ts:64 #: src/pages/outposts/ServiceConnectionListPage.ts:64
#: src/pages/policies/BoundPoliciesList.ts:118 #: src/pages/policies/BoundPoliciesList.ts:118
#: src/pages/policies/PolicyTestForm.ts:38 #: src/pages/policies/PolicyTestForm.ts:38
@ -2126,7 +2126,7 @@ msgstr ""
msgid "Optional URL if the IDP supports Single-Logout." msgid "Optional URL if the IDP supports Single-Logout."
msgstr "" msgstr ""
#: src/pages/stages/invitation/InvitationForm.ts:55 #: src/pages/stages/invitation/InvitationForm.ts:56
msgid "Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON." msgid "Optional data which is loaded into the flow's 'prompt_data' context variable. YAML or JSON."
msgstr "" msgstr ""
@ -2200,7 +2200,7 @@ msgstr ""
msgid "PEM-encoded Certificate data." msgid "PEM-encoded Certificate data."
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:66 #: src/pages/groups/GroupForm.ts:68
#: src/pages/groups/GroupListPage.ts:46 #: src/pages/groups/GroupListPage.ts:46
msgid "Parent" msgid "Parent"
msgstr "" msgstr ""
@ -2665,7 +2665,7 @@ msgstr ""
msgid "Select an identification method." msgid "Select an identification method."
msgstr "" msgstr ""
#: src/pages/groups/MemberSelectModal.ts:67 #: src/pages/groups/MemberSelectModal.ts:68
msgid "Select users to add" msgid "Select users to add"
msgstr "" msgstr ""
@ -2746,7 +2746,7 @@ msgstr ""
msgid "Set a custom HTTP-Basic Authentication header based on values from authentik." msgid "Set a custom HTTP-Basic Authentication header based on values from authentik."
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:138 #: src/pages/groups/GroupForm.ts:139
#: src/pages/outposts/OutpostForm.ts:109 #: src/pages/outposts/OutpostForm.ts:109
#: src/pages/outposts/ServiceConnectionKubernetesForm.ts:73 #: src/pages/outposts/ServiceConnectionKubernetesForm.ts:73
#: src/pages/policies/PolicyTestForm.ts:78 #: src/pages/policies/PolicyTestForm.ts:78
@ -2971,11 +2971,11 @@ msgstr ""
msgid "Successfully created flow." msgid "Successfully created flow."
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:44 #: src/pages/groups/GroupForm.ts:46
msgid "Successfully created group." msgid "Successfully created group."
msgstr "" msgstr ""
#: src/pages/stages/invitation/InvitationForm.ts:38 #: src/pages/stages/invitation/InvitationForm.ts:39
msgid "Successfully created invitation." msgid "Successfully created invitation."
msgstr "" msgstr ""
@ -3107,11 +3107,11 @@ msgstr ""
msgid "Successfully updated flow." msgid "Successfully updated flow."
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:41 #: src/pages/groups/GroupForm.ts:43
msgid "Successfully updated group." msgid "Successfully updated group."
msgstr "" msgstr ""
#: src/pages/stages/invitation/InvitationForm.ts:35 #: src/pages/stages/invitation/InvitationForm.ts:36
msgid "Successfully updated invitation." msgid "Successfully updated invitation."
msgstr "" msgstr ""
@ -3696,7 +3696,7 @@ msgstr ""
msgid "Users" msgid "Users"
msgstr "" msgstr ""
#: src/pages/groups/GroupForm.ts:63 #: src/pages/groups/GroupForm.ts:65
msgid "Users added to this group will be superusers." msgid "Users added to this group will be superusers."
msgstr "" msgstr ""
@ -3847,7 +3847,7 @@ msgstr ""
#: src/pages/crypto/CertificateKeyPairListPage.ts:61 #: src/pages/crypto/CertificateKeyPairListPage.ts:61
#: src/pages/groups/GroupListPage.ts:58 #: src/pages/groups/GroupListPage.ts:58
#: src/pages/groups/MemberSelectModal.ts:56 #: src/pages/groups/MemberSelectModal.ts:57
#: src/pages/outposts/ServiceConnectionListPage.ts:64 #: src/pages/outposts/ServiceConnectionListPage.ts:64
#: src/pages/policies/BoundPoliciesList.ts:118 #: src/pages/policies/BoundPoliciesList.ts:118
#: src/pages/policies/PolicyTestForm.ts:38 #: src/pages/policies/PolicyTestForm.ts:38

View File

@ -29,12 +29,13 @@ export class GroupForm extends Form<Group> {
} }
send = (data: Group): Promise<Group> => { send = (data: Group): Promise<Group> => {
if (this.group) { if (this.group?.pk) {
return new CoreApi(DEFAULT_CONFIG).coreGroupsUpdate({ return new CoreApi(DEFAULT_CONFIG).coreGroupsUpdate({
groupUuid: this.group.pk || "", groupUuid: this.group.pk || "",
data: data data: data
}); });
} else { } else {
data.users = Array.from(this.group?.users || []) as unknown as Set<number>;
return new CoreApi(DEFAULT_CONFIG).coreGroupsCreate({ return new CoreApi(DEFAULT_CONFIG).coreGroupsCreate({
data: data data: data
}); });
@ -79,7 +80,7 @@ export class GroupForm extends Form<Group> {
.confirm=${(items: User[]) => { .confirm=${(items: User[]) => {
// Because the model only has the IDs, map the user list to IDs // Because the model only has the IDs, map the user list to IDs
const ids = items.map(u => u.pk || 0); const ids = items.map(u => u.pk || 0);
if (!this.group) return Promise.reject(); if (!this.group) this.group = {} as Group;
this.group.users = new Set(Array.from(this.group?.users || []).concat(ids)); this.group.users = new Set(Array.from(this.group?.users || []).concat(ids));
this.requestUpdate(); this.requestUpdate();
return Promise.resolve(); return Promise.resolve();

View File

@ -42,10 +42,10 @@ export class MemberSelectTable extends TableModal<User> {
row(item: User): TemplateResult[] { row(item: User): TemplateResult[] {
return [ return [
html`<a href="#/identity/users/${item.pk}"> html`<div>
<div>${item.username}</div> <div>${item.username}</div>
<small>${item.name}</small> <small>${item.name}</small>
</a>`, </div>`,
html`${item.isActive ? t`Yes` : t`No`}`, html`${item.isActive ? t`Yes` : t`No`}`,
html`${first(item.lastLogin?.toLocaleString(), "-")}`, html`${first(item.lastLogin?.toLocaleString(), "-")}`,
]; ];