zitadel/internal
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
..
actions perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
activity fix: add https status to activity log (#6978) 2023-11-28 16:56:29 +01:00
admin/repository/eventsourcing feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
api feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
auth/repository chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
auth_request/repository chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
authz fix(authz): add logging to access token verification errors (#6976) 2023-11-27 15:35:08 +00:00
cache chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
command feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
config feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
crypto chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
database feat: limit audit trail (#6744) 2023-10-25 11:42:00 +00:00
domain feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
errors feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
eventstore feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
form feat: add apple as idp (#6442) 2023-08-31 08:39:16 +02:00
i18n feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
iam feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
id chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
idp chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
integration feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
logstore perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
migration feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
net perf: project quotas and usages (#6441) 2023-09-15 16:58:45 +02:00
notification feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
org fix: prevent panic in loginNameInformation (#6876) 2023-11-07 11:16:49 +01:00
project fix: handle project deactivate and remove correctly on tokens (#6947) 2023-11-21 10:05:22 +01:00
protoc merge main into next 2023-10-19 12:34:00 +02:00
qrcode docs(legal): Updated agreements and policies v2 (#3823) 2022-06-15 08:30:58 +02:00
query feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
renderer feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
repository feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
static feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
statik chore: initial version of a devcontainer (#6352) 2023-08-15 10:49:05 +02:00
telemetry fix(deps): upgrade oidc and otel (#6468) 2023-09-01 10:32:13 +00:00
test feat: protos refactoring 2021-03-09 10:30:11 +01:00
user chore(deps): upgrade all go modules (#6895) 2023-11-13 10:41:29 +00:00
view/repository feat(eventstore): increase parallel write capabilities (#5940) 2023-10-19 12:19:10 +02:00
webauthn chore(webauthn): add logs (#6569) 2023-09-15 13:43:38 +00:00