zitadel/proto/zitadel
Miguel Cabrerizo d229da6af7
feat: SMTP Templates (#6932)
* feat: smtp templates poc

* feat: add isActive & ProviderType to SMTP backend

* feat: change providertype to uint32 and fix tests

* feat: minimal smtp provider component

* feat: woking on diiferent providers

* feat: keep working on providers

* feat: initial stepper for new provider

* fix: settings list and working on stepper

* feat: step 1 and 2 form inputs

* feat: starter for smtp test step

* fix: misspelled SMPT

* fix: remove tests for now

* feat: add tls toggle remove old google provider

* feat: working on add smtp and table

* fix: duplicated identifiers

* fix: settings list

* fix: add missing smtp config properties

* fix: add configID to smtp config table

* fix: working on listproviders

* feat: working in listSMTPConfigs

* fix: add count to listsmtpconfigs

* fix: getting empty results from listSMTPConfigs

* feat: table now shows real data

* fix: remaining styles for smtp-table

* fix: remove old notification-smtp-provider-component

* feat: delete smtp configuration

* feat: deactivate smtp config

* feat: replace isActive with state for smtp config

* feat: activate smtp config

* fix: remaining errors after main merge

* fix: list smtp providers panic and material mdc

* feat: refactor to only one provider component

* feat: current provider details view

* fix: refactor AddSMTPConfig and ChangeSMTPConfig

* fix: smtp config reduce issue

* fix: recover domain in NewIAMSMTPConfigWriteModel

* fix: add code needed by SetUpInstance

* fix: go tests and warn about passing context to InstanceAggregateFromWriteModel

* fix: i18n and add missing trans for fr, it, zh

* fix: add e2e tests

* docs: add smtp templates

* fix: remove provider_type, add description

* fix: remaining error from merge main

* fix: add @stebenz change for primary key

* fix: inactive placed after removed to prevent deleted configs to show as inactive

* fix: smtp provider id can be empty (migrated)

* feat: add mailchimp transactional template

* feat: add Brevo (Sendinblue) template

* feat: change brevo logo, add color to tls icon

* fix: queries use resourceowner, id must not be empty

* fix: deal with old smtp settings and tests

* fix: resourceOwner is the instanceID

* fix: remove aggregate_id, rename SMTPConfigByAggregateID with SMTPConfigActive

* fix: add tests for multiple configs with different IDs

* fix: conflict

* fix: remove notification-smtp-provider

* fix: add @peintnermax suggestions, rename module and fix e2e tests

* fix: remove material legacy modules

* fix: remove ctx as parameter for  InstanceAggregateFromWriteModel

* fix: add Id to SMTPConfigToPb

* fix:  change InstanceAggregateFromWriteModel to avoid linter errors

* fix import

* rm unused package-lock

* update yarn lock

---------

Co-authored-by: Elio Bischof <elio@zitadel.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
2024-04-11 09:16:10 +02:00
..
action/v3alpha fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
docs docs: fix proto option generation (#1972) 2021-07-05 14:16:39 +00:00
feature/v2beta fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
milestone/v1 perf: query projected milestones for onboarding view (#6760) 2023-10-25 11:16:34 +00:00
object/v2beta feat: user v2 service query (#7095) 2024-01-17 10:00:10 +01:00
oidc/v2beta fix: Domains problematic (#6564) 2023-09-20 12:45:11 +02:00
org/v2beta fix: Domains problematic (#6564) 2023-09-20 12:45:11 +02:00
protoc_gen_zitadel/v2 refactor: use new protoc plugin for api v2 (#5798) 2023-05-04 08:50:19 +00:00
session/v2beta fix(API): remove deprecated organisation_id from user factor in session service (#7631) 2024-03-26 11:25:40 +00:00
settings/v2beta feat: provide option to limit (T)OTP checks (#7693) 2024-04-10 09:14:55 +00:00
user feat: add user v2 pw change required information on query (#7603) 2024-03-28 06:21:21 +00:00
action.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
admin.proto feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00
app.proto feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
auth_n_key.proto docs: Management api documentation (#5301) 2023-02-28 10:43:51 +01:00
auth.proto fix: restrict languages in console (#6964) 2023-12-07 08:43:23 +00:00
change.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
event.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
feature.proto fix: use enum for instance feature in system api (#6682) 2023-10-09 12:33:23 +02:00
idp.proto feat(idp): provide option to auto link user (#7734) 2024-04-10 15:46:30 +00:00
instance.proto feat(system api): list instances by domains (#6806) 2023-10-25 19:20:12 +00:00
management.proto feat(idp): provide option to auto link user (#7734) 2024-04-10 15:46:30 +00:00
member.proto chore(console): remove first and lastName fallback from user (#5629) 2023-04-11 15:56:51 +00:00
message.proto chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
metadata.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
object.proto feat: extend session search service (#6746) 2023-11-08 11:32:13 +01:00
options.proto ci: improve performance (#5953) 2023-07-17 10:08:20 +02:00
org.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
policy.proto feat: provide option to limit (T)OTP checks (#7693) 2024-04-10 09:14:55 +00:00
project.proto fix(api): use organization instead of organisation (#6720) 2023-10-13 12:37:35 +00:00
quota.proto feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
settings.proto feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00
system.proto feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
text.proto feat(idp): provide option to auto link user (#7734) 2024-04-10 15:46:30 +00:00
user.proto docs: Contribution guidelines (#7443) 2024-02-26 13:11:09 +00:00
v1.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00