zitadel/internal/api/grpc
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
..
action feat: actions (#2377) 2021-09-27 13:43:49 +02:00
admin fix(queries): Label policy projection (#2479) 2021-11-24 16:02:00 +01:00
auth fix: features query (#2610) 2021-11-21 20:22:25 +01:00
authn fix: converters (#1413) 2021-03-12 14:06:05 +01:00
change fix(console): remove cropper, set avatar url if available (#1865) 2021-06-14 13:53:40 +02:00
client/middleware fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
errors fix(tracing): from opencensus to opentelemetry (#937) 2020-11-20 07:57:39 +01:00
features fix: features query (#2610) 2021-11-21 20:22:25 +01:00
idp fix(queries): idp projection (#2411) 2021-10-20 13:20:07 +02:00
management fix(app): move queries to query package (#2612) 2021-11-26 07:57:05 +01:00
member fix: add avatar url in members, user grants, session and oidc responses (#1852) 2021-06-11 13:20:39 +02:00
metadata feat: User metadata (#2025) 2021-08-09 08:01:20 +02:00
object feat(queries): use org projection (#2342) 2021-09-29 13:20:57 +02:00
org fix(projection): add org domain (#2383) 2021-10-08 10:24:22 +02:00
policy fix(queries): Label policy projection (#2479) 2021-11-24 16:02:00 +01:00
project fix(app): move queries to query package (#2612) 2021-11-26 07:57:05 +01:00
server fix(app): move queries to query package (#2612) 2021-11-26 07:57:05 +01:00
text feat: choose preferred WebAuthN platform for passwordless registration (#2469) 2021-10-04 16:19:21 +02:00
user fix(projections): user idp link projection (#2583) 2021-11-02 10:08:47 +01:00
config.go remove pointers on configs 2020-03-27 13:57:16 +01:00
header_test.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
header.go fix: cors (#621) 2020-08-24 10:06:55 +02:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00