Commit Graph
21 Commits
Author SHA1 Message Date
Nick Mowen 37ab7f6285 Remove birdseye toggle (will be added in separate PR) 2022-04-11 06:13:06 -06:00
Nick Mowen 8267b8a733 Remove birdseye toggle (will be added in separate PR) 2022-04-11 06:11:36 -06:00
Nick Mowen 8abece9123 Remove birdseye toggle (will be added in separate PR) 2022-04-11 06:10:56 -06:00
Nick Mowen 6f90462f06 Include sidebar change 2022-04-10 08:48:43 -06:00
Nick Mowen 60fb80ff24 Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into reorder-hide-cameras 2022-04-10 08:22:24 -06:00
Nicolas MowenandGitHub 51fd18f56d FEAT: Ability to set custom birdseye icon and birdseye docs (#2979)
* Show custom.png for birdseye icon if available

* Don't look for config value

* Add birdseye docs
2022-04-10 09:15:56 -05:00
Nicolas MowenandGitHub 162e275ef3 Always show camera recordings in sidebar regardless of state (#2846) 2022-04-10 09:13:30 -05:00
Nick Mowen 994c5f5b5f Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into reorder-hide-cameras 2022-04-10 07:42:14 -06:00
Nick Mowen 1ab27d1c33 Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into reorder-hide-cameras 2022-03-30 07:08:05 -06:00
Nicolas MowenandGitHub 923d07b1a4 BUG: Event stuck if recording & snapshot disabled while in-progress (#3023)
* Fix recording getting stuck bug

* Fix typo
2022-03-30 06:33:34 -05:00
Nick Mowen 7168ead044 Update defaults 2022-03-28 10:00:25 -06:00
Nick Mowen 4ca6a592a6 Update names to be less ambiguous 2022-03-28 09:59:17 -06:00
Nick Mowen e91339a7ac Make each camera for birdseye togglable as well 2022-03-28 09:53:19 -06:00
Nick Mowen ac6556e19a Merge branch 'release-0.11.0' of https://github.com/blakeblackshear/frigate into reorder-hide-cameras 2022-03-21 10:05:14 -06:00
Nick Mowen 778046cb5c Add newline at end of camera file 2022-03-17 14:00:54 -06:00
Nick Mowen 7cf35f171b Add options for reordering and hiding cameras selectively 2022-03-17 13:59:11 -06:00
Nicolas MowenandGitHub b1cc64d4fa FEAT: Ability to set sub labels for specific events (#2949)
* Add sub label to model and set / delete funs

* Add migrations for sub label

* Tweaks to API and model

* Show sublabel if available

* Cleanups

* Update docs

* Show person in UI title

* Fix typo and don't fail on no json

* Transfer sub labels for in progress events

* Remove sublabel reset

* Remove person only check

* Make default null

* Update docs and formatting

* Make default null

* Make nullable in migration

* Undo null

* Update model to accept null

* Update migration to accept null

* Don't set to default values

* Remove redundant defaults and update http logic

* Only need a single route

* Enforce 20 character limit in http

* Update docs to mention 20 character limit

* Cleanup

* Separate insert and update to make sure updated values are retained when event ends

* Use insert instead of replace

* Remove redundant if and have should_update_db include clip or snapshot requirement.
2022-03-17 07:18:43 -05:00
Nicolas MowenandGitHub 0abd0627df FEAT: Replace best jpg endpoint (#2944)
* Added object thumbnail def and made camera tracked objects use it.

* Add object snapshot def

* Remove documentation for best.jpg

* Update docs for label thumbnail and snapshot defs
2022-03-11 07:56:39 -06:00
Nicolas MowenandGitHub 006569391f MQTT support for all objects for each camera & zone (#2908) 2022-03-10 06:03:00 -06:00
Nicolas MowenandGitHub 4004048add Ability to retain specific clips / events indefinitely (#2831) 2022-02-21 22:03:01 -06:00
Nicolas MowenandBlake Blackshear 5627b66a6e Always show recording link even if recordings are currently disabled (#2787)
* Always show recording link even if recordings are currently disabled

* Fix test to consider all cameras to have recording link
2022-02-18 21:18:26 -06:00