blakeblackshear.frigate/frigate
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
..
api Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
camera Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
comms Replace stringy paths with constants (#21247) 2025-12-12 06:22:09 -07:00
config Authentication improvements (#21194) 2025-12-08 09:02:28 -07:00
data_processing Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
db
detectors Miscellaneous Fixes (#21289) 2025-12-15 09:32:11 -06:00
embeddings Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
events Various Tweaks (#20800) 2025-11-04 17:06:14 -06:00
genai Miscellaneous Fixes (#21208) 2025-12-11 07:23:34 -07:00
images
motion Miscellaneous Fixes (#21241) 2025-12-12 07:45:03 -06:00
object_detection [MemryX] Clean shutdown of detector process (#21035) 2025-11-25 10:25:07 -07:00
output
ptz Miscellaneous Fixes (#21193) 2025-12-09 12:08:44 -06:00
record Miscellaneous Fixes (#21289) 2025-12-15 09:32:11 -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 Miscellaneous Fixes (#21241) 2025-12-12 07:45:03 -06:00
util Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
__init__.py
__main__.py
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 Miscellaneous Fixes (0.17 beta) (#21301) 2025-12-16 08:11:53 -06:00
log.py
models.py Authentication improvements (#21194) 2025-12-08 09:02:28 -07:00
mypy.ini
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 (#21241) 2025-12-12 07:45:03 -06:00
watchdog.py