zitadel/internal/notification
Silvan ddbea119f1
fix(query): user performance (#6537)
* start user by id

* ignore debug bin

* use new user by id

* new sql

* fix(sql): replace STRING with text for psql compatabilit

* some changes

* fix: correct user queries

* fix tests

* unify sql statements

* use specific get user methods

* search login name case insensitive

* refactor: optimise user statements

* add index

* fix queries

* fix: correct domain segregation

* return all login names

* fix queries

* improve readability

* query should be correct now

* cleanup statements

* fix username / loginname handling

* fix: psql doesn't support create view if not exists

* fix: create pre-release

* ignore release comments

* add lower fields

* fix: always to lower

* update to latest projection

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-12-08 13:14:22 +01:00
..
channels perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
handlers fix(query): user performance (#6537) 2023-12-08 13:14:22 +01:00
messages fix(email): UTF-8 "Q" encode subject header (#6637) 2023-09-29 08:53:45 +00:00
senders feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
static feat(i18n): Dutch language support (#6952) 2023-11-22 14:35:21 +00:00
statik chore: initial version of a devcontainer (#6352) 2023-08-15 10:49:05 +02:00
templates fix: footerText has no effect (#6297) 2023-08-11 08:16:30 +00:00
types fix(notification): get origin from all relevant events and fix nil pointer (#6726) 2023-10-19 10:34:52 +02:00
channels.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
projections.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00