blakeblackshear.frigate/frigate
Nicolas Mowen c136e5e8bd
Miscellaneous fixes (#21141)
* Remove source_type from API

* Don't require state classification models to select all classes

* Specifically validate provided end_time for manual events

* Remove yolov9 specification for warning

* Remove warning for coral

* clarify zone name tip

* clarify replace rules in lpr docs

* remove periods

* Add explanation for review report

* adjust HLS gap controller params

defaults to false, should help to recover from hangs and stalling in tracking details videos on chrome

* only redirect to login page once on 401

attempt to fix ios pwa safari redirect storm

* Use contextual information from other cameras to inform report summary

* Formatting and prompt improvements for review summary report

* More improvements to prompt

* Remove examples

* Don't show admin action buttons on export card

* fix redirect race condition

Coordinate 401 redirect logic between ApiProvider and ProtectedRoute using a shared flag to prevent multiple simultaneous redirects that caused UI flashing. Ensure both auth error paths check and set the redirect flag before navigating to login, eliminating race conditions where both mechanisms could trigger at once

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-12-04 12:19:07 -06:00
..
api Miscellaneous fixes (#21141) 2025-12-04 12:19:07 -06:00
camera Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
comms Miscellaneous Fixes (#21063) 2025-11-27 07:58:35 -06:00
config Miscellaneous Fixes (#21102) 2025-12-02 07:21:15 -07:00
data_processing Miscellaneous fixes (#21141) 2025-12-04 12:19:07 -06:00
db Improve LPR regex support (#19767) 2025-08-26 08:11:37 -05:00
detectors Adds support for YOLO v9 models running on Google Coral (#21124) 2025-12-02 13:26:57 -07:00
embeddings Miscellaneous Fixes (#21005) 2025-11-23 08:40:25 -07:00
events Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
genai Miscellaneous fixes (#21141) 2025-12-04 12:19:07 -06:00
images
motion Dynamically update masks and zones for cameras (#18359) 2025-08-16 10:20:33 -05:00
object_detection [MemryX] Clean shutdown of detector process (#21035) 2025-11-25 10:25:07 -07:00
output Add optional idle heartbeat for Birdseye (#20453) 2025-10-19 05:20:36 -06:00
ptz Miscellaneous Fixes (#21072) 2025-11-30 06:54:42 -06: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 Miscellaneous Fixes (#20973) 2025-11-20 17:50:17 -06:00
test Enforce default admin role requirement for API endpoints (#21065) 2025-11-26 15:07:28 -06:00
track Change clean snapshots from png to webp format (#20484) 2025-10-14 07:08:41 -06:00
util Miscellaneous Fixes (#21102) 2025-12-02 07:21:15 -07:00
__init__.py
__main__.py Handle SIGINT with forkserver (#18860) 2025-08-16 10:20:33 -05:00
app.py Add login page docs hint (#20619) 2025-10-22 12:24:53 -05:00
const.py Miscellaneous Fixes (#21024) 2025-11-24 06:34:56 -07:00
ffmpeg_presets.py Fix ffmpeg command (#20637) 2025-10-23 11:51:16 -05:00
log.py 0.17 tweaks (#18892) 2025-08-16 10:20:33 -05:00
models.py Enhance user roles to limit camera access (#20024) 2025-09-12 05:19:29 -06:00
mypy.ini Enable mypy for track and fix typing errors (#19529) 2025-08-17 12:27:42 -05:00
plus.py
storage.py Miscellaneous Fixes (#21102) 2025-12-02 07:21:15 -07:00
timeline.py Miscellaneous Fixes (#21024) 2025-11-24 06:34:56 -07:00
types.py Miscellaneous Fixes (#21005) 2025-11-23 08:40:25 -07:00
video.py Miscellaneous Fixes (#21072) 2025-11-30 06:54:42 -06:00
watchdog.py