frigate/frigate/api
Josh Hawkins 6a21b2952d
Masks and zones improvements (#22163)
* migrator and runtime config changes

* component changes to use rasterized_mask

* frontend

* convert none to empty string for config save

* i18n

* update tests

* add enabled config to zones

* zones frontend

* i18n

* docs

* tweaks

* use dashed stroke to indicate disabled

* allow toggle from icon

* use filelock to ensure atomic config updates from endpoint

* enforce atomic config update in the frontend

* toggle via mqtt

* fix global object masks

* correctly handle global object masks in dispatcher

* ws hooks

* render masks and zones based on ws enabled state

* use enabled_in_config for zones and masks

* frontend for enabled_in_config

* tweaks

* i18n

* publish websocket on config save

* i18n tweaks

* pydantic title and description

* i18n generation

* tweaks

* fix typing
2026-02-28 07:04:43 -07:00
..
defs Add GenAI Backend Streaming and Chat (#22152) 2026-02-27 09:07:30 -07:00
__init__.py Update flask and restructure into api folder with apis put into separate folders (#10193) 2024-03-02 22:10:37 +00:00
app.py Masks and zones improvements (#22163) 2026-02-28 07:04:43 -07:00
auth.py Cleanup 2026-02-26 21:27:56 -07:00
camera.py Miscellaneous fixes (0.17 beta) (#21655) 2026-01-15 07:08:49 -07:00
chat.py Add GenAI Backend Streaming and Chat (#22152) 2026-02-27 09:07:30 -07:00
classification.py Add languages (#21870) 2026-02-03 13:29:52 -06:00
event.py Allow API Events to be Detections or Alerts, depending on the Event Label (#21923) 2026-02-26 21:27:56 -07:00
export.py Refactor Time-Lapse Export (#21668) 2026-02-26 21:27:56 -07:00
fastapi_app.py Add support for multiple GenAI Providers (#22144) 2026-02-27 08:35:33 -07:00
media.py Fix frame time access 2026-02-26 21:27:56 -07:00
notification.py API admin exemptions and route guard updates (#21094) 2025-11-29 07:30:04 -06:00
preview.py Miscellaneous Fixes (#21241) 2025-12-12 07:45:03 -06:00
record.py Add API to handle deleting recordings (#21520) 2026-02-26 21:27:56 -07:00
review.py Add support for multiple GenAI Providers (#22144) 2026-02-27 08:35:33 -07:00