Josh Hawkins
1ea282fba8
Improve the message for missing objects in review items ( #15500 )
2024-12-13 12:02:41 -07:00
Nicolas Mowen
b4d82084a9
Fixes ( #15465 )
...
* Fix single event return
* Allow customizing if search is preserved for overlay state
* Remove timeout
* Cleanup
* Cleanup naming
2024-12-12 08:22:30 -06:00
Blake Blackshear
6b12a45a95
return 401 for login failures ( #15432 )
...
* return 401 for login failures
* only setup the rate limiter when configured
2024-12-10 06:42:55 -07:00
Josh Hawkins
c0ba98e26f
Explore sorting ( #15342 )
...
* backend
* add type and params
* radio group in ui
* ensure search_type is cleared on reset
2024-12-04 08:54:10 -07:00
Josh Hawkins
a729408599
preserve search query in overlay state hook ( #15334 )
2024-12-04 06:14:53 -06:00
Josh Hawkins
5f42caad03
Explore bulk actions ( #15307 )
...
* use id instead of index for object details and scrolling
* long press package and hook
* fix long press in review
* search action group
* multi select in explore
* add bulk deletion to backend api
* clean up
* mimic behavior of review
* don't open dialog on left click when mutli selecting
* context menu on container ref
* revert long press code
* clean up
2024-12-02 11:12:55 -07:00
Josh Hawkins
4a5fe4138e
Explore audio event tweaks ( #15291 )
2024-12-01 12:08:03 -06:00
tpjanssen
5802a66469
Fix audio events in explore section ( #15286 )
...
* Fix audio events in explore section
Make sure that audio events are listed in the explore section
* Update audio.py
* Hide other submit options
Only allow submits for objects only
2024-12-01 07:47:37 -07:00
Josh Hawkins
d25ffdb292
Fix crash when consecutive underscores are used in camera name ( #15257 )
2024-11-29 19:44:42 -07:00
Josh Hawkins
9ae839ad72
Tracked object metadata changes ( #15055 )
...
* add enum and change topic name
* frontend renaming
* docs
* only display sublabel score if it it exists
* remove debug print
2024-11-18 11:26:44 -07:00
Josh Hawkins
ed9c67804a
UI fixes ( #14933 )
...
* Fix plus dialog
* Remove activity indicator on review item download button
* fix explore view
2024-11-12 05:37:25 -07:00
Josh Hawkins
64b3397f8e
Add tooltip and change default value for is_submitted ( #14910 )
2024-11-10 19:25:16 -06:00
Josh Hawkins
0829517b72
Add ability to filter Explore by Frigate+ submission status ( #14909 )
...
* backend
* add is_submitted to query params
* add submitted filter to dialog
* allow is_submitted filter selection with input
2024-11-10 16:57:11 -06:00
Josh Hawkins
3249ffb273
Auto-unmute inbound audio when enabling two way audio ( #14871 )
...
* Automatically enable audio when initiating two way talk with mic
* remove check
2024-11-08 09:19:49 -06:00
Josh Hawkins
7bae9463b2
Small general filter bugfix ( #14870 )
2024-11-08 08:49:05 -06:00
Josh Hawkins
ae30ac6e3c
Refactor general review filter to only call the update function once ( #14866 )
2024-11-08 07:45:00 -06:00
Josh Hawkins
0d59754be2
Small genai fix ( #14850 )
...
* Ensure the regenerate button shows when genai is only enabled at the camera level
* update docs
2024-11-07 13:27:55 -07:00
Josh Hawkins
15bd26c9b1
Re-send camera states after websocket disconnects and reconnects ( #14847 )
2024-11-07 08:25:13 -06:00
Josh Hawkins
fc0fb158d5
Show dialog when restarting from config editor ( #14815 )
...
* Show restart dialog when restarting from config editor
* don't save until confirmed restart
2024-11-05 09:33:41 -06:00
Nicolas Mowen
404807c697
UI tweaks ( #14814 )
...
* Tweak bird icon and fix _ in object name
* Apply to all capitalization
2024-11-05 08:29:07 -07:00
Josh Hawkins
29ea7c53f2
Bugfixes ( #14813 )
...
* fix api filter from matching event id as timestamp
* add padding on platform aware sheet for tablets
* docs tweaks
* tweaks
2024-11-05 07:22:41 -07:00
Josh Hawkins
ac762762c3
Overwrite existing saved search ( #14792 )
...
* Overwrite existing saved search
* simplify
2024-11-04 12:50:05 -07:00
Nicolas Mowen
a13b9815f6
Various fixes ( #14786 )
...
* Catch openvino error
* Remove clip deletion
* Update deletion text
* Fix timeline not respecting timezone config
* Tweaks
* More timezone fixes
* Fix
* More timezone fixes
* Fix shm docs
2024-11-04 07:07:57 -07:00
Josh Hawkins
7d3313e732
Add ability to view tracked objects in Explore from review item details pane ( #14744 )
2024-11-02 17:16:07 -06:00
Josh Hawkins
11068aa9d0
Fix validation activity indicator ( #14730 )
...
* Don't show two spinners when loading/revalidating search results
* clarify
2024-11-01 19:52:00 -06:00
Josh Hawkins
1234003527
Fix width of object lifecycle buttons ( #14729 )
2024-11-01 18:30:40 -06:00
Josh Hawkins
8c2c07fd18
UI tweaks ( #14719 )
...
* Show activity indicator when search grid is revalidating
* improve frigate+ button title grammar
2024-11-01 06:37:52 -06:00
Josh Hawkins
9e1a50c3be
Clean up copy output ( #14705 )
...
* Remove extra spacing for next/prev carousel buttons
* Clarify ollama genai docs
* Clean up copied gpu info output
* Clean up copied gpu info output
* Better display when manually copying/pasting log data
2024-10-31 13:48:26 -06:00
Josh Hawkins
885485da70
Small tweaks ( #14700 )
...
* Remove extra spacing for next/prev carousel buttons
* Clarify ollama genai docs
2024-10-31 06:58:33 -05:00
Josh Hawkins
bb80a7b2ee
UI changes and bugfixes ( #14669 )
...
* Home/End buttons for search input and max 8 search columns
* Fix lifecycle label
* remove video tab if tracked object has no clip
* hide object lifecycle if there is no clip
* add test for filter value to ensure only fully numeric values are set as numbers
2024-10-30 05:54:06 -06:00
Josh Hawkins
73da3d9b20
Use strict equality check for annotation offset in object lifecycle settings ( #14667 )
2024-10-29 13:33:09 -05:00
Josh Hawkins
e67b7a6d5e
Add ability to use carousel buttons to scroll through object lifecycle elements ( #14662 )
2024-10-29 10:28:17 -05:00
Josh Hawkins
8aeb597780
Fix sublabel and icon spacing ( #14651 )
2024-10-29 07:06:19 -06:00
Josh Hawkins
4dadf6d353
Bugfixes ( #14587 )
...
* Ensure review and search item mobile pages reopen correctly
* disable pan/pinch/zoom when native browser video controls are displayed
* report 0 for storage usage when api returns null
2024-10-25 06:24:04 -06:00
Nicolas Mowen
f9b246dbd0
Deps updates ( #14556 )
...
* Update nvidia deps
* Update python deps
* Update web deps
2024-10-24 08:48:14 -05:00
Josh Hawkins
8fefded8dc
Fix score in search details dialog for old events ( #14541 )
2024-10-23 10:31:20 -05:00
Rui Alves
fa81d87dc0
Updated Documentation for the Review endpoints ( #14401 )
...
* Updated documentation for the review endpoint
* Updated documentation for the review/summary endpoint
* Updated documentation for the review/summary endpoint
* Documentation for the review activity audio and motion endpoints
* Added responses for more review.py endpoints
* Added responses for more review.py endpoints
* Fixed review.py responses and proper path parameter names
* Added body model for /reviews/viewed and /reviews/delete
* Updated OpenAPI specification for the review controller endpoints
* Run ruff format frigate
* Drop significant_motion
* Updated frigate-api.yaml
* Deleted total_motion
* Combine 2 models into generic
2024-10-23 08:35:49 -05:00
Josh Hawkins
8bc145472a
Error message and search reset for explore pane ( #14534 )
2024-10-23 07:31:48 -06:00
Josh Hawkins
7afc1e9762
Improve error message when semantic search is not enabled with genai ( #14528 )
2024-10-23 06:14:50 -06:00
Josh Hawkins
fc59c83e16
Add download chips to search item details video and snapshot panes ( #14525 )
2024-10-22 21:09:57 -06:00
Josh Hawkins
ad308252a1
Accessibility features ( #14518 )
...
* Add screen reader aria labels to buttons and menu items
* Fix sub_label score in search detail dialog
2024-10-22 16:07:42 -06:00
Josh Hawkins
c7d9f83638
UI changes and fixes ( #14516 )
...
* Add camera webui link to debug view
* fix optimistic description update
* simplify
* clean up
* params
2024-10-22 15:11:05 -06:00
Josh Hawkins
828fdbfd2d
UI tweaks ( #14505 )
...
* Add reindex progress to mobile bottom bar status alert
* move menu to new component
* actions component in search footer thumbnail
* context menu for explore summary thumbnail images
* readd top_score to search query for old events
2024-10-22 08:01:01 -06:00
Josh Hawkins
b69816c2f9
reenable revalidation of first page ( #14493 )
2024-10-21 16:14:36 -06:00
Josh Hawkins
b1285a16c1
Update tracked object description optimistically ( #14490 )
2024-10-21 15:14:57 -06:00
Josh Hawkins
8fcb8e54f7
fix websocket from spreading stale state ( #14466 )
2024-10-20 20:38:11 -06:00
Josh Hawkins
6c70e56059
Misc bugfixes and improvements ( #14460 )
...
* only save a fixed number of thumbnails if genai is enabled
* disable cpu_mem_arena to save on memory until its actually needed
* fix search settings pane so it actually saves to the config
2024-10-20 14:14:51 -06:00
Josh Hawkins
b24d292ade
Improve Explore SQL query memory usage ( #14451 )
...
* Remove sql window function in explore endpoint
* don't revalidate first page on every fetch
2024-10-19 22:12:54 -06:00
Josh Hawkins
3c591ad8a9
Explore snapshot and clip filter ( #14439 )
...
* backend
* add ToggleButton component
* boolean type
* frontend
* allow setting filter in input
* better padding on dual slider
* use shadcn toggle group instead of custom component
2024-10-18 16:16:43 -05:00
Josh Hawkins
6294ce7807
Adjust Explore settings ( #14409 )
...
* Re-add search source chip without confidence percentage
* add confidence to tooltip only
* move search type to settings
* padding tweak
* docs update
* docs clarity
2024-10-17 09:21:20 -06:00