mealie/frontend/api/admin
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-about.ts feat: docker volume validation (#1125) 2022-04-02 16:35:53 -08:00
admin-analytics.ts feat: admin maintenance and analytics stubs (#1107) 2022-03-29 08:25:28 -08:00
admin-backups.ts Feature/database backups (#1040) 2022-03-13 15:42:22 -08:00
admin-groups.ts Consolidate frontend types (#1245) 2022-05-21 11:22:02 -08:00
admin-maintenance.ts feat: admin maintenance and analytics stubs (#1107) 2022-03-29 08:25:28 -08:00
admin-tasks.ts Consolidate frontend types (#1245) 2022-05-21 11:22:02 -08:00
admin-users.ts security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00