Commit Graph

6057 Commits

Author SHA1 Message Date
Koushik Dutta
88604bcdcb cloud: better readme 2024-02-28 10:24:56 -08:00
Koushik Dutta
441cd0d169 cloud: add option to disable cloud registration completely to suppress warnings. 2024-02-28 09:50:46 -08:00
Koushik Dutta
2f1c45f9bd cloud: fix race conditions and error reporting 2024-02-28 09:30:12 -08:00
Koushik Dutta
c3bb9c96de snapshot: publish 2024-02-27 10:00:22 -08:00
Koushik Dutta
954be25d0c rebroadcast/webrtc: republish with sdk fix 2024-02-27 09:59:14 -08:00
Koushik Dutta
0b28454048 sdk: fix regression 2024-02-27 09:57:26 -08:00
Koushik Dutta
349c41657a webrtc/rebroadcast: fix sdp audio detection defaults 2024-02-26 20:11:23 -08:00
Koushik Dutta
acc7f0c4db cloud: support dev env var 2024-02-26 14:53:36 -08:00
Koushik Dutta
36ee539f0c Merge branch 'main' of github.com:koush/scrypted 2024-02-26 13:51:14 -08:00
Koushik Dutta
628c084764 cloud: prepare for multi server 2024-02-26 13:46:58 -08:00
Koushik Dutta
c541aa8b3b Update bug_report.md 2024-02-25 14:57:41 -08:00
Brett Jia
0dc719ca0d core: publish (#1339) 2024-02-24 19:11:27 -08:00
Brett Jia
ead2c5e76f workflows: test build ui with core (#1340)
* workflows: test build ui with core

* trigger dummy change

* Revert "trigger dummy change"

This reverts commit 622601062c.
2024-02-24 19:11:14 -08:00
Koushik Dutta
dbb314b4eb webrtc/common/rebroadcast: fix sdp parsing 2024-02-24 12:02:12 -08:00
Koushik Dutta
a05bcd6ce4 cloud: send server id and friendly name 2024-02-22 18:42:06 -08:00
Koushik Dutta
3a6b244a4a cloud: send server id for multiple servers. update upnp. 2024-02-21 21:21:04 -08:00
Koushik Dutta
d6b9900db5 various: fix sdp parsing issue around codec defaults 2024-02-21 10:02:01 -08:00
Koushik Dutta
8fa5e23797 alexa/google-home: fix potential vulnerability. do not allow local network control using cloud tokens belonging to a different user. the plugins are now locked to a specific scrypted cloud account once paired. 2024-02-21 10:01:03 -08:00
Koushik Dutta
41d042b5bd Merge branch 'main' of github.com:koush/scrypted 2024-02-20 21:42:44 -08:00
Koushik Dutta
81b235c548 alexa/google-home: additional auth token checks to harden endpoints for cloud sharing 2024-02-20 21:42:40 -08:00
Long Zheng
657921a5b3 sdk/server: Fix type of canMixin (#1333)
* Fix type of canMixin

* Allow undefined

* Add void
2024-02-20 13:31:22 -08:00
Long Zheng
a47f7e2566 sdk: define this type (#1332)
* sdk: define this type

* Fix indent
2024-02-19 08:17:05 -08:00
Long Zheng
eec6291d9e CI build changed plugins (#1323)
* Fix WritableDeviceState

* Fix tsconfig error

* Fix test

* Create build-plugins-changed.yml

* Update build-sdk.yml

* Update build-plugins-changed.yml
2024-02-18 23:12:39 -08:00
Brett Jia
064da326c0 core: reset base date on each reschedule call (#1331) 2024-02-18 19:18:57 -08:00
Koushik Dutta
cbf95e1186 homekit: reorder settins, restart rather than prompt. publish. 2024-02-18 17:38:19 -08:00
Koushik Dutta
70aa5b75bf typescript: update sample 2024-02-18 15:52:25 -08:00
Koushik Dutta
dfe34947cb videoanalysis: publish 2024-02-18 15:52:20 -08:00
Koushik Dutta
f7c0091b7c reolink: fix doorbell onvif detections 2024-02-18 15:52:13 -08:00
Koushik Dutta
3dd6f114d4 videoanalysis: beta 2024-02-18 09:53:04 -08:00
Koushik Dutta
a0a8e25e18 sdk: publish 2024-02-18 09:52:48 -08:00
Koushik Dutta
32f0d675bc videoanalysis: nre check release 2024-02-18 09:46:51 -08:00
Koushik Dutta
1306eda422 sdk: fix up revert regression 2024-02-18 09:46:26 -08:00
Koushik Dutta
79f4c27bed videoanalysis: more cpu throttling fixes 2024-02-18 08:45:19 -08:00
Koushik Dutta
eb57698c8b videoanalysis: update 2024-02-18 08:42:46 -08:00
Koushik Dutta
454d96c5d3 Merge branch 'main' of github.com:koush/scrypted 2024-02-17 21:49:54 -08:00
Koushik Dutta
85daf72d66 docker-mdns: remove prototype 2024-02-17 21:49:50 -08:00
Long Zheng
9d50ba79f7 snapshot: black background (#1324)
* Fix WritableDeviceState

* Fix tsconfig error

* Generate black background instead of using black.jpg

Remove redundant blur
2024-02-16 18:16:07 -08:00
Koushik Dutta
764fbbb21b Update bug_report.md 2024-02-16 10:38:34 -08:00
Koushik Dutta
89e9cf343d Update bug_report.md 2024-02-16 10:38:11 -08:00
Long Zheng
dd7d920480 sdk: Add strict types to sdk (#1308)
* Enable strict mode

* Add @types/node

Remove @types/rimraf

* Fix `include` path to be actual `src`

* Add strict to `sdk`

* Assert `getItem`

* Fix types in SDK

* Refactor SDK function to be type safe

* parseValue handle value null or undefined

* Fix types tsconfig

* Make getDeviceConsole required

* Add build-sdk workflow

* Set working directory

* Assert not undefined

* Remove optionals

* Undo addScryptedInterfaceProperties, revert to self executing function

* Use different type

* Make _deviceState private and add ts-ignore

* Remove unused function

* Remove non-null asserts

* Add tsconfig for sdk/types/src

* Get property isOptional from schema

Use typedoc types

* Type fixes

* Fix type

* Fix type

* Revert change
2024-02-15 15:17:31 -08:00
Koushik Dutta
426454f28f sdk: rebuikd 2024-02-15 14:51:01 -08:00
Koushik Dutta
66441ee177 webrtc: repacketize input 2024-02-15 14:50:52 -08:00
Brett Jia
d3dee3a199 webrtc: repacketize h264 (#1260)
* webrtc: repacketize h264 on nalu type 7

* always repacketize

* lower packet size to avoid uint16 overflows

* remove nalu logging

* Revert "remove nalu logging"

This reverts commit e6b6540696.
2024-02-15 11:27:09 -08:00
Koushik Dutta
b174fbc19b Merge branch 'main' of github.com:koush/scrypted 2024-02-15 09:29:44 -08:00
Koushik Dutta
88da7fc5b4 common: add polygon area 2024-02-15 09:29:40 -08:00
Nick Berardi
c8b799f857 mqtt: Added support for ColorSettingTemperature and ColorSettingHsv to the MQTT support. (#1317) 2024-02-15 08:43:11 -08:00
Koushik Dutta
b28eef9d10 unifi-protect: squelch logging 2024-02-15 08:39:31 -08:00
Long Zheng
f66d39f8d9 sdk: calculate required/optional fields from schema (#1321)
* Add tsconfig for sdk/types/src

* Get property isOptional from schema

Use typedoc types
2024-02-15 07:20:56 -08:00
Koushik Dutta
b6cbc126d6 Merge branch 'main' of github.com:koush/scrypted 2024-02-14 15:43:25 -08:00
Koushik Dutta
bee77e121e sdk/server: make various properties non-optional 2024-02-14 15:43:21 -08:00