Miguel Cabrerizo
c0c76a8ea9
chore(console): change icon of past steps to checkbox ( #5580 )
...
checkbox for app create stepper
2023-04-11 15:07:35 +02:00
mffap
ef7c53a6dc
docs(migrate): Migrate to ZITADEL ( #5625 )
...
* docs(guide): migration process guide
* outline users
* intro
* wip
* wip
* wip - basics
* structure migrate
* importing users
* structure
* sidebar
* move technical considerations to intro
* update users
* update sidebar
* migrate from auth0
* Apply suggestions from code review
Co-authored-by: Fabi <fabienne.gerschwiler@gmail.com>
* remove mermaid
* add concepts
* replace bulk user
* add note on code snippets
---------
Co-authored-by: Fabi <fabienne.gerschwiler@gmail.com>
2023-04-11 09:24:02 +00:00
Stefan Benz
440ba9f5ef
fix: update saml to v0.0.11 ( #5628 )
...
* fix: update saml to v0.0.11
* chore: remove unused sum
---------
Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
2023-04-11 07:39:12 +00:00
Elio Bischof
1e63c2eea3
chore: remove duplicate step ( #5624 )
2023-04-06 13:46:21 +00:00
Max Peintner
2ee7b9c381
fix(console): refine onboarding styles and behavior, i18n ( #5616 )
...
* fix: console onboarding styles and behavior, i18n
* action-row classes
* fix: only consider real user events in the onboarding view (#5617 )
* fix(onboarding): only human events
* explicitly exclude system api events
---------
Co-authored-by: Max Peintner <max@caos.ch>
---------
Co-authored-by: Elio Bischof <eliobischof@gmail.com>
Co-authored-by: Elio Bischof <elio@zitadel.com>
2023-04-06 12:02:46 +00:00
Silvan
698f46fe6a
chore: update dependencies ( #5401 )
...
* chore(backend): update dependencies
* chore(pipeline): update golangci-lint
2023-04-06 06:29:55 +00:00
Elio Bischof
8141d902b8
fix: delete org project mapping by grant id ( #5607 )
...
* fix: delete org project mapping by grant id
* fix: check for project on authentication using projections
* fix tests
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-04-06 05:46:12 +00:00
Livio Spring
23e6cc325e
fix: update correct current sequence for refresh tokens ( #5608 )
2023-04-05 21:31:51 +02:00
Elio Bischof
29c0adb650
fix: ignore 0 retention on event search ( #5614 )
...
* fix: filter all search events if retention
* test(e2e): test event api filter
2023-04-05 17:56:11 +00:00
Silvan
5c8748d769
chore: change action timeout ( #5604 )
2023-04-05 16:27:48 +02:00
Silvan
8b5217c06d
fix(query): only active by org by primary domain ( #5610 )
2023-04-05 12:06:26 +00:00
Silvan
d981f0d348
fix(saml): correct handling of remove ( #5606 )
2023-04-05 11:42:00 +00:00
Livio Spring
ea9223a2b0
fix: remove instance IDPs correctly from org policies ( #5609 )
...
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-04-05 11:18:00 +00:00
Silvan
4c1169b562
feat(eventstore): order by creation_date
and sequence
( #5568 )
...
* feat(eventstore): order by `creation_date` and `sequence`
* fix(logstore): use correct event type
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-04-05 09:34:24 +00:00
Elio Bischof
cf9d74f4d7
ci(helm): inform charts repo about releases ( #4544 )
...
* ci(helm): inform charts repo about releases
* typo
* use gh app token
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-04-05 11:08:01 +02:00
Livio Spring
991a56341b
fix: role claims mapping ( #5601 )
...
* fix: role claims mapping
* update oidc pkg
* update oidc pkg
2023-04-04 12:36:39 +00:00
Silvan
d515e1a004
docs(actions): correct tokens in post authentication ( #5600 )
...
* docs(actions): correct tokens in post authentication
* docs(actions): correct context fields in complement token
2023-04-03 15:32:40 +00:00
Max Peintner
4f5b195420
fix(console): link to azure-ad ( #5599 )
...
fix: link to azure-ad
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-04-03 13:27:26 +00:00
Silvan
dd84b93ac3
fix(token): filter users by instance id ( #5596 )
...
* fix(token): filter users by instance id
2023-04-03 12:56:37 +00:00
Silvan
e688954308
feat: role claims for service user tokens ( #5577 )
...
tokens of service users can now contain role claims by requesting them through scopes
2023-04-03 14:26:51 +02:00
Max Peintner
4691298eb6
fix(console): message text setter ( #5597 )
2023-04-03 07:19:36 +00:00
bitfactory-sem-denbroeder
4df15511b5
docs: Update aws-saml.md ( #5570 )
...
* Update aws-saml.md
Updated docs to reflect new paths
* Update aws-saml.md
2023-03-30 13:50:59 +00:00
Elio Bischof
887e2f474d
fix: use fixed active instances duration ( #5567 )
...
* fix: use fixed active instances duration
* fix active instances tests
* fix syntax error
* run pipeline
---------
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-03-30 13:01:27 +02:00
Sebastian Büchler
9b30d6ad83
docs: Typo in SPA examples ( #5569 )
...
Update introduction.mdx
2023-03-29 18:28:03 +00:00
Livio Spring
99e8c5c175
chore: update stable to 2.21.3 ( #5514 )
2023-03-29 14:07:23 +00:00
Elio Bischof
cccccd005c
feat: call webhooks at least once ( #5454 )
...
* feat: call webhooks at least once
* self review
* feat: improve notification observability
* feat: add notification tracing
* test(e2e): test at-least-once webhook delivery
* fix webhook notifications
* dedicated quota notifications handler
* fix linting
* fix e2e test
* wait less in e2e test
* fix: don't ignore failed events in handlers
* fix: don't ignore failed events in handlers
* faster requeues
* question
* fix retries
* fix retries
* retry
* don't instance ids query
* revert handler_projection
* statements can be nil
* cleanup
* make unit tests pass
* add comments
* add comments
* lint
* spool only active instances
* feat(config): handle inactive instances
* customizable HandleInactiveInstances
* call inactive instances quota webhooks
* test: handling with and w/o inactive instances
* omit retrying noop statements
* docs: describe projection options
* enable global handling of inactive instances
* self review
* requeue quota notifications every 5m
* remove caos_errors reference
* fix comment styles
* make handlers package flat
* fix linting
* fix repeating quota notifications
* test with more usage
* debug log channel init failures
2023-03-28 22:09:06 +00:00
Miguel Cabrerizo
3c3e51045b
fix: remove hardcoded texts ( #5360 )
...
fix: remove hardcoded texts
2023-03-28 20:02:21 +00:00
Miguel Cabrerizo
1b9cea0e0c
feat: add Help/Support e-mail for instance/org ( #5445 )
...
feat: help and support email in privacy policy
2023-03-28 21:36:52 +02:00
Stefan Benz
12a7c4b994
fix: correct conditions for user update after actions in post authent… ( #5535 )
...
Correct conditions on when the user gets updated through actions in post-authentication, with an added boolean for checking if anything changed in the actions.
2023-03-28 12:53:21 +00:00
Tim Möhlmann
25c3c17986
chore: upgrade to oidc v2 release ( #5437 )
...
* chore: upgrade to oidc v2 release
* fix tests
* fix build errors after rebase
* pin oidc v2.1.0
* pin oidc v2.1.1 (include bugfix)
* pin oidc v2.1.2 (include bugfix)
* pin oidc v2.2.1 (bugfix)
include fix zitadel/oidc#349
* fix: refresh token handling
* simplify cognitive complexity
* fix: handle error
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-03-28 11:28:56 +00:00
Max Peintner
542271b467
feat(console): Active Directory / LDAP, cleanup idp component routing ( #5506 )
...
feat(console): LDAP
2023-03-28 07:38:17 +00:00
Max Peintner
a14bfff0bb
docs: add refresh token section to angular guide ( #5534 )
...
docs: angular example changes
2023-03-27 15:53:22 +02:00
Elio Bischof
62bd606593
feat: enable handling projections for inactive instances ( #5523 )
...
* fix: don't ignore failed events in handlers
* question
* fix retries
* don't instance ids query
* statements can be nil
* make unit tests pass
* add comments
* spool only active instances
* feat(config): handle inactive instances
* customizable HandleInactiveInstances
* test: handling with and w/o inactive instances
* docs: describe projection options
* enable global handling of inactive instances
* accept NowFunc, not Clock interface
* add comment about stringer usage
* remove enum stringer implementations
* fix enum format types
* Update internal/eventstore/repository/mock/repository.mock.impl.go
Co-authored-by: Silvan <silvan.reusser@gmail.com>
---------
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-03-27 12:34:01 +00:00
Stefan Benz
41ff0bbc63
feat: ldap provider login ( #5448 )
...
Add the logic to configure and use LDAP provider as an external IDP with a dedicated login GUI.
2023-03-24 15:18:56 +00:00
TG
a8bfcc166e
docs: Fix typo in ratelimits ( #5531 )
...
Update ratelimits.md
Fixed typo
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-03-24 14:18:34 +00:00
Fabi
4486bf8529
docs: typos in production checklist ( #5155 )
...
* docs: typos and consistent starts of checklist
* docs: typos and consistent starts of checklist
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/self-hosting/manage/productionchecklist.md
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-03-24 15:10:03 +01:00
Miguel Cabrerizo
9b2bf3c2de
fix(console): shortcut arrangement start page ( #5161 )
...
feat: shortcut arrangement start page
Co-authored-by: Max Peintner <max@caos.ch>
2023-03-24 14:46:47 +01:00
Mauro Küpfer
6567d81060
docs: fix port number in nextjs tutorial ( #5533 )
...
Co-authored-by: Mauro Kuepfer <mauro.kuepfer@leuchterag.ch>
2023-03-24 08:55:52 +00:00
Fabi
cf1ac30970
fix: remove unnecessary cancel button as cancel is not possible ( #5511 )
...
* fix: remove unnecessary cancel button as cancel is not possible
* fix: add missing tranlation
* fix: add missing tranlation
* docs: missing translations
---------
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-03-24 08:00:56 +00:00
Livio Spring
1cf84b5a56
fix: map metadata correctly in actions ( #5526 )
2023-03-23 14:28:53 +01:00
Miguel Cabrerizo
b0ae24ccca
fix: project list 1st row show thin gray line ( #5339 )
...
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Max Peintner <max@caos.ch>
2023-03-23 12:19:24 +00:00
Livio Spring
fca6dd9613
fix: reduce correct type for jwt idps ( #5519 )
2023-03-22 15:46:59 +00:00
Max Peintner
e9df06df38
fix(console): initialize provider options ( #5520 )
...
fix: provider options initializer
2023-03-22 08:53:07 +00:00
mffap
9257cf7086
docs(playground): save to clipboard ( #5488 )
...
* docs(playground): permanent link
* add scope urn:zitadel:iam:org:project:roles
* remove window
* remove copy
* move to top right of card, fresh lockfile
* remove scope
* copy to clipboard
* browser only
* cleanup
* try with plausible css
* remove plausible plugin
* remove plausible window
* fix plausible in preview
* plausible script
---------
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-03-22 07:19:19 +00:00
tharuta
a8fe15829e
feat: internationalization Japanese (recreated) ( #5513 )
...
japanese translation
---------
Co-authored-by: Max Peintner <max@caos.ch>
2023-03-22 07:30:46 +01:00
Max Peintner
9b41758af0
fix(console): delete provider, refactor add and update methods ( #5515 )
...
fix: provider deletion
2023-03-21 17:48:35 +01:00
Livio Spring
a6c471b2e4
fix: possible nil pointer in actions ( #5510 )
2023-03-21 11:19:49 +01:00
Livio Spring
4ca50e0802
fix: check for empty applicationID on assertRoles ( #5509 )
...
* fix: check for empty applicationID on assertRoles
* remove unintended added file
2023-03-21 08:59:44 +01:00
mffap
4baa503fcc
docs(metrics): fix typos ( #5504 )
...
* docs(metrics): fix typos
* tone
2023-03-20 12:44:04 +01:00
Max Peintner
63c3d05ffd
docs: fix urls on homepage ( #5501 )
...
fix: add urls on homepage
2023-03-20 09:11:15 +01:00