Commit Graph

4290 Commits

Author SHA1 Message Date
Koushik Dutta
a2d6a6baa1 Create release.yml 2023-02-24 08:53:42 -08:00
Koushik Dutta
130b01c56a server: publish 2023-02-24 08:48:39 -08:00
Koushik Dutta
247666cea6 server: remove scripts invocations 2023-02-24 08:42:28 -08:00
Koushik Dutta
7a0ce8d5e8 homekit: publish 2023-02-23 21:00:01 -08:00
Koushik Dutta
4e8bd67a74 onvif: add device information 2023-02-23 19:24:44 -08:00
Alex Leeds
9a6f5a9e3a ring: added night mode support to arm with sensor bypass (#577)
* ring: added night mode support to arm with sensor bypass

* bumpe version
2023-02-23 18:46:58 -08:00
Georges
3722382a0d Adding support for siren in homekit (#578)
Co-authored-by: Georges Dib <georges.dib@gmail.com>
2023-02-23 18:18:11 -08:00
Koushik Dutta
7f872b02b7 ring: roll back preinstall script that was causing issues with plugin install 2023-02-23 13:31:15 -08:00
Koushik Dutta
a284e3deec Merge branch 'main' of github.com:koush/scrypted 2023-02-23 13:11:07 -08:00
Koushik Dutta
7284f3d718 cloud: redirect to an explicit url for cloud login to prevent core interception 2023-02-23 13:11:02 -08:00
Alex Leeds
3cbde174bb Add Support for Ring Contact Sensors (#574) 2023-02-23 09:12:29 -08:00
Koushik Dutta
db448e4067 Merge branch 'main' of github.com:koush/scrypted 2023-02-22 23:02:02 -08:00
Koushik Dutta
21dd4359e3 server: lock python version 2023-02-22 23:01:59 -08:00
Koushik Dutta
27472ddc26 sdk: update 2023-02-22 23:01:34 -08:00
Koushik Dutta
6a4fc87b8e ui: fix deps 2023-02-22 23:00:58 -08:00
Koushik Dutta
0059a02f72 npm-install.sh 2023-02-22 22:58:23 -08:00
Koushik Dutta
654f618cf8 ui: revert changes 2023-02-22 22:43:08 -08:00
Koushik Dutta
28da04a07f ui: remove windows incompatibility 2023-02-22 22:41:30 -08:00
Koushik Dutta
0c73ef6880 ui: fix missing deps 2023-02-22 22:34:06 -08:00
Koushik Dutta
bc86097a0e Merge branch 'main' of github.com:koush/scrypted 2023-02-22 22:26:24 -08:00
Koushik Dutta
b87d7160c2 ui: fix client dependenciy 2023-02-22 22:26:17 -08:00
Alex Leeds
557a0d246e fix ring alarm state when changing modes (#573)
* fix ring alarm state when changing modes

* do not log error if security panel not found
2023-02-22 20:20:44 -08:00
Koushik Dutta
bc64d14f7c cameras: clean up device validation 2023-02-22 20:09:50 -08:00
Koushik Dutta
4c60354179 Merge branch 'main' of github.com:koush/scrypted 2023-02-22 20:03:30 -08:00
Koushik Dutta
9797f292e1 cameras: clean up device validation 2023-02-22 20:03:26 -08:00
Georges
3069574afd Using Siren type (#572)
* Adding support for siren

* Using Siren type now that it's added

---------

Co-authored-by: Georges Dib <georges.dib@gmail.com>
2023-02-22 13:45:40 -08:00
Koushik Dutta
879fbc606a ring: fixup project 2023-02-22 13:44:30 -08:00
Koushik Dutta
6a72ee03cf ring: fixup npm install 2023-02-22 13:21:39 -08:00
Alex Leeds
4bf6ec00bf Add WindowCovering to HomeKit (#571) 2023-02-22 10:06:19 -08:00
Koushik Dutta
25373af216 core: fix busted plugin management buttons 2023-02-22 09:35:12 -08:00
Koushik Dutta
30c368c6fa core: fix busted plugin management buttons 2023-02-22 09:28:39 -08:00
Koushik Dutta
d4c25a0181 Merge branch 'main' of github.com:koush/scrypted 2023-02-22 09:12:27 -08:00
Koushik Dutta
3416b7dbca unifi-protect: add indication that protect snapshots are slow 2023-02-22 09:12:24 -08:00
Koushik Dutta
27df33ba80 project: update lockfiles 2023-02-22 08:57:08 -08:00
Koushik Dutta
c70c38a355 docker: wording 2023-02-21 22:50:21 -08:00
Koushik Dutta
54f97346ba Update docker-compose.yml 2023-02-21 22:49:35 -08:00
Koushik Dutta
402e39bb76 Update install-scrypted-docker-compose.sh 2023-02-21 22:39:39 -08:00
Koushik Dutta
962bc3b31f docker: wording 2023-02-21 22:21:22 -08:00
Koushik Dutta
8c0dbde93d docker: nvidia example 2023-02-21 22:13:31 -08:00
Koushik Dutta
c3676b0c04 docker: add volume and docker install helpers 2023-02-21 22:10:18 -08:00
Koushik Dutta
9aab10e562 Merge branch 'main' of github.com:koush/scrypted 2023-02-21 21:49:13 -08:00
Koushik Dutta
5941defd34 docker: update compose with nfs/cifs examples 2023-02-21 21:49:08 -08:00
Koushik Dutta
ce589252e6 Update README.md 2023-02-21 21:11:30 -08:00
Koushik Dutta
42ba88d409 Merge branch 'main' of github.com:koush/scrypted 2023-02-21 20:02:16 -08:00
Koushik Dutta
c1b66fda6b sdk: add siren and windowcovering types 2023-02-21 20:02:11 -08:00
Georges
1c91cbee6e Adding support for siren (#570)
Co-authored-by: Georges Dib <georges.dib@gmail.com>
2023-02-21 20:01:03 -08:00
Koushik Dutta
d140fcfcad homekit: add support for notification toggle switches 2023-02-21 08:58:29 -08:00
Koushik Dutta
74f4bdd429 predict: snapshot predictions 2023-02-20 22:53:07 -08:00
Koushik Dutta
13f8c2e73f server: move oauth into cloud plugin 2023-02-20 22:51:39 -08:00
Koushik Dutta
7c0c0fb787 cloud: move oauth handling out of server 2023-02-20 22:51:19 -08:00