mffap
5b3f04e4d9
docs(self-hosting): add minimum system requirements ( #6032 )
...
* docs(self-hosting): add minimum system requirements
* Apply suggestions from code review
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-06-15 00:06:52 +02:00
Miguel Cabrerizo
c98307f70c
fix(console): back button in detail view should not navigate to create dialog again ( #6018 )
...
* fix: add double router back if new
* fix: add comments to back directive
* fix: same behavior for user creation
* fix: add query param to app, project role create
* fix: add changes suggested by @peintnermax
---------
Co-authored-by: Max Peintner <max@caos.ch>
2023-06-14 07:02:07 +00:00
Miguel Cabrerizo
33a8ab4ecf
feat(console): warning if backdrop click or escape key is pressed when new action form is dirty ( #5989 )
...
* fix: add action control esc and backdrop click
* fix: set values for new action and update action
* feat: add translations for supported languages
* feat: add some comments
* fix: add suggested changes by @peintnermax
2023-06-13 15:31:18 +00:00
Max Peintner
e39d1b7d82
fix(console): url safe base64 to array buffer ( #6019 )
...
fix: console base64 to array buffer
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-06-13 05:37:22 +00:00
Tim Möhlmann
5693e40930
chore(v2): user register factors proto definitions ( #6017 )
...
* chore(v2): user register factors proto definitions
* use uri
2023-06-12 13:24:51 +00:00
Tim Möhlmann
6907b52b32
chore(deps): update oidc ( #6002 )
2023-06-09 15:18:14 +00:00
mffap
0a035b6347
docs(migrate): applications ( #6001 )
...
* docs(migrate): applications
* Update docs/docs/guides/migrate/introduction.md
Co-authored-by: Florian Forster <florian@zitadel.com>
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-06-09 14:06:59 +00:00
Max Peintner
dafa8ab4df
fix(console): fallback to default language if browser language not supported ( #5999 )
...
fix: fallback to default language if browser language not supported
2023-06-09 15:14:15 +02:00
adlerhurst
6e510505a1
Merge branch 'main' into rc
2023-06-09 08:49:16 +02:00
Stefan Benz
66e639b5ad
fix: handling of org idp migrations and google events ( #5992 )
2023-06-08 14:08:13 +00:00
Fabi
af4ef9ed59
docs: update issue templates ( #5957 )
...
* Update proposal.yaml
* docs: issue template improvement
* docs: issue template docs
* Update config.yml
* Update config.yml
2023-06-08 10:16:45 +00:00
adlerhurst
8c0db9a611
fix: empty commit
2023-06-08 10:19:47 +02:00
adlerhurst
0c561bbbf7
Merge branch 'next' into rc
2023-06-08 10:15:53 +02:00
Silvan
eee4450a05
chore: merge main ( #5991 )
...
### Definition of Ready
- [ ] I am happy with the code
- [ ] Short description of the feature/issue is added in the pr
description
- [ ] PR is linked to the corresponding user story
- [ ] Acceptance criteria are met
- [ ] All open todos and follow ups are defined in a new ticket and
justified
- [ ] Deviations from the acceptance criteria and design are agreed with
the PO and documented.
- [ ] No debug or dead code
- [ ] My code has no repetitions
- [ ] Critical parts are tested automatically
- [ ] Where possible E2E tests are implemented
- [ ] Documentation/examples are up-to-date
- [ ] All non-functional requirements are met
- [ ] Functionality of the acceptance criteria is checked manually on
the dev system.
2023-06-08 10:14:43 +02:00
adlerhurst
b43f32eba1
chore: merge main
2023-06-08 10:13:25 +02:00
adlerhurst
c39193b1ed
Merge branch 'next' into rc
2023-06-08 09:46:04 +02:00
Tim Möhlmann
18f761d404
fix: re-apply register Passkey API v2 ( #5990 )
...
Revert "fix: REVERT register Passkey API v2"
2023-06-08 07:39:11 +00:00
adlerhurst
8d05a0d6d8
Merge branch 'main' into rc
2023-06-08 09:30:12 +02:00
Max Peintner
58cfb94e1d
fix(login): url safe encoding base64 ( #5983 )
...
* url safe encoding base64
* js rm export
* fix: publish docker image
* rm releaserc
---------
Co-authored-by: Elio Bischof <eliobischof@gmail.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-06-08 09:27:03 +02:00
Silvan
9af066d53c
fix(setup): steps 10 and 11 ( #5987 )
...
* fix(step10): count amount of wrong_events manually
* fix(step11): create index for better performance
2023-06-08 08:11:50 +02:00
adlerhurst
6a3ed2f8f7
chore: merge branch 'main' into rc
2023-06-08 08:04:19 +02:00
Stefan Benz
5562ee94a6
feat: migrate external idp to other types ( #5984 )
...
* feat: migrate instance oidc to azureAD
* feat: migrate instance oidc to azureAD
* feat: migrate org oidc to azureAD
* feat: migrate oidc to google
* fix: correct idp writemodels
* fix: review changes
2023-06-08 00:50:53 +02:00
Stefan Benz
0b1738dc5d
fix: check linked users before postAuthentication action ( #5980 )
...
* fix: check linked users before postAuthentication action
* fix: apply suggestions from code review
Co-authored-by: Silvan <silvan.reusser@gmail.com>
---------
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-06-08 00:16:02 +02:00
Silvan
6be41ea257
fix(setup): steps 10 and 11 ( #5987 )
...
* fix(step10): count amount of wrong_events manually
* fix(step11): create index for better performance
2023-06-07 16:30:19 +00:00
Tim Möhlmann
f456168a74
feat: session v2 passkey authentication ( #5952 )
2023-06-07 17:28:42 +02:00
mffap
f7157b65f4
docs(troubleshoot): invalid audience ( #5956 )
2023-06-06 16:11:30 +00:00
Elio Bischof
61feb9d19f
fix: more silence ( #5986 )
2023-06-06 15:12:54 +00:00
Tim Möhlmann
da95cf32bf
fix: REVERT register Passkey API v2 ( #5981 )
...
Reverts zitadel/zitadel#5873
2023-06-06 08:35:54 +02:00
Tim Möhlmann
56e5d1a9a8
fix linting error
2023-06-06 00:05:46 +02:00
Tim Möhlmann
7692d2cb8d
preserve reused code
2023-06-05 23:30:10 +02:00
Tim Möhlmann
cea0595328
Revert "feat: implement register Passkey user API v2 ( #5873 )"
...
This reverts commit a301c40f9f
.
2023-06-05 18:43:51 +02:00
Silvan
743c77a729
fix(setup): update chunks in step 11 ( #5965 ) ( #5966 )
2023-06-02 10:04:03 +00:00
Silvan
ebca7b6e3d
fix(setup): update chunks in step 11 ( #5965 )
2023-06-02 09:31:18 +00:00
mffap
c8b0e5a6c5
docs(api): add info about key rotation and caching on /keys endpoint ( #5964 )
...
* docs(api): add more info on the /keys endpoint
* fix some headings while we're here
2023-06-02 08:29:07 +02:00
Silvan
91f4f99957
chore: merge rc in next ( #5963 )
2023-06-01 14:34:57 +02:00
adlerhurst
e3987d6555
Merge branch 'rc' into next-rc
2023-06-01 13:12:00 +02:00
mffap
aa60de3d34
docs: fix some more broken links ( #5962 )
2023-06-01 08:46:50 +00:00
Fabi
a1ccde9815
docs: add section about subscribing to mailing list ( #5915 )
...
* docs: add section about subscribing to mailing list
* docs: change link
* Update technical_advisory.mdx
* docs: add technical advisory to readme
* Update README.md
Co-authored-by: mffap <mpa@zitadel.com>
---------
Co-authored-by: mffap <mpa@zitadel.com>
2023-06-01 10:30:30 +02:00
mffap
057ac926c8
docs(legal): Account Lockout Policy ( #5958 )
...
* typo
* docs(legal): account lockout policy
* sidebar
* remove intros
* fix broken link
---------
Co-authored-by: Fabi <fabienne@zitadel.com>
2023-06-01 05:07:38 +00:00
mffap
c7e0d979d4
docs: fix broken links ( #5959 )
...
* openid connect
* main
* cockroach links
2023-06-01 06:58:14 +02:00
Fabi
7a0fa2aad0
docs: improvement issue template ( #5955 )
...
* docs: improvement issue template
* docs: add issue template for docs
* docs: add issue template for proposal
* delete file
* docs: update bug template
2023-05-31 13:55:30 +02:00
Tim Möhlmann
d5eaa8fa16
fix: display loginname in machine client credentials ( #5936 )
2023-05-26 13:04:45 +00:00
Max Peintner
6c90f088d2
fix(console): show warn dialog when view switched to instance ( #5935 )
...
fix: show warn dialog when changed to instance
2023-05-26 14:27:56 +02:00
Stefan Benz
57e189e590
fix: token for post authentication action and change phone and email ( #5933 )
...
* fix: token for post authentication action and change phone and email
* fix checks and add tests
* improve change checks and add tests
* add more tests
* remove unintended test
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-05-26 09:29:31 +02:00
Stefan Benz
9aed0319c5
fix: token for post authentication action and change phone and email ( #5933 )
...
* fix: token for post authentication action and change phone and email
* fix checks and add tests
* improve change checks and add tests
* add more tests
* remove unintended test
---------
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-05-26 07:24:52 +00:00
mffap
d595177bcd
docs(integrate): move authenticate service users up ( #5928 )
2023-05-25 16:16:40 +05:30
Elio Bischof
616f064e99
docs: improve installation guide for k8s ( #5923 )
...
* docs(k8s): add port-forward command
* docs: improve k8s installation docs
* remove target port
---------
Co-authored-by: Fabi <fabienne.gerschwiler@gmail.com>
2023-05-25 10:21:35 +02:00
adlerhurst
f41f9a0b02
chore: rc as prerelease
2023-05-25 08:32:51 +02:00
adlerhurst
c20cfd5a2c
Merge branch 'main' into rc
2023-05-25 08:31:04 +02:00
Elio Bischof
8828c04e27
chore: backward compatible stub gen ( #5926 )
...
* chore: backward compatible stub gen
* chore: fix delete path
* fix order
2023-05-24 23:19:48 +02:00