zitadel/internal/notification/handlers
Elio Bischof ed0bc39ea4
feat: block instances (#7129)
* docs: fix init description typos

* feat: block instances using limits

* translate

* unit tests

* fix translations

* redirect /ui/login

* fix http interceptor

* cleanup

* fix http interceptor

* fix: delete cookies on gateway 200

* add integration tests

* add command test

* docs

* fix integration tests

* add bulk api and integration test

* optimize bulk set limits

* unit test bulk limits

* fix broken link

* fix assets middleware

* fix broken link

* validate instance id format

* Update internal/eventstore/search_query.go

Co-authored-by: Livio Spring <livio.a@gmail.com>

* remove support for owner bulk limit commands

* project limits to instances

* migrate instances projection

* Revert "migrate instances projection"

This reverts commit 214218732a.

* join limits, remove owner

* remove todo

* use optional bool

* normally validate instance ids

* use 302

* cleanup

* cleanup

* Update internal/api/grpc/system/limits_converter.go

Co-authored-by: Livio Spring <livio.a@gmail.com>

* remove owner

* remove owner from reset

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-01-17 10:16:48 +00:00
..
mock fix(query): user performance (#6537) 2023-12-08 13:14:22 +01:00
already_handled.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
commands.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
config_filesystem.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
config_log.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
config_smtp.go feat: add reply-to header in email notification (#6393) 2023-08-29 09:08:24 +02:00
config_twilio.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
ctx.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
gen_mock.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
handlers_integration_test.go feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
origin.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
queries.go fix(query): user performance (#6537) 2023-12-08 13:14:22 +01:00
quota_notifier_test.go fix: restrict languages in console (#6964) 2023-12-07 08:43:23 +00:00
quota_notifier.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
telemetry_pusher_integration_test.go fix: restrict languages in console (#6964) 2023-12-07 08:43:23 +00:00
telemetry_pusher.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
translator.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
user_notifier_test.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
user_notifier.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00