zitadel/internal
Fabi bc951985ed
feat: Lockout policy (#2121)
* feat: lock users if lockout policy is set

* feat: setup

* feat: lock user on password failes

* feat: render error

* feat: lock user on command side

* feat: auth_req tests

* feat: lockout policy docs

* feat: remove show lockout failures from proto

* fix: console lockout

* feat: tests

* fix: tests

* unlock function

* add unlock button

* fix migration version

* lockout policy

* lint

* Update internal/auth/repository/eventsourcing/eventstore/auth_request.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* fix: err message

* Update internal/command/setup_step4.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
Co-authored-by: Silvan <silvan.reusser@gmail.com>
2021-08-11 06:36:32 +00:00
..
admin/repository feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
api feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
auth/repository feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
auth_request fix: import user, hide login name suffix (#1474) 2021-03-25 14:41:07 +01:00
authz fix: check allowed origins from calling and not called application (#2106) 2021-07-30 11:30:51 +02:00
cache fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
command feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
config feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
crypto fix: cherry pick security issue fixes (#1432) 2021-03-19 09:10:50 +01:00
domain feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
errors new pkg structure (#1150) 2021-01-04 14:52:13 +01:00
eventstore fix: filter event_data (#2011) 2021-07-12 14:26:54 +00:00
features feat: Privacy policy (#1957) 2021-07-05 10:36:51 +02:00
form feat: login errors (#204) 2020-06-11 13:22:24 +02:00
i18n feat: handle ui_locales in login (#1994) 2021-07-09 07:45:31 +00:00
iam feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
id fix: new es testing (#1411) 2021-03-15 12:51:15 +01:00
key fix: key pair query for newer events (#2165) 2021-08-11 07:55:16 +02:00
management/repository feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
notification feat: passwordless registration (#2103) 2021-08-02 15:24:58 +02:00
org feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
project fix: role assertion (#1986) 2021-07-07 09:51:20 +00:00
proto feat: application commands (#50) 2020-04-21 17:00:32 +02:00
protoc feat: features (#1427) 2021-03-25 17:26:21 +01:00
qrcode fix: new build (#977) 2020-11-17 17:29:41 +01:00
query feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
renderer feat: Custom text login (#1925) 2021-07-05 15:10:49 +02:00
repository feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
setup feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
static fix: add translations (#2126) 2021-08-09 11:23:39 +02:00
statik feat: translate error messages (#254) 2020-06-22 13:51:44 +02:00
telemetry fix(build): update go version to 1.16 and dependencies (#2136) 2021-08-10 07:27:27 +02:00
test feat: protos refactoring 2021-03-09 10:30:11 +01:00
ui feat: Lockout policy (#2121) 2021-08-11 06:36:32 +00:00
user feat: User metadata (#2025) 2021-08-09 08:01:20 +02:00
usergrant fix: add avatar url in members, user grants, session and oidc responses (#1852) 2021-06-11 13:20:39 +02:00
view feat: Custom text login (#1925) 2021-07-05 15:10:49 +02:00
webauthn fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00