frigate/frigate/api
Josh Hawkins fbf4388b37
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
Miscellaneous Fixes (#20897)
* don't flatten the search result cache when updating

this would cause an infinite swr fetch if something was mutated and then fetch was called again

* Properly sort keys for recording summary in StorageMetrics

* tracked object description box tweaks

* Remove ability to right click on elements inside of face popup

* Update reprocess message

* don't show object track until video metadata is loaded

* fix blue line height calc for in progress events

* Use timeline tab by default for notifications but add a query arg for customization

* Try and improve notification opening behavior

* Reduce review item buffering behavior

* ensure logging config is passed to camera capture and tracker processes

* ensure on demand recording stops when browser closes

* improve active line progress height with resize observer

* remove icons and duplicate find similar link in explore context menu

* fix for initial broken image when creating trigger from explore

* display friendly names for triggers in toasts

* lpr and triggers docs updates

* remove icons from dropdowns in face and classification

* fix comma dangle linter issue

* re-add incorrectly removed face library button icons

* fix sidebar nav links on < 768px desktop layout

* allow text to wrap on mark as reviewed button

* match exact pixels

* clarify LPR docs

---------

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-11-17 08:12:05 -06:00
..
defs Implement Wizard for Creating Classification Models (#20622) 2025-10-23 13:27:28 -06:00
__init__.py Update flask and restructure into api folder with apis put into separate folders (#10193) 2024-03-02 22:10:37 +00:00
app.py Correctly remove classification model from config (#20772) 2025-11-03 08:01:30 -07:00
auth.py Add login page docs hint (#20619) 2025-10-22 12:24:53 -05:00
camera.py Add Camera Wizard tweaks (#20889) 2025-11-11 06:46:23 -07:00
classification.py Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
event.py Miscellaneous Fixes (#20897) 2025-11-17 08:12:05 -06:00
export.py Fix review summary for DST (#20770) 2025-11-03 07:34:47 -06:00
fastapi_app.py Add dynamic Reolink stream configuration for stream URL (#20469) 2025-10-13 17:47:26 -05:00
media.py Bug Fixes (#20825) 2025-11-06 08:21:07 -06:00
notification.py Api docs updates (#20388) 2025-10-08 14:55:38 -05:00
preview.py Api docs updates (#20388) 2025-10-08 14:55:38 -05:00
review.py Fix recordings summary for DST (#20784) 2025-11-03 17:30:56 -07:00