Fabi
12f128e3c5
docs: api request descriptions ( #1637 )
...
* doc: api descriptions
* doc: management description
* doc: message validation
* doc: api descriptions
* doc: api descriptions
* doc: description
* doc: index images
* doc: design
* colors, colors and more colors
* margin
* fix comment
* doc: api descriptions
* doc: empty response
* doc: api descriptions
* fix comment
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-04-22 12:59:17 +00:00
Max Peintner
b742166af5
fix: user grants ( #1645 )
...
* fix: user grants
* fix: add missing event type
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
2021-04-22 10:03:24 +00:00
Livio Amstutz
3f90d620b8
fix: ignore otp.verified v1 event for usersessions ( #1633 )
...
* remove MFAOTPVerified from user session projection
* add tracing for VerifyOIDCClientSecret in commands
* fix test
2021-04-21 13:23:05 +02:00
Silvan
c919fd6f13
fix: correct imports ( #1630 )
...
* fix: correct import for errors
* fix: add missing translations
* fix(eventstore): index
* fix(eventstore): use table instead of index
* fix(proto): correct info
* fix(migrations): use eventstore
2021-04-20 22:17:37 +02:00
Livio Amstutz
f5a8cb20a5
fix: set custom domains feature on orgs ( #1623 )
2021-04-20 10:46:09 +02:00
Silvan
576995af05
fix: add translations for feature events ( #1622 )
2021-04-20 10:27:17 +02:00
Livio Amstutz
b04c97d21e
fix: update oidc to encrypt code and tokens url safe ( #1616 )
2021-04-20 10:01:47 +02:00
Livio Amstutz
eb75ba87fb
fix: ignore unknown field in json gateway ( #1619 )
2021-04-19 17:20:18 +02:00
Livio Amstutz
6863aeac59
feat: custom domain feature ( #1618 )
...
* fix: custom domain
* fix: custom domain
* fix: custom domain
* fix: custom domain feature in proto
* fix: remove custom domains on feature downgrade
* fix test
* fix: custom domain feature in proto
* ensure tests work
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
2021-04-19 16:43:36 +02:00
Livio Amstutz
8da733315a
fix: noopener in template ( #1615 )
2021-04-19 15:38:14 +02:00
Fabi
2768ab4184
fix: register user on org ( #1614 )
...
* fix: user register
* fix: user register translation
* display suffix correctly
* Update auth_request.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-04-19 12:43:17 +02:00
Max Peintner
057537cc82
feat(notification): new mail templates ( #1579 )
...
* fix: new template light only
* add border radius to img
* system first font, font weight
* fix: change email template
* fix: go mod
* update ref
* fix: template
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
2021-04-16 14:55:55 +02:00
Fabi
7131131333
fix: remove free tier info in register org ( #1603 )
2021-04-16 11:35:09 +02:00
Livio Amstutz
26e1b80c1c
fix: drop unused column from current_sequences ( #1592 )
2021-04-16 06:54:29 +02:00
Silvan
22feab63da
fix(org): handle reactivate event in write model ( #1596 )
2021-04-15 18:15:49 +02:00
Livio Amstutz
b0681a0bbe
fix: ensure event order in setDefaultAuthFactorsInCustomLoginPolicy (for testability) ( #1595 )
...
* fix: ensure event order (for testability)
* fix: error handling (incl. imports of wrong pkgs)
2021-04-15 15:30:19 +02:00
Fabi
8fccd7c495
fix: typos in privacy policy ( #1587 )
2021-04-15 15:10:49 +02:00
Livio Amstutz
c7e7ef8e74
feat: make x-zitadel-orgid optional (resource owner by default) ( #1591 )
2021-04-15 10:57:01 +02:00
Fabi
05c6d0688a
fix: privacy policy ( #1559 )
2021-04-12 19:22:34 +02:00
Livio Amstutz
75d4b33281
fix: handle org features downgrades ( #1578 )
...
* features
* features
* features
* fix json tags
* add features handler to auth
* mocks for tests
* add setup step
* fixes
* add featurelist to auth api
* fx proto merge
* remove policies
* factors
* handle auth factors
* test org features
* cleanup
2021-04-12 17:03:09 +02:00
Livio Amstutz
188938e937
fix: remove app name check on ChangeAPIApplication ( #1561 )
...
* fix: remove app name check on ChangeAPIApplication
* fix APIConfigInvalid message
2021-04-09 11:50:06 +02:00
Fabi
ba22f43e87
fix: setup ( #1555 )
2021-04-07 20:44:43 +02:00
Fabi
970da0730c
fix: setup remove sub objects ( #1553 )
...
* fix: setup remove sub objects
* fix: setup remove sub objects
* fix: setup remove sub objects
2021-04-07 18:57:59 +02:00
Livio Amstutz
b96d158484
fix: pass necessary webauthn data through events ( #1544 )
2021-04-07 14:19:01 +02:00
Livio Amstutz
f889b85d42
fix: pass necessary webauthn data through events ( #1541 )
2021-04-07 12:56:59 +02:00
Fabi
4d19652cd9
fix: list granted project roles ( #1537 )
2021-04-07 11:40:31 +02:00
Livio Amstutz
f9286574a9
fix: sort admin orgs by name ( #1536 )
...
* fix: sort admin orgs by name
* handle nil pointer in webauthn methods
* rename
2021-04-07 09:56:45 +02:00
Silvan
e4fe097ec4
fix: add api docs and http handler for openapi files ( #1526 )
...
* tests
* chore: set vars for platform in dockerfile
* simplyfy generate
* correct dockerfile
* add openapi to gitignore
* object files
* protos
* update protoc version
* admin only secuity missing
* texts
* start secutiry
* add handler
* add description
* add descriptions and remove adddress
* default limit
* add mapping for openapi
* generate statik for openapi
* remove address converter
* executable
* operator test
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-04-07 08:23:47 +02:00
Livio Amstutz
2e02f2a695
fix: webauthn event types ( #1535 )
2021-04-07 08:12:55 +02:00
Fabi
4904f61d4b
fix: token fix ( #1534 )
...
* fix: check org id missing
* fix: check org id missing
2021-04-06 16:43:49 +02:00
Fabi
3e98cc74b5
fix: check org id missing ( #1533 )
2021-04-06 16:17:56 +02:00
Fabi
08bfec6652
fix: new es fix ( #1532 )
...
* fix: handle ListMyProjectOrgsRequestToModel queries
* fix: sort orgs for admin org list by org name
* fix: features converters
* fix: remove last role from user grant
* fix: ensure limit
* fix: ensure limit
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-04-06 16:03:07 +02:00
Livio Amstutz
efc90b382c
fix: ignore undecryptable keys from view ( #1528 )
2021-04-06 13:49:16 +02:00
Livio Amstutz
a393d549fb
fix: decrypt of access token in token verifier ( #1527 )
2021-04-06 11:38:39 +02:00
Fabi
d375ad4d49
fix: add v1 events ( #1525 )
...
* fix: add v1 events
* add v1 events to queries
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-04-06 09:57:58 +02:00
Livio Amstutz
27fcf4739d
fix: bearer token encryption ( #1524 )
...
* fix: bearer token encryption
* remove some todos
2021-04-06 08:31:18 +02:00
Fabi
800eeca7ba
fix: setup ( #1515 )
...
* fix: setup uniqueness
* fix: setup step done
2021-04-01 10:14:07 +02:00
Fabi
d1284082a1
fix: todos ( #1502 )
...
* fix: remove console log
* fix: remove todos
* fix: setup uniqueness
* fix: setup uniqueness
2021-03-31 11:10:06 +02:00
Livio Amstutz
fa6fb92c7e
fix: add order by for max previous sequence ( #1501 )
2021-03-30 19:28:00 +02:00
Livio Amstutz
c6ea230a56
fix: unique constrains of org domain ( #1500 )
...
* fix: unique constrains of project grant
* fix: unique constrains of org domain
2021-03-30 15:00:57 +02:00
Livio Amstutz
868749e9c0
fix: unique constrains of project grant ( #1497 )
2021-03-30 13:01:14 +02:00
Fabi
1771ce40b4
fix: unique constraint setup step ( #1496 )
2021-03-30 11:42:01 +02:00
Fabi
e8e8015aa5
fix: log setup step ( #1495 )
...
* fix: log setup step
* fix: unique constraint setup step
2021-03-30 10:59:16 +02:00
Livio Amstutz
2d65b94df3
fix: handle possible nil pointer ( #1491 )
2021-03-29 14:50:58 +02:00
Elio Bischof
51a76150ca
fix: revert migration V1.13 ( #1466 )
...
* fix: revert migration V1.13
* fix: set project changes correctly in application view model (#1469 )
* fix: import user, hide login name suffix (#1474 )
* fix: import user, and label policy command side
* feat: Import user and hide loginname suffix (#1464 )
* fix: import user
* fix: label policy
* fix: label policy
* fix: label policy
* fix: migrations
* fix: migrations
* fix: migrations
* fix: label policy
* loginSuffix in login ui
* suffix
* fix cursor on disabled user selection
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
(cherry picked from commit 03ddb8fc38
)
* feat: Import user and hide loginname suffix (#1464 )
* fix: import user
* fix: label policy
* fix: label policy
* fix: label policy
* fix: migrations
* fix: migrations
* fix: migrations
* fix: label policy
* loginSuffix in login ui
* suffix
* fix cursor on disabled user selection
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
(cherry picked from commit 03ddb8fc38
)
* feat: Import user and hide loginname suffix (#1464 )
* fix: import user
* fix: label policy
* fix: label policy
* fix: label policy
* fix: migrations
* fix: migrations
* fix: migrations
* fix: label policy
* loginSuffix in login ui
* suffix
* fix cursor on disabled user selection
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
(cherry picked from commit 03ddb8fc38
)
* fix: label policy events
* loginname placeholder
* fix: tests
* fix: tests
* Update internal/command/iam_policy_label_model.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* fix: console eventstore (#1476 )
* fix org switch
* user grants
* fix project grants, user grant update
* fix idp removal, prettier buttons, attribute names
* fix: operator reconciling (#1478 )
* fix(operator): align backup and restore commands (#1465 )
* fix: crd mode broke backup and restore commands
* fix: remove obscure gitops-per-operator flags
(cherry picked from commit 041cacc4af
)
* fix: gitops backup and restore need a kubernetes client too (#1475 )
(cherry picked from commit 50bc317d27
)
Co-authored-by: Elio Bischof <eliobischof@gmail.com>
* feat: features (#1427 )
* features
* features
* features
* fix json tags
* add features handler to auth
* mocks for tests
* add setup step
* fixes
* add featurelist to auth api
* grandfather state and typos
* typo
* merge new-eventstore
* fix login policy tests
* label policy in features
* audit log retention
* fix: new es bug fixes (#1477 )
* fix: displayname on members
* fix: user grant update
* fix: user grant id
* console grantid
Co-authored-by: Max Peintner <max@caos.ch>
* fix: backend (#1481 )
* fix: check ids in proto
* fix sign out
* improve displayed login name after user selection
* fix init user in login
* fix init password in login
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
* feat: console feature api (#1480 )
* fix: changes (#1482 )
* fix: changes
* change listquery to changequery
* fix: changes in auth
Co-authored-by: Max Peintner <max@caos.ch>
* test without transaction
* test without transaction
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
2021-03-29 13:38:04 +02:00
Livio Amstutz
48456b84b9
fix: changes ( #1482 )
...
* fix: changes
* change listquery to changequery
* fix: changes in auth
Co-authored-by: Max Peintner <max@caos.ch>
2021-03-29 10:32:23 +02:00
Livio Amstutz
c0b37924c8
fix: backend ( #1481 )
...
* fix: check ids in proto
* fix sign out
* improve displayed login name after user selection
* fix init user in login
* fix init password in login
Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
2021-03-26 16:29:26 +01:00
Fabi
31b542015e
fix: new es bug fixes ( #1477 )
...
* fix: displayname on members
* fix: user grant update
* fix: user grant id
* console grantid
Co-authored-by: Max Peintner <max@caos.ch>
2021-03-25 18:12:24 +01:00
Livio Amstutz
a4763b1e4c
feat: features ( #1427 )
...
* features
* features
* features
* fix json tags
* add features handler to auth
* mocks for tests
* add setup step
* fixes
* add featurelist to auth api
* grandfather state and typos
* typo
* merge new-eventstore
* fix login policy tests
* label policy in features
* audit log retention
2021-03-25 17:26:21 +01:00
Fabi
4d10f3e715
fix: import user, hide login name suffix ( #1474 )
...
* fix: import user, and label policy command side
* feat: Import user and hide loginname suffix (#1464 )
* fix: import user
* fix: label policy
* fix: label policy
* fix: label policy
* fix: migrations
* fix: migrations
* fix: migrations
* fix: label policy
* loginSuffix in login ui
* suffix
* fix cursor on disabled user selection
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
(cherry picked from commit 03ddb8fc38
)
* feat: Import user and hide loginname suffix (#1464 )
* fix: import user
* fix: label policy
* fix: label policy
* fix: label policy
* fix: migrations
* fix: migrations
* fix: migrations
* fix: label policy
* loginSuffix in login ui
* suffix
* fix cursor on disabled user selection
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
(cherry picked from commit 03ddb8fc38
)
* feat: Import user and hide loginname suffix (#1464 )
* fix: import user
* fix: label policy
* fix: label policy
* fix: label policy
* fix: migrations
* fix: migrations
* fix: migrations
* fix: label policy
* loginSuffix in login ui
* suffix
* fix cursor on disabled user selection
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
(cherry picked from commit 03ddb8fc38
)
* fix: label policy events
* loginname placeholder
* fix: tests
* fix: tests
* Update internal/command/iam_policy_label_model.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-03-25 14:41:07 +01:00