zitadel/internal/user/repository/eventsourcing/model
Livio Amstutz 5b84c9b619 Merge branch 'master' into new-eventstore
# Conflicts:
#	go.mod
#	internal/admin/repository/eventsourcing/eventstore/iam.go
#	internal/authz/repository/eventsourcing/repository.go
#	internal/eventstore/eventstore.go
#	internal/setup/config.go
#	pkg/grpc/management/mock/management.proto.mock.go
2021-01-05 09:27:42 +01:00
..
address_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
address.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
auth_request.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
email_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
email.go fix: language.Tag marshalling (#1110) 2020-12-17 08:55:11 +01:00
external_idp_test.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
external_idp.go feat: Identity brokering (#730) 2020-09-18 13:26:28 +02:00
otp_test.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
otp.go fix: improvements for login flow (incl. webauthn) (#1026) 2020-12-07 12:09:10 +01:00
password_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
password.go fix: improvements for login flow (incl. webauthn) (#1026) 2020-12-07 12:09:10 +01:00
phone_test.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
phone.go feat: split users into human and machine (#470) 2020-08-31 17:48:01 +02:00
profile_test.go fix: language.Tag marshalling (#1110) 2020-12-17 08:55:11 +01:00
profile.go fix: language.Tag marshalling (#1110) 2020-12-17 08:55:11 +01:00
token.go feat: tokens on user aggregate (#837) 2020-10-15 13:52:41 +02:00
types.go feat: user events (#1062) 2020-12-10 16:18:52 +01:00
user_human_test.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user_human.go fix: missing webauthn converter for login (#1113) 2020-12-17 09:34:42 +01:00
user_machine.go fix: language.Tag marshalling (#1110) 2020-12-17 08:55:11 +01:00
user_test.go test: machine (#683) 2020-09-15 15:04:02 +02:00
user.go fix: language.Tag marshalling (#1110) 2020-12-17 08:55:11 +01:00
web_auth_n_test.go feat: add WebAuthN support for passwordless login and 2fa (#966) 2020-12-02 17:00:04 +01:00
web_auth_n.go fix: passwordless (#1112) 2020-12-17 08:17:02 +01:00