zitadel/internal/command
Livio Amstutz 2c4799c223
feat: complete dynamic domain handling (#3482)
* feat: dynamic issuer

* feat: default language from context

* remove zitadel docs from defaults

* remove ConsoleOverwriteDir

* remove notification endpoints from defaults

* custom domains in emails

* remove (external) domain

* external domain completely removed, console handling fixed

* fix test

* fix defaults.yaml
2022-04-25 11:16:36 +02:00
..
preparation fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
auth_checks.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
command.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
converter.go fix: some backend bugs (#1438) 2021-03-19 18:46:26 +01:00
crypto.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
custom_login_text_model.go cherry pick changes from main (#3371) 2022-03-24 14:00:24 +01:00
custom_login_text.go fix: rename iam to instance (#3345) 2022-03-24 16:21:34 +00:00
custom_message_text_model.go feat: reset custom texts on IAM (#3160) 2022-02-04 10:25:25 +01:00
custom_text_model.go feat: custom message text (#1801) 2021-06-10 11:49:10 +00:00
debug_notification_model.go feat: Notification providers config (#3212) 2022-03-07 14:22:37 +01:00
email.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
existing_label_policies_model.go fix: rename iam to instance (#3345) 2022-03-24 16:21:34 +00:00
features_model.go feat: limit amount of active actions (#3143) 2022-02-02 09:04:05 +01:00
flow_model.go feat: actions (#2377) 2021-09-27 13:43:49 +02:00
identity_provider_model.go fix: Idp bugs (#2259) 2021-08-24 09:22:21 +02:00
idp_config_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
instancce_policy_password_age_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_converter.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
instance_custom_login_text_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_custom_login_text_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_custom_login_text.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_custom_message_text_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_custom_message_text_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_custom_message_text.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_custom_text_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_custom_text.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_debug_notification_file_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_debug_notification_file_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_debug_notification_file.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_debug_notification_log_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_debug_notification_log_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_debug_notification_log.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_domain_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_domain_policy.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
instance_domain_test.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
instance_domain.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
instance_email_template.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_features_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_features_test.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_features.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_idp_config_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_idp_config_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_idp_config.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_idp_jwt_config_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_idp_jwt_config_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_idp_jwt_config.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_idp_oidc_config_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_idp_oidc_config_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_idp_oidc_config.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_label_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_lockout_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_login_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_member_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_member_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_member.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_oidc_settings_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_oidc_settings_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_oidc_settings.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_password_age_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_password_complexity_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_policy_domain_model.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
instance_policy_domain_test.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
instance_policy_domain.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
instance_policy_label_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_label_test.go feat: store assets in database (#3290) 2022-04-06 06:13:40 +00:00
instance_policy_label.go feat: store assets in database (#3290) 2022-04-06 06:13:40 +00:00
instance_policy_login_factors_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_login_identity_provider_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_login_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_login_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_login.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_mail_template_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_mail_template_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_mail_template.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_password_age_test.go feat: handle instanceID in projections (#3442) 2022-04-19 08:26:12 +02:00
instance_policy_password_age.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_password_complexity_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_password_complexity_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_password_complexity.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_password_lockout_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_password_lockout_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_password_lockout.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_privacy_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_privacy_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_policy_privacy.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_privacy_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
instance_secret_generator_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_settings_test.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance_settings.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
instance_smtp_config_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
instance.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
jwt_config_model.go feat: jwt as idp (#2363) 2021-09-14 15:15:01 +02:00
key_pair_model.go feat: dynamic issuer (#3481) 2022-04-25 10:01:17 +02:00
key_pair.go feat: dynamic issuer (#3481) 2022-04-25 10:01:17 +02:00
main_test.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
member_model.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
metadata_model.go fix: add user metadata to the features (#2179) 2021-08-12 16:10:01 +02:00
oidc_config_model.go feat: Extend oidc idp with oauth endpoints (#1980) 2021-07-06 14:39:48 +00:00
org_action_model.go feat: limit amount of active actions (#3143) 2022-02-02 09:04:05 +01:00
org_action_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_action.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_converter.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
org_custom_login_text_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_custom_login_text_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_custom_login_text.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_custom_message_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_custom_message_text_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_custom_message_text.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_domain_model.go fix: handle domain remove correctly (#2978) 2022-01-11 11:00:42 +00:00
org_domain_test.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
org_domain.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
org_features_model.go feat: limit amount of active actions (#3143) 2022-02-02 09:04:05 +01:00
org_features_test.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
org_features.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
org_flow_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_flow_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_flow.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_idp_config_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_idp_config_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_idp_config.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_idp_jwt_config_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_idp_jwt_config_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_idp_jwt_config.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_idp_oidc_config_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_idp_oidc_config_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_idp_oidc_config.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_member_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_member_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_member.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
org_policy_domain_model.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
org_policy_domain_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_domain.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
org_policy_label_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_label_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_label.go feat: store assets in database (#3290) 2022-04-06 06:13:40 +00:00
org_policy_lockout_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_lockout_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_lockout.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_login_factors_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
org_policy_login_identity_provider_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_login_model.go feat: Login verification lifetimes (#3190) 2022-02-21 16:05:02 +01:00
org_policy_login_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_login.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
org_policy_mail_template_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_mail_template_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_mail_template.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_password_age_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_password_age_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_password_age.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_password_complexity_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_password_complexity_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_password_complexity.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
org_policy_privacy_model.go cherry pick changes from main (#3371) 2022-03-24 14:00:24 +01:00
org_policy_privacy_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
org_policy_privacy.go cherry pick changes from main (#3371) 2022-03-24 14:00:24 +01:00
org_test.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
org.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
phone_test.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
phone.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
policy_label_model.go feat: label policy (#1708) 2021-06-04 14:53:51 +02:00
policy_login_factors_model.go fix: Factors login policy (#2276) 2021-08-30 07:24:04 +02:00
policy_login_model.go feat: Login verification lifetimes (#3190) 2022-02-21 16:05:02 +01:00
policy_mail_template_model.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
policy_org_model.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
policy_password_age_model.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
policy_password_complexity_model.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
policy_password_lockout_model.go feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
policy_privacy_model.go cherry pick changes from main (#3371) 2022-03-24 14:00:24 +01:00
preparation_test.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
project_application_api_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_application_api_test.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
project_application_api.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
project_application_key_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_application_key_test.go feat: Config to eventstore (#3158) 2022-02-16 15:49:17 +00:00
project_application_key.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_application_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_application_oidc_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_application_oidc_test.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
project_application_oidc.go feat: dynamic issuer (#3481) 2022-04-25 10:01:17 +02:00
project_application_test.go feat: asset storage (#1696) 2021-05-03 10:15:50 +02:00
project_application.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
project_converter.go feat: set private labeling setting on project (#2184) 2021-08-24 08:34:10 +02:00
project_grant_member_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_grant_member_test.go feat: asset storage (#1696) 2021-05-03 10:15:50 +02:00
project_grant_member.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_grant_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_grant_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
project_grant.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_member_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_member_test.go feat: asset storage (#1696) 2021-05-03 10:15:50 +02:00
project_member.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_model.go feat: set private labeling setting on project (#2184) 2021-08-24 08:34:10 +02:00
project_role_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_role_test.go feat: set private labeling setting on project (#2184) 2021-08-24 08:34:10 +02:00
project_role.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
project_test.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
project.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
sms_config_model.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
sms_config_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
sms_config.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
smtp_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
smtp.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
statics.go feat: store assets in database (#3290) 2022-04-06 06:13:40 +00:00
unique_constraints_model.go fix: rename iam to instance (#3345) 2022-03-24 16:21:34 +00:00
user_converter.go feat: add personal access tokens for service users (#2974) 2022-02-08 09:37:28 +01:00
user_domain_policy_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_domain_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
user_grant_converter.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
user_grant_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
user_grant_test.go feat: add tenant column to eventstore (#3314) 2022-03-15 07:19:02 +01:00
user_grant.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_human_access_token_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_human_address_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
user_human_address.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_human_adress_test.go feat: asset storage (#1696) 2021-05-03 10:15:50 +02:00
user_human_avatar_test.go feat: store assets in database (#3290) 2022-04-06 06:13:40 +00:00
user_human_avatar.go feat: store assets in database (#3290) 2022-04-06 06:13:40 +00:00
user_human_email_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
user_human_email_test.go feat: Config to eventstore (#3158) 2022-02-16 15:49:17 +00:00
user_human_email.go feat: Config to eventstore (#3158) 2022-02-16 15:49:17 +00:00
user_human_init_model.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
user_human_init_test.go feat: Config to eventstore (#3158) 2022-02-16 15:49:17 +00:00
user_human_init.go feat: Instance commands (#3385) 2022-04-05 05:58:09 +00:00
user_human_model.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
user_human_otp_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
user_human_otp_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_human_otp.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
user_human_password_model.go feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
user_human_password_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_human_password.go feat: Config to eventstore (#3158) 2022-02-16 15:49:17 +00:00
user_human_phone_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
user_human_phone_test.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
user_human_phone.go feat: Config to eventstore (#3158) 2022-02-16 15:49:17 +00:00
user_human_profile_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
user_human_profile_test.go feat: asset storage (#1696) 2021-05-03 10:15:50 +02:00
user_human_profile.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_human_refresh_token_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_human_refresh_token_test.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00
user_human_refresh_token.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_human_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_human_webauthn_model.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
user_human_webauthn.go feat: dynamic issuer (#3481) 2022-04-25 10:01:17 +02:00
user_human.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_idp_link_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_idp_link_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_idp_link.go fix: rename iam to instance (#3345) 2022-03-24 16:21:34 +00:00
user_machine_key_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_machine_key.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_machine_model.go fix(eventstore): sub queries (#1805) 2021-07-06 13:55:57 +02:00
user_machine_test.go feat: validate org domains (#3387) 2022-04-13 11:24:03 +02:00
user_machine.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
user_membership.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_metadata_model.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_metadata_test.go feat: User metadata (#2025) 2021-08-09 08:01:20 +02:00
user_metadata.go refactor(eventstore): rename EventPusher to Command, EventReader to Event, PushEvents to Push and FilterEvents to Filter (#2907) 2022-01-03 09:19:07 +01:00
user_model.go feat(cli): setup (#3267) 2022-03-28 10:05:09 +02:00
user_password_complexity_policy_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user_password_complexity_policy.go fix: v2 human command (#3435) 2022-04-12 16:20:17 +02:00
user_personal_access_token_model.go feat: add personal access tokens for service users (#2974) 2022-02-08 09:37:28 +01:00
user_personal_access_token_test.go feat: add personal access tokens for service users (#2974) 2022-02-08 09:37:28 +01:00
user_personal_access_token.go feat: add personal access tokens for service users (#2974) 2022-02-08 09:37:28 +01:00
user_test.go refactor: remove commandNew struct (#3465) 2022-04-20 14:59:37 +00:00
user.go feat: complete dynamic domain handling (#3482) 2022-04-25 11:16:36 +02:00