zitadel/cmd/setup
Elio Bischof dd33538c0a
feat: restrict languages (#6931)
* feat: return 404 or 409 if org reg disallowed

* fix: system limit permissions

* feat: add iam limits api

* feat: disallow public org registrations on default instance

* add integration test

* test: integration

* fix test

* docs: describe public org registrations

* avoid updating docs deps

* fix system limits integration test

* silence integration tests

* fix linting

* ignore strange linter complaints

* review

* improve reset properties naming

* redefine the api

* use restrictions aggregate

* test query

* simplify and test projection

* test commands

* fix unit tests

* move integration test

* support restrictions on default instance

* also test GetRestrictions

* self review

* lint

* abstract away resource owner

* fix tests

* configure supported languages

* fix allowed languages

* fix tests

* default lang must not be restricted

* preferred language must be allowed

* change preferred languages

* check languages everywhere

* lint

* test command side

* lint

* add integration test

* add integration test

* restrict supported ui locales

* lint

* lint

* cleanup

* lint

* allow undefined preferred language

* fix integration tests

* update main

* fix env var

* ignore linter

* ignore linter

* improve integration test config

* reduce cognitive complexity

* compile

* check for duplicates

* remove useless restriction checks

* review

* revert restriction renaming

* fix language restrictions

* lint

* generate

* allow custom texts for supported langs for now

* fix tests

* cleanup

* cleanup

* cleanup

* lint

* unsupported preferred lang is allowed

* fix integration test

* finish reverting to old property name

* finish reverting to old property name

* load languages

* refactor(i18n): centralize translators and fs

* lint

* amplify no validations on preferred languages

* fix integration test

* lint

* fix resetting allowed languages

* test unchanged restrictions
2023-12-05 11:12:01 +00:00
..
01_sql feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
06 fix(setup): create indexes only if not exists (#4801) 2022-12-01 14:31:01 +01:00
07 fix(init): correct quoting of database and user (#6928) 2023-12-03 08:30:08 +00:00
08 fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +00:00
10 feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
12 feat(login): add OTP (email and sms) (#6353) 2023-08-15 12:47:05 +00:00
13 fix: set quotas (#6597) 2023-09-22 13:06:59 +02:00
14 feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
15 feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
01.go feat(database): support for postgres (#3998) 2022-08-31 07:52:43 +00:00
02.go feat(database): support for postgres (#3998) 2022-08-31 07:52:43 +00:00
03.go fix: allow unicode characters in org domains (#6675) 2023-10-11 09:55:01 +02:00
05.go feat: save last occurrence of failed events and fix instance filtering (#4710) 2022-11-18 13:49:38 +01:00
05.sql fix(database): create column only if not exists (#4812) 2022-12-02 10:48:39 +00:00
06.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
07.go test: fix log headers (#5222) 2023-02-15 03:21:58 +00:00
08.go fix(setup): optimise events indexes (#5316) 2023-03-01 00:11:23 +00:00
10.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
12.go feat(login): add OTP (email and sms) (#6353) 2023-08-15 12:47:05 +00:00
13.go fix: set quotas (#6597) 2023-09-22 13:06:59 +02:00
14.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
15.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
16.go fix: ensure uniqueness (#6956) 2023-11-22 12:05:14 +00:00
16.sql fix: ensure uniqueness (#6956) 2023-11-22 12:05:14 +00:00
17.go fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
17.sql fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
cleanup.go feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
config_change.go fix: use system secret config if generator type does not exist on instance (#6420) 2023-08-23 10:18:27 +02:00
config.go fix(eventstore): improve pagination of handler filter (#6968) 2023-12-01 12:25:41 +00:00
projections.go fix: improve startup times by initializing projection tables during setup (#4642) 2022-11-04 09:21:58 +00:00
setup.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
steps.yaml merge main into next 2023-10-19 12:34:00 +02:00