1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 23:59:45 +02:00
mealie/frontend/pages
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 security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
cookbooks feat: additional cookbook features (tags, tools, and public) (#1116) 2022-04-01 09:50:31 -08:00
group feat: add the RecipeCardMenu to the recipe in a mealplan (#1551) 2022-08-12 09:02:08 -08:00
recipe security: multiple reported CVE fixes (#1515) 2022-07-31 13:10:20 -08:00
recipes feat: restore frontend sorting for all recipes (#1497) 2022-07-26 18:08:56 -08:00
register fix: use flex-basis, not width to fix min size bug (#1548) 2022-08-12 08:59:34 -08:00
shared/recipes security: multiple reported CVE fixes (#1515) 2022-07-31 13:10:20 -08:00
shopping-lists feat: re-write get all routes to use pagination (#1424) 2022-06-25 11:39:38 -08:00
user fix: validate OpenAPI spec (#1528) 2022-08-06 16:54:29 -08:00
forgot-password.vue Refactor/composables-folder (#787) 2021-11-06 11:28:47 -08:00
index.vue feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
login.vue security: implement user lockout (#1552) 2022-08-13 13:18:12 -08:00
reset-password.vue Refactor/composables-folder (#787) 2021-11-06 11:28:47 -08:00
search.vue fix: ignore-place-in-search (#1544) 2022-08-09 20:34:08 -08:00