zitadel/internal/command
Livio Spring 6b30be77e6
fix: restrict domain names to alphanumeric characters (#4104)
* fix: restrict domain names to alphanumeric characters

* improve error message
2022-08-03 07:25:25 +00:00
..
preparation chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
auth_checks.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
command.go feat: Configurable Unique Machine Identification (#3626) 2022-05-24 16:57:57 +02:00
converter.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
crypto.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_login_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_login_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_message_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
debug_notification_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
email.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
existing_label_policies_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
flow_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
identity_provider_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instancce_policy_password_age_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_converter.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
instance_custom_login_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_login_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_login_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_message_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_message_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_message_text.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_custom_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_custom_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_file_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_file_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_file.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_log_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_log_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_debug_notification_log.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_domain_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_domain_test.go fix: restrict domain names to alphanumeric characters (#4104) 2022-08-03 07:25:25 +00:00
instance_domain.go fix: restrict domain names to alphanumeric characters (#4104) 2022-08-03 07:25:25 +00:00
instance_idp_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_config.go fix(projection): add missing col to idp login policy links (#3745) 2022-05-31 20:39:37 +02:00
instance_idp_jwt_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_jwt_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_jwt_config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_oidc_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_oidc_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_idp_oidc_config.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
instance_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_member_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_member.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_model.go fix: handle default org id (#3769) 2022-06-03 14:30:39 +02:00
instance_oidc_settings_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_oidc_settings_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_oidc_settings.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_domain_model.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
instance_policy_domain_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_domain.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_label_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_label_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_label.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_login_factors_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_login_identity_provider_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_login_model.go feat: add default redirect uri and handling of unknown usernames (#3616) 2022-05-16 13:39:09 +00:00
instance_policy_login_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_login.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_mail_template_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_mail_template_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_mail_template.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_age_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_age.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_complexity_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_password_complexity_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_complexity.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_lockout_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_password_lockout_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_password_lockout.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_privacy_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_policy_privacy_test.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_policy_privacy.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_secret_generator_model.go feat: enable default smtp config on setup (#3622) 2022-05-13 12:13:07 +00:00
instance_settings_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_settings.go fix: unify commands (and remove todos for checking existence) (#3696) 2022-05-24 09:28:17 +00:00
instance_smtp_config_model.go fix: add smtp config, remove smtp and sms provider, console adaptations (#3792) 2022-06-10 12:39:38 +02:00
instance.go feat: allow system config changes (#3876) 2022-07-20 11:20:49 +02:00
jwt_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
key_pair_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
key_pair.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
main_test.go fix: handle default org id (#3769) 2022-06-03 14:30:39 +02:00
member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
metadata_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
oidc_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_action_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_action_test.go feat: permit all features to every instance and organisation (#3566) 2022-05-02 11:18:17 +02:00
org_action.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
org_converter.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
org_custom_login_text_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_login_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_login_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_message_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_message_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_custom_message_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_domain_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_domain_test.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
org_domain.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
org_flow_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_flow_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_flow.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_config.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
org_idp_jwt_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_jwt_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_jwt_config.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_oidc_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_oidc_config_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_idp_oidc_config.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_member_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
org_member.go fix: add org member (#3599) 2022-05-12 07:34:46 +00:00
org_model.go fix: handle org de-/reactivate correctly (#3924) 2022-07-07 13:13:17 +00:00
org_policy_domain_model.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
org_policy_domain_test.go fix: reset custom org domain policy (#4014) 2022-07-21 13:46:59 +02:00
org_policy_domain.go fix: reset custom org domain policy (#4014) 2022-07-21 13:46:59 +02:00
org_policy_label_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_label_test.go feat: permit all features to every instance and organisation (#3566) 2022-05-02 11:18:17 +02:00
org_policy_label.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_policy_lockout_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_lockout_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_lockout.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_policy_login_factors_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_login_identity_provider_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_login_model.go feat: add default redirect uri and handling of unknown usernames (#3616) 2022-05-16 13:39:09 +00:00
org_policy_login_test.go fix(projection): add missing col to idp login policy links (#3745) 2022-05-31 20:39:37 +02:00
org_policy_login.go fix(projection): add missing col to idp login policy links (#3745) 2022-05-31 20:39:37 +02:00
org_policy_mail_template_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_mail_template_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_mail_template.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
org_policy_password_age_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_age_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_age.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_complexity_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_complexity_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_password_complexity.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_privacy_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_privacy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_policy_privacy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
org.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
phone_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
phone.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_label_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_login_factors_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_login_model.go feat: add default redirect uri and handling of unknown usernames (#3616) 2022-05-16 13:39:09 +00:00
policy_mail_template_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_org_model.go fix: reset custom org domain policy (#4014) 2022-07-21 13:46:59 +02:00
policy_password_age_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_complexity_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_password_lockout_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy_privacy_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
preparation_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
project_application_api_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_api_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
project_application_api.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
project_application_key_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_key_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_key.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_oidc_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application_oidc_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
project_application_oidc.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
project_application_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_application.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_member_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_member.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
project_member_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_member_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_member.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_role_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_role_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_role.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
project_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
project.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
sms_config_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
sms_config_test.go fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
sms_config.go fix: sms providers (#3801) 2022-06-13 08:34:11 +02:00
smtp_test.go fix: add smtp config, remove smtp and sms provider, console adaptations (#3792) 2022-06-10 12:39:38 +02:00
smtp.go fix: add smtp config, remove smtp and sms provider, console adaptations (#3792) 2022-06-10 12:39:38 +02:00
statics.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
system_model.go feat: allow system config changes (#3876) 2022-07-20 11:20:49 +02:00
unique_constraints_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_domain_policy_test.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
user_domain_policy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_grant_converter.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_grant_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_grant_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_grant.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_access_token_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_address_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_address.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_adress_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_avatar_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_avatar.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_email_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_email_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_email.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_init_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_init_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_init.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_otp_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_otp_test.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
user_human_otp.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
user_human_password_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_password_test.go feat: add default redirect uri and handling of unknown usernames (#3616) 2022-05-16 13:39:09 +00:00
user_human_password.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_phone_model.go fix(command): reset phone on phone write model to empty if removed (#3543) 2022-05-02 11:06:30 +02:00
user_human_phone_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_phone.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_profile_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_profile_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_profile.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_refresh_token_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_refresh_token_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_refresh_token.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_test.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00
user_human_webauthn_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_human_webauthn.go fix: require user verification for passwordless authentication (#3896) 2022-07-06 08:32:05 +02:00
user_human.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
user_idp_link_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_idp_link_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_idp_link.go feat: V2 alpha import and export of organizations (#3798) 2022-07-28 13:42:35 +00:00
user_machine_key_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_machine_key.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_machine_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_machine_test.go fix: remove user login must be domain check on machine users (#4065) 2022-07-28 14:33:59 +00:00
user_machine.go fix: remove user login must be domain check on machine users (#4065) 2022-07-28 14:33:59 +00:00
user_membership.go fix(notify): notify user in projection (#3889) 2022-07-06 14:09:49 +02:00
user_metadata_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_metadata_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_metadata.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_model.go fix: V2 docs / error messages (#3611) 2022-05-16 12:00:33 +00:00
user_password_complexity_policy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_password_complexity_policy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_personal_access_token_model.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_personal_access_token_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_personal_access_token.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_test.go fix(notify): notify user in projection (#3889) 2022-07-06 14:09:49 +02:00
user.go fix: set domain verified if domain policy does not require validation (#4061) 2022-07-28 13:18:31 +02:00