frigate/frigate/api
Josh Hawkins 213a1fbd00
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
Miscellaneous Fixes (#20951)
* ensure viewer roles are available in create user dialog

* admin-only endpoint to return unmaksed camera paths and go2rtc streams

* remove camera edit dropdown

pushing camera editing from the UI to 0.18

* clean up camera edit form

* rename component for clarity

CameraSettingsView is now CameraReviewSettingsView

* Catch case where user requsts clip for time that has no recordings

* ensure emergency cleanup also sets has_clip on overlapping events

improves https://github.com/blakeblackshear/frigate/discussions/20945

* use debug log instead of info

* update docs to recommend tmpfs

* improve display of in-progress events in explore tracking details

* improve seeking logic in tracking details

mimic the logic of DynamicVideoController

* only use ffprobe for duration to avoid blocking

fixes https://github.com/blakeblackshear/frigate/discussions/20737#discussioncomment-14999869

* Revert "only use ffprobe for duration to avoid blocking"

This reverts commit 8b15078005.

* update readme to link to object detector docs

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-11-18 15:33:42 -07:00
..
defs Implement Wizard for Creating Classification Models (#20622) 2025-10-23 13:27:28 -06: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 Miscellaneous Fixes (#20951) 2025-11-18 15:33:42 -07:00
auth.py Add login page docs hint (#20619) 2025-10-22 12:24:53 -05:00
camera.py Add Camera Wizard tweaks (#20889) 2025-11-11 06:46:23 -07:00
classification.py Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
event.py Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
export.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
fastapi_app.py Add dynamic Reolink stream configuration for stream URL (#20469) 2025-10-13 17:47:26 -05:00
media.py Miscellaneous Fixes (#20951) 2025-11-18 15:33:42 -07:00
notification.py Api docs updates (#20388) 2025-10-08 14:55:38 -05:00
preview.py Api docs updates (#20388) 2025-10-08 14:55:38 -05:00
review.py Fix recordings summary for DST (#20784) 2025-11-03 17:30:56 -07:00