blakeblackshear.frigate/frigate
Josh Hawkins 213a1fbd00
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
..
api Miscellaneous Fixes (#20951) 2025-11-18 15:33:42 -07:00
camera Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
comms Review genai improvements (#20387) 2025-10-08 14:55:04 -05:00
config Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
data_processing Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
db Improve LPR regex support (#19767) 2025-08-26 08:11:37 -05:00
detectors Miscellaneous fixes (#20875) 2025-11-11 17:00:54 -06:00
embeddings Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
events Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
genai Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
images
motion
object_detection Various fixes (#20785) 2025-11-03 18:42:59 -06:00
output Add optional idle heartbeat for Birdseye (#20453) 2025-10-19 05:20:36 -06:00
ptz Merge remote-tracking branch 'origin/master' into dev 2025-09-04 06:33:22 -05:00
record Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
review Miscellaneous Fixes (#20850) 2025-11-09 08:38:38 -06:00
service_manager
stats Add support for Intel NPU stats (#20542) 2025-10-17 08:06:41 -05:00
test Bug Fixes (#20825) 2025-11-06 08:21:07 -06:00
track Change clean snapshots from png to webp format (#20484) 2025-10-14 07:08:41 -06:00
util Improve classification (#20863) 2025-11-09 16:21:13 -06:00
__init__.py
__main__.py
app.py Add login page docs hint (#20619) 2025-10-22 12:24:53 -05:00
const.py Add experimental support for AMD AMF decode/encode (#19745) 2025-08-25 13:40:36 -05:00
ffmpeg_presets.py Fix ffmpeg command (#20637) 2025-10-23 11:51:16 -05:00
log.py
models.py Enhance user roles to limit camera access (#20024) 2025-09-12 05:19:29 -06:00
mypy.ini
plus.py
storage.py Miscellaneous Fixes (#20951) 2025-11-18 15:33:42 -07:00
timeline.py Fix timeline attribute assumption (#20555) 2025-10-18 22:31:55 -05:00
types.py Improve classification (#20863) 2025-11-09 16:21:13 -06:00
video.py Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
watchdog.py