zitadel/internal/query/projection
Fabi 5c0f527a49
feat: restrict smtp sender address (#3637)
* fix: check if sender address is custom domain

* fix: check if sender address is custom domain

* fix: check if sender address is custom domain

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-05-16 14:08:47 +00:00
..
action_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
action.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
app_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
app.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
authn_key_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
authn_key.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
config.go feat: run on a single port (#3163) 2022-02-14 17:22:30 +01:00
custom_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
custom_text.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
debug_notification_provider_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
debug_notification.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
domain_policy_test.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
domain_policy.go feat: restrict smtp sender address (#3637) 2022-05-16 14:08:47 +00:00
event_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
executer_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
failed_events.go feat: reset projections and remove failed events (#2770) 2021-12-16 14:44:26 +01:00
flow_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
flow.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_login_policy_link_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_login_policy_link.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_user_link_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp_user_link.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_domain_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
instance_domain.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_test.go fix: env.json caching, readiness and unique lockerIDs (#3596) 2022-05-04 17:09:49 +02:00
instance.go fix: env.json caching, readiness and unique lockerIDs (#3596) 2022-05-04 17:09:49 +02:00
key_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
key.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
label_policy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
label_policy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
lockout_policy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
lockout_policy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
login_name_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
login_name.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
login_policy_test.go feat: add default redirect uri and handling of unknown usernames (#3616) 2022-05-16 13:39:09 +00:00
login_policy.go feat: add default redirect uri and handling of unknown usernames (#3616) 2022-05-16 13:39:09 +00:00
mail_template_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
mail_template.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
member.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
message_text_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
message_texts.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
oidc_settings_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
oidc_settings.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_domain_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_domain.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_member_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_member.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
org.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password_age_policy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password_age_policy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password_complexity_policy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
password_complexity_policy.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
privacy_policy_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
privacy_policy.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_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_grant.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_role_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_role.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
project.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
projection.go feat: permit all features to every instance and organisation (#3566) 2022-05-02 11:18:17 +02:00
secret_generator_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
secret_generator.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
sms_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
sms.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
smtp_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
smtp.go feat: enable default smtp config on setup (#3622) 2022-05-13 12:13:07 +00:00
user_auth_method_test.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user_auth_method.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_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_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 chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00