blakeblackshear.frigate/frigate/util
Josh Hawkins e7d047715d
Miscellaneous Fixes (0.17 beta) (#21301)
* Wait for config to load before evaluating route access

Fix race condition where custom role users are temporarily denied access after login while config is still loading. Defer route rendering in DefaultAppView until config is available so the complete role list is known before ProtectedRoute evaluates permissions

* Use batching for state classification generation

* Ignore incorrect scoring images if they make it through the deletion

* Delete unclassified images

* mitigate tensorflow atexit crash by pre-importing tflite/tensorflow on main thread

Pre-import Interpreter in embeddings maintainer and add defensive lazy imports in classification processors to avoid worker-thread tensorflow imports causing "can't register atexit after shutdown"

* don't require old password for users with admin role when changing passwords

* don't render actions menu if no options are available

* Remove hwaccel arg as it is not used for encoding

* change password button text

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-12-16 08:11:53 -06:00
..
__init__.py Fix go2rtc init (#18708) 2025-08-16 10:20:33 -05:00
audio.py Audio transcription support (#18398) 2025-08-16 10:20:33 -05:00
builtin.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
classification.py Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
config.py Miscellaneous Fixes (#21063) 2025-11-27 07:58:35 -06:00
downloader.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
file.py Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
image.py Add Camera Wizard (#20461) 2025-10-13 10:52:08 -06:00
model.py Miscellaneous fixes (#20833) 2025-11-07 06:53:27 -07:00
object.py Improve 640x640 model detection of small objects (#20190) 2025-09-23 15:49:54 -05:00
process.py Replace stringy paths with constants (#21247) 2025-12-12 06:22:09 -07:00
rknn_converter.py Miscellaneous Fixes (#21005) 2025-11-23 08:40:25 -07:00
services.py Camera wizard improvements (#20636) 2025-10-23 08:34:52 -05:00
time.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
velocity.py Fixes (#18935) 2025-07-07 06:35:55 -06:00