blakeblackshear.frigate/frigate/api
Josh Hawkins a77b0a7c4b
Add media sync API endpoint (#21526)
* add media cleanup functions

* add endpoint

* remove scheduled sync recordings from cleanup

* move to utils dir

* tweak import

* remove sync_recordings and add config migrator

* remove sync_recordings

* docs

* remove key

* clean up docs

* docs fix

* docs tweak
2026-01-04 11:21:55 -07:00
..
defs Add media sync API endpoint (#21526) 2026-01-04 11:21:55 -07:00
__init__.py
app.py Add media sync API endpoint (#21526) 2026-01-04 11:21:55 -07:00
auth.py Miscellaneous Fixes (0.17 beta) (#21279) 2025-12-14 16:41:38 -07:00
camera.py
classification.py Miscellaneous Fixes (#21193) 2025-12-09 12:08:44 -06:00
event.py
export.py Export filter UI (#21322) 2025-12-16 16:10:48 -06:00
fastapi_app.py Add API to handle deleting recordings (#21520) 2026-01-03 08:19:41 -07:00
media.py Add API to handle deleting recordings (#21520) 2026-01-03 08:19:41 -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-01-03 08:19:41 -07:00
review.py