blakeblackshear.frigate/frigate
Nicolas Mowen 1b57fb15a7
Miscellaneous Fixes (#21063)
* Fix history management failing when updating URL

* Handle case where user doesn't have images that represent all states

If a user selects all imags and can't proceed we show a warning that they can still proceed but the model won't be trained until they get at least one image for every state.

* Still create all classes

We stil need to create all classes even if the user didn't assign images to them.

* fix camera group access for non admin users

changes from previous PR wrongly included users from the standard viewer role (but excluded custom viewer roles)

* Adjust threat level interaction to be less strict

* use base path when fetching go2rtc data

* show config error message when starting in safe mode

* fix genai migration

* fix genai

* Fix genai migration

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-11-27 07:58:35 -06:00
..
api Miscellaneous Fixes (#21063) 2025-11-27 07:58:35 -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 (#20989) 2025-11-21 15:40:58 -06:00
data_processing Miscellaneous Fixes (#21050) 2025-11-26 07:23:51 -06:00
db
detectors [MemryX] Clean shutdown of detector process (#21035) 2025-11-25 10:25:07 -07:00
embeddings Miscellaneous Fixes (#21005) 2025-11-23 08:40:25 -07:00
events
genai Miscellaneous Fixes (#21063) 2025-11-27 07:58:35 -06:00
images
motion
object_detection [MemryX] Clean shutdown of detector process (#21035) 2025-11-25 10:25:07 -07:00
output
ptz
record
review
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
util Miscellaneous Fixes (#21063) 2025-11-27 07:58:35 -06:00
__init__.py
__main__.py
app.py
const.py Miscellaneous Fixes (#21024) 2025-11-24 06:34:56 -07:00
ffmpeg_presets.py
log.py
models.py
mypy.ini
plus.py
storage.py Miscellaneous Fixes (#20951) 2025-11-18 15:33:42 -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 (#20897) 2025-11-17 08:12:05 -06:00
watchdog.py