Commit Graph

1913 Commits

Author SHA1 Message Date
Florian Forster
99c5e9e3bd
chore: sunset v1 docs (#5112)
* chore: sunset v1 docs

* chore: remove wrong folder from pr

* remove reference to v1

Co-authored-by: Maximilian Panne <mpa@zitadel.com>
2023-01-27 15:26:13 +01:00
Stefan Benz
eb17d0c378
feat: add http request to interal and external authentication actions (#5103)
Add functionality to provide http.Request and authError to actions for logging or other logic.
2023-01-26 10:40:49 +00:00
Max Peintner
fd4f1dd016
fix(console): navigate to users list after removal (#5095)
Redirects the user back to the user list after a user is deleted
2023-01-25 13:51:35 +00:00
Silvan
c54ddc71a2
feat(actions): local users (#5089)
Actions are extended to to local users. It's possible to run custom code during registration and authentication of local users.
2023-01-25 13:08:01 +00:00
Stefan Benz
19621acfd3
feat: add notification policy and password change message (#5065)
Implementation of new notification policy with functionality to send email when a password is changed
2023-01-25 09:49:41 +01:00
Fabi
8b5894c0bb
fix: add description to password screen (#5096) 2023-01-24 09:46:31 +00:00
Christian Jakob
b06878c2a6
docs: add production checklist (#4964)
* docs: added first checklist draft

* docs: formatting

* docs: increase list

* docs: added monitoring and links

* docs: typos and links

* best practise approach

* added missing links

* Update docs/docs/self-hosting/manage/production.md

Co-authored-by: Florian Forster <florian@zitadel.com>

* added checkboxes

* changed name and separated checklist

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* fixing links

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* Update docs/docs/self-hosting/manage/productionchecklist.md

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

Co-authored-by: Florian Forster <florian@zitadel.com>
Co-authored-by: Elio Bischof <eliobischof@gmail.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2023-01-23 13:39:05 +01:00
Livio Spring
598a4d2d4b
feat: add basic structure of idp templates (#5053)
add basic structure and implement first providers for IDP templates to be able to manage and use them in the future
2023-01-23 08:11:40 +01:00
Silvan
7b5135e637
fix(adminAPI): localize event type (#5059)
* fix(adminAPI): localisation of event types, aggregate types
* fix(adminAPI): validations of ListEvent request
* implement caching of editor user information
2023-01-19 15:50:05 +00:00
Miguel Cabrerizo
a3f5885823
fix: message attrs clickable only when editing (#5070)
Co-authored-by: Max Peintner <max@caos.ch>
2023-01-19 09:07:51 +01:00
Max Peintner
b0ce17c5e8
fix(console): only show verified emails and phonenumbers as loginoptions (#5073)
* fix: only show verified emails and phonenumbers as loginoptions

* rm submodules
2023-01-19 07:55:16 +01:00
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