Commit Graph
1225 Commits
Author SHA1 Message Date
Blake Blackshear 077d900b44 require a position change to be an active object 2022-02-05 09:38:22 -06:00
Blake Blackshear 92f9195075 randomize the region multiplier for variation 2022-02-05 09:38:22 -06:00
Blake Blackshear 82c60093d1 improve method for determining position
compares the centroid to a history of bounding boxes
2022-02-05 09:38:22 -06:00
Blake Blackshear 944b9181e0 if recording not on disk, delete from db and return 2022-02-05 09:38:22 -06:00
Blake Blackshear 326b368e82 cleanup clean snapshots on event deletion too 2022-02-05 09:38:22 -06:00
Blake Blackshear 040d8c9778 require url safe camera names 2022-02-05 09:38:22 -06:00
Nicolas MowenandGitHub e6efa2a311 Merge branch 'blakeblackshear:release-0.10.0' into release-0.10.0 2022-02-02 07:01:31 -07:00
Nick Mowen 7eec333492 Merge branch 'release-0.10.0' of github.com:NickM-27/frigate into release-0.10.0 2022-02-02 07:01:08 -07:00
Nick Mowen 9088dfde46 Merge branch 'release-0.10.0' of github.com:blakeblackshear/frigate into release-0.10.0 2022-02-02 07:00:33 -07:00
Alex YaoandGitHub a2d1bd2c67 Document JPEG streams (#2586)
* Document JPEG streams

* Update camera_specific.md
2022-02-02 07:27:22 -06:00
Bernt Christian EgelandandGitHub 273f803c7c Event Datepicker (#2428)
* new datepicker

* dev

* dev

* dev

* fix for version 0.10

* added rounded corners for date range

* lint

* Commented out some Select.test.

* improved date range selection

* improved functions with useCallback

* improved Select.test.jsx

* keyboard navigation

* keyboard navigation

* added dropdown menu icon

* Hide filters on xs, Button to show

* check if to far left before right

* Filter button text

* improved local timezone
2022-02-02 07:26:45 -06:00
Nicolas MowenandGitHub a22e3e149e Update comment for migrations 2022-01-19 14:32:25 -07:00
Nicolas MowenandGitHub e807f3a9af Remove unnecessary references to retain_indefinitely 2022-01-19 14:24:58 -07:00
Nick Mowen e310280a43 Ensure config doesn't update retained events to be deleted 2022-01-18 20:55:18 -07:00
Nick Mowen d55e71552a Merge branch 'master' of github.com:blakeblackshear/frigate into release-0.10.0 2022-01-18 16:45:40 -07:00
Nick Mowen e18e02c167 Merge branch 'release-0.10.0' of github.com:blakeblackshear/frigate into release-0.10.0 2022-01-14 07:46:32 -07:00
Nick Mowen 330fdc6405 Fix lint errors 2022-01-14 07:44:56 -07:00
bd8e23833c Run python unit tests in a github actions (#2589)
* tox tests initial commit

* run tests in the Dockerfile during the build phase

* remove local tests

Co-authored-by: YS <ys@gm.com>
2022-01-14 07:31:25 -06:00
Nick Mowen 77a9d44ddf Formatting 2022-01-13 20:14:29 -07:00
Nick Mowen de2cc08d5a Formatting 2022-01-13 20:12:41 -07:00
Nick Mowen f39a2765f0 Remove event causing item to be removed 2022-01-13 19:43:04 -07:00
Nick Mowen 05755704d3 Fix always using data instead of updating 2022-01-13 19:35:33 -07:00
Nick Mowen 4d05114a53 Fix formatting change in http.py 2022-01-13 18:35:09 -07:00
Nick Mowen c7a414cfaa Fix formatting change in http.py 2022-01-13 18:34:45 -07:00
Nick Mowen d26ce928a9 Undo package-lock.json 2022-01-13 18:31:48 -07:00
Nick Mowen 23c5dff188 Update docs 2022-01-13 18:29:07 -07:00
Nick Mowen 9d9dcf1498 Remove logs 2022-01-13 18:14:48 -07:00
Nick Mowen c1541febc5 Remove console logs 2022-01-13 17:46:18 -07:00
Nick Mowen 5d91fc34cd Update to new arch 2022-01-13 17:40:41 -07:00
Nick Mowen ce6d9b3ca9 New API architecture 2022-01-13 17:40:25 -07:00
Nick Mowen 34ed975d79 Fix references to retain 2022-01-13 17:10:26 -07:00
Nick Mowen 322677e1e0 Set stateful button and send correct http command 2022-01-13 16:56:55 -07:00
Nick Mowen 091e363e0c Fix render error and add useRetain 2022-01-13 16:34:33 -07:00
Nick Mowen 78979d656a Add yellow button 2022-01-13 16:28:00 -07:00
Nick Mowen f8ba69e355 Fix icon causing issues 2022-01-13 16:27:35 -07:00
Nick Mowen 52b7eb9a13 Make async 2022-01-13 15:06:30 -07:00
Nick Mowen 73b66c109e Add migration for retain column 2022-01-13 13:33:44 -07:00
Nick Mowen 7be372c1b3 Add migration for retain column 2022-01-13 13:24:35 -07:00
Nick Mowen 0b55ef1612 Add POST http API for setting retain 2022-01-13 13:18:28 -07:00
Nick Mowen 473b341b72 Add retain button and retain action 2022-01-13 13:18:09 -07:00
Nick Mowen 7133a1410f Add button for retaining event 2022-01-13 12:34:42 -07:00
Nick Mowen db3693765d Add icon for retaining event 2022-01-13 12:21:47 -07:00
Nick Mowen 369f793d2e Add icon for retaining event 2022-01-13 12:21:28 -07:00
Nick Mowen 3805302268 Filter the expired_events query by retain_indefinitely False 2022-01-13 12:07:56 -07:00
Nick Mowen 12b3cdd128 Add retain field for events 2022-01-13 12:01:07 -07:00
9edf38347c safe refactoring (#2552)
Co-authored-by: YS <ys@gm.com>
2021-12-31 11:59:43 -06:00
TJ HornerandGitHub 1569ce7cf6 Change JPEG mime type (#2543) 2021-12-30 17:03:29 -06:00
Felipe SantosandGitHub bb68a2405b Improve audio conversion tip (#2140)
* Improve audio convert guide

* Mention faq in RTMP configuration

* Add example for audio conversion tip

* Change comma to period

* Explain why this is needed
2021-12-29 08:57:32 -06:00
Blake Blackshear db1255aa7f disable disk sync on startup v0.10.0-beta6 2021-12-13 06:51:03 -06:00
Blake Blackshear 609b436ed8 fix migrations 2021-12-13 06:50:06 -06:00