Stefan Benz
a36fdf8fe6
feat: add listIamMembers to system api ( #5013 )
...
Added ListIAMMembers endpoint to system-API to provide the functionality to the customer portal
2023-01-17 20:35:41 +00:00
Max Peintner
650122070d
feat(console): show available login methods on user pages ( #5055 )
...
Shows all possible login methods on the user detail pages
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-01-17 16:02:22 +00:00
Elio Bischof
0316c2c187
fix: add port to SMTP host label ( #4980 )
...
* fix: add port to SMTP host label
* fix gRPC request message
* fix: validate port in backend
* make defaults.yaml host field more clear
* add placeholder smtp host field
* make ipv6 smtp host valid
* hide smtp password input
* fix smtp host not filled
* dont let browsers prefill smtp password
2023-01-17 09:20:16 +00:00
Silvan
71bd19d690
fix: login name case insensitive ( #5032 )
...
checks for login names case insensitive during login
2023-01-16 13:07:31 +00:00
Silvan
1bf1f335dc
feat(admin-api): list events ( #4989 )
...
* docs: update cockroachdb version to 22.2
* feat(adminAPI): ListEventTypes returns the list of event types ZITADEL implements
* feat(adminAPI): ListAggregateTypes returns the list of aggregate types ZITADEL implements
* feat(adminAPI): ListEvents allows `IAM_OWNERS` to search for events
2023-01-16 11:30:03 +00:00
Silvan
74c1c39207
fix: org unique check ( #5033 )
...
- all verified of domains are checked
- domains are checked case insensitive
- name is checked case insensitive
2023-01-16 09:55:19 +00:00
Max Peintner
e7a97b1f3b
fix(login): add text-decoration: underline
on the sub-formfield links ( #5012 )
...
* fix: login underline
* a styles
2023-01-12 14:04:04 +00:00
Max Peintner
c9445227c5
fix(console): angular 15 ( #4809 )
...
* cli core
* update material
* imports
* schematics
* lint
* rm ng-qrcode, ngx-quicklink
* replace qr code lib
* rm shared module as quicklink is removed
* lazy loading imports
* rm public
* chore(deps): bump @grpc/grpc-js from 1.7.1 to 1.8.0 in /console (#4857 )
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node ) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/grpc/grpc-node/releases )
- [Commits](https://github.com/grpc/grpc-node/compare/v1.7.1...@grpc/grpc-js@1.8.0 )
---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump libphonenumber-js from 1.10.13 to 1.10.15 in /console (#4861 )
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js ) from 1.10.13 to 1.10.15.
- [Release notes](https://gitlab.com/catamphetamine/libphonenumber-js/tags )
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.13...v1.10.15 )
---
updated-dependencies:
- dependency-name: libphonenumber-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* rxjs
* chore(deps): bump engine.io from 6.2.0 to 6.2.1 in /console (#4734 )
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* lock
* lint
* rm comments
* tsconfig ES2022
* get rid of polyfills file
* use node 18
* rm age policy, legacy components
* packages
* build beta prerelease
* remove pre-release build
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-01-11 13:23:16 +00:00
Max Peintner
e05ea936e2
docs: metatags ( #5020 )
2023-01-11 10:45:35 +00:00
Max Peintner
3be1f51e48
fix(console): member table updates ( #4984 )
...
* fix: members table refresh, delete with single role
* trigger update after change
* remove event propagation handler
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-01-11 10:20:12 +00:00
Maciej Walkowiak
f4b920c11c
docs: fix broken link to production setup guide ( #5021 )
...
docs: Fix broken link to production setup guide
Co-authored-by: Florian Forster <florian@zitadel.com>
2023-01-10 21:04:09 +01:00
Livio Spring
e9368d28f7
chore(release channel): update stable to 2.16.4 ( #5024 )
2023-01-10 16:29:22 +00:00
Livio Spring
2482bb8700
Merge pull request from GHSA-6rrr-78xp-5jp8
2023-01-10 15:58:10 +01:00
Dakshitha Ratnayake
0a85dd822f
docs: add new quick start guide and make other changes to overview page ( #4996 )
...
* docs: Added the latest quickstart guide and removed the old one. Modified the content on the overview page.
* Renamed developer-quickstart.mdx to quickstart.mdx and other changes to resolve broken links
* Update docs/docs/guides/start/quickstart.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
* Update docs/docs/guides/start/quickstart.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
* Update docs/docs/guides/start/quickstart.mdx
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
* Added a note on the scope of the application.
Co-authored-by: Dakshitha Ratnayake <dakshitharatnayake@Dakshithas-MBP.localdomain>
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2023-01-09 16:05:37 +01:00
Livio Spring
0a30e39b46
fix(CORS): add X-Requested-With to Access-Control-Request-Headers ( #5009 )
...
allows clients with `X-Requested-With` header to succeed with their CORS request
2023-01-09 13:37:10 +01:00
Livio Spring
5651f98600
feat(auth api): expose login policy of authenticated user ( #4979 )
...
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-01-05 13:04:38 +00:00
Gibheer
f34611d675
docs(postgres): avoid using the admin user. ( #4975 )
...
docs: Update the documentation to avoid using the postgres user.
In some environments it is not possible to get access to the postgres
user.
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-01-05 11:05:01 +01:00
Elio Bischof
ec7f658264
docs: describe linting in the dev process ( #4977 )
...
* docs: describe linting in the dev process
avoids forgetting to lint the code
* also lint e2e when developing console
* fix instruction sentence
2023-01-04 13:59:36 +00:00
Elio Bischof
35faa1b233
test(e2e): improve error reporting ( #4931 )
...
* cleanup
* test(e2e): improve error reporting
* lint
* lint
* better timeout messages
* fix shouldNotExist
2023-01-04 13:38:27 +00:00
Fabi
dc2a4ea92c
chore: add pr template ( #4959 )
...
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-01-03 10:32:28 +00:00
Florian Forster
83f96b49aa
docs: fix preview link ( #4965 )
...
test netlify
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-01-03 10:14:13 +00:00
Stefan Benz
b1d7433eba
fix: correct display name when adding an instance ( #4930 )
...
* fix: handling of default values inside add instance
* fix: remove release from 2.16.x branch
* chore(lint): show all issues
* refactor: instance converter
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-01-03 10:16:36 +01:00
Fabi
9d78fb66dc
chore: remove view from project where to add the issues ( #4960 )
2022-12-30 09:17:00 +01:00
Fabi
a62ec23fd7
chore: change user story template ( #4954 )
...
* chore: change user story template
* Update task.md
2022-12-29 13:08:47 +00:00
Fabi
404bc9208d
docs: login with phone scenario ( #4950 )
...
* docs: login with phone scenario
* Update docs/docs/guides/solution-scenarios/configurations.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/configurations.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/configurations.mdx
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/guides/solution-scenarios/configurations.mdx
Co-authored-by: mffap <mpa@zitadel.com>
Co-authored-by: mffap <mpa@zitadel.com>
2022-12-29 12:27:51 +00:00
Fabi
802e1d1b1f
chore: add issues to product management board ( #4946 )
2022-12-29 10:38:44 +00:00
Christian Jakob
970d6cbe53
docs: increase rate limit for api calls ( #4953 )
...
* docs: increase rate limit for api calls
* docs: added new regex
2022-12-29 10:16:07 +01:00
Elio Bischof
10b281535a
docs(self-hosting): describe updating and scaling ( #4932 )
...
* docs(self-hosting): describe updating and scaling
* Update docs/docs/self-hosting/manage/updating_scaling.md
Co-authored-by: mffap <mpa@zitadel.com>
* Update docs/docs/self-hosting/manage/updating_scaling.md
Co-authored-by: mffap <mpa@zitadel.com>
* add tldr, satisfy review
Co-authored-by: mffap <mpa@zitadel.com>
2022-12-28 16:10:18 +01:00
Silvan
5c8cfa4167
docs(self-hosting): add env vars for proxy configuration ( #4916 )
2022-12-22 13:42:44 +01:00
Max Peintner
85a0bb0523
feat(console): delete org ( #4837 )
...
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-12-22 11:56:13 +00:00
Livio Spring
0530f19d94
feat: allow usernames without @ when UserMustBeDomain false ( #4852 )
...
* feat: allow usernames without @ when UserMustBeDomain false
* e2e
* test(e2e): table driven tests for humans and machines
* cleanup
* fix(e2e): ensure there are no username conflicts
* e2e: make awaitDesired async
* rm settings mapping
* e2e: make awaitDesired async
* e2e: parse sequence as int
* e2e: ensure test fails if awaitDesired fails
Co-authored-by: Max Peintner <max@caos.ch>
2022-12-22 11:16:17 +00:00
Stefan Benz
7d9fc2c6e7
feat: org remove on admin api and org query with state ( #4917 )
...
* feat: org remove on admin api and org query with state
* docs: change description for admin api remove org
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-12-22 10:46:06 +00:00
Livio Spring
a99da4f8e4
fix: user queries ( #4920 )
2022-12-22 09:22:08 +00:00
Fabi
dad9738ceb
chore: update stable tag ( #4914 )
...
Update release-channels.yaml
2022-12-21 15:38:32 +01:00
Silvan
188ff2be53
docs(scopes): improve description of org:id scope ( #4911 )
2022-12-21 11:33:31 +01:00
Livio Spring
6093440747
fix(import): activate label policy after creation ( #4879 )
2022-12-21 08:46:05 +00:00
Stefan Benz
f5eddcc490
fix: separate tos and privacy checkbox into two ( #4848 )
2022-12-21 09:27:31 +01:00
Florian Forster
77e3d08f22
docs: split out self-hosting into new section ( #4903 )
...
* docs: split out self-hosting into section
* check for broken links
* fix netlify proxy forward
* use full path
2022-12-20 11:17:27 +01:00
Fabi
3c26b0bae4
docs: add logout guide ( #4889 )
...
* docs: add logout guide
* docs: add logout guide
* docs: add logout guide
* docs: add logout guide
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* Update docs/docs/guides/integrate/logout.md
Co-authored-by: Florian Forster <florian@zitadel.com>
* docs: add multifactor and secondfactor shortcuts
* docs: logout guide
Co-authored-by: Florian Forster <florian@zitadel.com>
2022-12-20 09:40:34 +01:00
Stefan Benz
339fbd4f0c
fix: change back to login button and add to register option screen ( #4847 )
...
* fix: change back to login button and add to register option screen
* fix: change back to login button and add logic for remove and set events
Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com>
2022-12-20 09:26:48 +01:00
Fabi
5d61ed5cac
docs: add multifactor and secondfactor shortcuts ( #4891 )
2022-12-19 09:59:45 +00:00
mffap
2663d0ff13
docs: add prompt none to playground ( #4894 )
2022-12-16 15:42:30 +01:00
Stefan Benz
b7e5fcb97b
docs: setup with service account docs ( #4877 )
...
* docs: add service account setup for kubernetes
* docs: add service account setup for macos, linux and compose
* docs: change image tag in compose
* docs: move default user part of kubernetes
2022-12-16 14:09:49 +01:00
Fabi
865050c078
docs: remove docs links ( #4890 )
...
* docs: add logout guide
* Update proto/zitadel/system.proto
Co-authored-by: Florian Forster <florian@zitadel.com>
* remove external docs
Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-12-16 12:15:26 +00:00
Livio Spring
d21bb902f1
fix: push timeout ( #4882 ) ( #4885 )
...
* push with timeout
* test: config for eventstore
(cherry picked from commit b9156da76d
)
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2022-12-15 09:40:13 +00:00
Elio Bischof
3e52beaf89
docs: install crdb chart separately ( #4849 )
...
* docs: install crdb chart separately
* Update kubernetes.mdx
* Update kubernetes.mdx
Co-authored-by: Florian Forster <florian@zitadel.com>
2022-12-14 21:09:23 +01:00
Max Peintner
fc672c9adc
fix(console): edit email for initial users ( #4776 )
...
fix: edit email for initial users
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-12-14 14:02:59 +00:00
Max Peintner
c336d6fd3f
fix(console): rename class ( #4880 )
...
fix: rename class
2022-12-14 14:04:54 +01:00
Max Peintner
806b9e8238
fix(login): allow setting language on registered users ( #4862 )
...
* fix: user language for notifications
* fix(login): allow setting language on registered users
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-12-14 11:23:09 +00:00
Livio Spring
d3e4281bb6
fix: protect default and zitadel project org from remove ( #4875 )
2022-12-14 10:44:43 +00:00