zitadel/internal/management/repository/eventsourcing/handler
Silvan 3473156c7e
fix(app): move queries to query package (#2612)
* fix: move queries to query package

* fix(auth): switch project role requests to query pkg

* refactor: delete unused project role code

* remove repo

* implement sql queries

* fix(database): oidc config change type to int2

* fix(queries): implement app queries

* refactor: simplify code

* fix: correct app query

* Update app.go

* fix token check

* fix mock

* test: app prepares

* test: oidc compliance

* test: OIDCOriginAllowList

* fix: converter

* resolve unsupported oidc version

Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-11-26 07:57:05 +01:00
..
authn_keys.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
custom_text.go feat(console): message and login texts, privacy policy (#2016) 2021-07-26 12:44:45 +02:00
handler.go fix(app): move queries to query package (#2612) 2021-11-26 07:57:05 +01:00
idp_config.go feat: jwt as idp (#2363) 2021-09-14 15:15:01 +02:00
idp_providers.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
mail_template.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
message_text.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
metadata.go fix: add user metadata to the features (#2179) 2021-08-12 16:10:01 +02:00
org_member.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
project_grant_member.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
project_member.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
user_external_idps.go fix: add sentry in ui, http and projection handlers (#1977) 2021-07-06 13:36:35 +02:00
user_grant.go fix: mitigate overload risk in processProject on user grant (#2662) 2021-11-12 11:11:37 +00:00
user_membership.go fix: mitigate overload risk in processProject on user memberships (#2665) 2021-11-12 15:06:26 +01:00
user.go feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00