mealie/frontend/types/api-types
Hayden b3c41a4bd0
security: implement user lockout (#1552)
* add data-types required for login security

* implement user lockout checking at login

* cleanup legacy patterns

* expose passwords in test_user

* test user lockout after bad attempts

* test user service

* bump alembic version

* save increment to database

* add locked_at to datetime transformer on import

* do proper test cleanup

* implement scheduled task

* spelling

* document env variables

* implement context manager for session

* use context manager

* implement reset script

* cleanup generator

* run generator

* implement API endpoint for resetting locked users

* add button to reset all locked users

* add info when account is locked

* use ignore instead of expect-error
2022-08-13 13:18:12 -08:00
..
admin.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
analytics.ts feat: admin maintenance and analytics stubs (#1107) 2022-03-29 08:25:28 -08:00
cookbook.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
events.ts Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
group.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
labels.ts Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
meal-plan.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
recipe.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
reports.ts feat: add reports to bulk recipe import (url) (#1294) 2022-05-25 19:33:58 -08:00
response.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
server.ts Use composition API for more components, enable more type checking (#914) 2022-01-08 21:15:23 -09:00
static.ts Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
user.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00