Livio Amstutz
|
2ba56595b1
|
feat: add apis and application keys (#1327)
* feat: add apis and application keys
* VerifyOIDCClientSecret
* Update internal/v2/repository/project/api_config.go
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* Update internal/v2/repository/project/key.go
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* fix append ApplicationKeyWriteModel
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
|
2021-02-22 12:27:47 +01:00 |
|
Silvan
|
00fec8830a
|
fix: push events (#1262)
* fix: push events instead of aggregates
* fix: tests
* try without aggregate methods and with aggregate methods
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: change push aggregate to push events
* fix: client secret
* fix: query eventtypes
* fix: query eventtypes
* fix: eventstore index
* fix: index
* fix: merge new eventstore
* fix: remove unnecessary todos
* fix: remove unnecessary todos
Co-authored-by: Fabiennne <fabienne.gerschwiler@gmail.com>
|
2021-02-18 14:48:27 +01:00 |
|
Fabi
|
ee86eb4399
|
feat: migrate unique constraints v1 to v2 (#1274)
* fix: unique migration
* fix: unique migration
* fix: remove migrations
* fix: member events
|
2021-02-15 13:31:24 +01:00 |
|
Fabi
|
c65331df1a
|
feat: new projects (#1207)
* fix: project events
* fix: project events
* fix: project events
* fix: eventmapper
* fix: project commands
* fix: project role commands
* fix: project command side
* fix: oidc application
* fix: oidc application
* fix: reduce
* fix: reduce
* fix: project member
* fix: project grant command side
* fix: application command side
* fix: project grant member remove
* Update internal/v2/command/project.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/project.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/project_application.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/project_application.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/project_application.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* fix: oidc application string pw
* fix: project events
* fix: project grant member
* feat: change application to interface
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
|
2021-01-28 06:35:26 +01:00 |
|
Fabi
|
dfcb96d6a3
|
feat: user grants command side (#1191)
* fix: user grant command side
* fix: user grant command side
* fix: user grant command side check permissions
* fix: unique constraint on user grants
* fix: add usergrant
* fix: add usergrant
* fix: add usergrant
* fix: user grant remove
* Update internal/v2/command/auth_checks.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/auth_checks.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/project.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/user_grant.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* fix: project events
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
|
2021-01-22 13:31:52 +01:00 |
|
Fabi
|
28bfe72930
|
feat: uniqueness (#1190)
* feat: uniqueness on events
* fix: some tests
* fix: add unique username
* fix: nice error message
* fix: add unique test
* fix: add unique test
* fix: add unique constraint to events
* fix: correct unique constraint on user events
* fix: remove user constraint
* fix: add unique constraints
* fix: add unique constraints
* fix: add unique constraints
* fix: unnique constraints without interface
* fix: unique idp config
* fix: unique constraint comments
* fix: unique constraints in one table
* fix: unique constraints error
* fix: fix unique constraint on create user
* fix: fix unique constraint on create project
* fix: fix unique constraint on idp configs
|
2021-01-21 10:49:38 +01:00 |
|
Fabi
|
959530ddad
|
feat: new user auth api (#1168)
* fix: correct selectors for extended writemodel
* fix: no previous checks in eventstore
* start check previous
* feat: auth user commands
* feat: auth user commands
* feat: auth user commands
* feat: otp
* feat: corrections from pr merge
* feat: webauthn
* feat: comment old webauthn
* feat: refactor user, human, machine
* feat: webauth command side
* feat: command and query side in login
* feat: fix user writemodel append events
* fix: remove creation dates on command side
* fix: remove previous sequence
* previous sequence
* fix: external idps
* Update internal/api/grpc/management/user.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* Update internal/v2/command/user_human_email.go
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
* fix: pr changes
* fix: phone verification
Co-authored-by: adlerhurst <silvan.reusser@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
|
2021-01-15 09:32:59 +01:00 |
|
Livio Amstutz
|
e5731b0d3b
|
feat: setup (#1166)
* add setup steps
* refactoring
* omitempty
* cleanup
* begin org
* create org
* setup org
* setup org
* merge
* fixes
* fixes
* fixes
* add project
* add oidc application
* fix app creation
* add resourceOwner to writemodels
* resource owner
* cleanup
* global org, iam project and iam member in setup
* logs
* logs
* logs
* cleanup
* Update internal/v2/command/project.go
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
* check project state
Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
|
2021-01-12 12:59:51 +01:00 |
|