Commit Graph

352 Commits

Author SHA1 Message Date
Koushik Dutta
7f8e7313a6 server: fix node 18 abi migration 2022-06-26 11:18:30 -07:00
Koushik Dutta
dcad7d6b1d Merge branch 'main' of github.com:koush/scrypted 2022-06-26 10:17:03 -07:00
Koushik Dutta
01b6bab007 server: fix samesite cookie to use default values since cors access is no longer supported. 2022-06-26 10:16:49 -07:00
Koushik Dutta
fba32dfa46 server: fix bug in media manager 2022-06-26 10:16:22 -07:00
Koushik Dutta
6312e5a0bf server: fix media manager serialization for non-serializable types 2022-06-21 12:35:27 -07:00
Koushik Dutta
da0a5090bb server: disable gzip at server layer. should be done at transport layer. 2022-06-20 19:17:47 -07:00
Koushik Dutta
0e770bfd98 server: fix crash 2022-06-20 12:30:04 -07:00
Koushik Dutta
2a88ba1c62 server: remove cors api access. add socket api access. 2022-06-20 11:31:07 -07:00
Koushik Dutta
6a1850edb7 server: fix firefox connection upgrade 2022-06-15 10:03:21 -07:00
Koushik Dutta
2e726f8831 server: fix login bug in chrome due to differing strictness in http/https 2022-06-12 21:13:20 -07:00
Koushik Dutta
328cf1536e server: add hack (?) to fix gst plugin search path on darwin 2022-06-12 14:20:27 -07:00
Koushik Dutta
603f384189 server: fix insecure http login 2022-06-12 10:33:22 -07:00
Koushik Dutta
877c65cd98 server: fixes for node v18 2022-06-08 22:34:16 -07:00
Koushik Dutta
c532e7d94f server: Fix node v18 quirk 2022-06-08 15:39:00 -07:00
Koushik Dutta
ba02e59364 server: publish 2022-06-08 10:49:14 -07:00
Koushik Dutta
924d5ef0be various: checkin 2022-06-08 10:41:22 -07:00
Koushik Dutta
9d9f19009f server: rcp add side band buffer serialiazation everywhere 2022-06-06 00:33:54 -07:00
Koushik Dutta
90716d4da7 server: fix weird ts issue 2022-06-06 00:23:38 -07:00
Koushik Dutta
b6b08c5ebb server: add rpc support for side band binary payloads 2022-06-06 00:20:56 -07:00
Koushik Dutta
c5bc9a0dab server: support api from other domains 2022-06-05 23:53:19 -07:00
Koushik Dutta
47f24f1a43 server: fix engine io ids 2022-06-03 13:59:27 -07:00
Koushik Dutta
e15f8bc0e3 server: fix io types 2022-06-03 13:37:55 -07:00
Koushik Dutta
f0e9d8350d server: fix types 2022-06-03 10:58:11 -07:00
Koushik Dutta
88a95b4529 server: return alternate local host addresses 2022-06-03 10:55:33 -07:00
Koushik Dutta
11f99cfd31 client: add login flow, publish 2022-06-02 19:25:22 -07:00
Koushik Dutta
1344a577fa server: cors support 2022-06-02 16:12:28 -07:00
Koushik Dutta
cde2429af8 server: engine io type shim 2022-06-02 11:21:52 -07:00
Koushik Dutta
7cf9daabe3 server: publish 2022-05-28 18:57:50 -07:00
Koushik Dutta
37d2943e42 server: fix threading lib 2022-05-22 11:03:24 -07:00
Koushik Dutta
a2529c707a server: fix log purge bug 2022-05-05 15:43:58 -07:00
Koushik Dutta
970b4ea895 server: log plugin installation failure 2022-04-29 12:14:07 -07:00
Koushik Dutta
e63eea7fb3 server/sdk/core: use function typing instead of bare interface. 2022-04-28 11:28:05 -07:00
Koushik Dutta
025b669ed0 server: make info property easily user editable again 2022-04-18 22:34:20 -07:00
Koushik Dutta
2ae0077ed4 server: missing spot for pluginId 2022-04-18 14:02:46 -07:00
Koushik Dutta
167a3b9681 server: fix plugin default export when device is a class or function. fix pluginId state missing. 2022-04-18 13:56:04 -07:00
Koushik Dutta
f5142514ce server/core: more pluginDepnedencies installation into the server 2022-04-16 15:01:40 -07:00
Koushik Dutta
bbf1157813 server: increase minimum core version now that npm supports CORS 2022-04-16 14:24:11 -07:00
Koushik Dutta
856bac30b3 webrtc/server: Fix missing sourceid 2022-04-13 13:01:25 -07:00
Koushik Dutta
751cc2a238 global: rename FFMpeg to FFmpeg 2022-04-11 22:42:31 -07:00
Koushik Dutta
1c3682f9db server: handle rtsps conversion 2022-04-11 22:37:20 -07:00
Koushik Dutta
29e787b1e6 server: fix self.* calls on ScryptedDeviceBase 2022-04-09 13:05:56 -07:00
Koushik Dutta
f3fe4f68d4 server: prune mixin storage 2022-04-08 11:30:27 -07:00
Koushik Dutta
0ac48d7568 server: watch for websocket negotiation crash 2022-04-06 23:14:04 -07:00
Koushik Dutta
da42cad93e server: autioupdate should remove deprecated plugins 2022-04-03 20:49:29 -07:00
Koushik Dutta
64f5ab9483 sdk/server: media object updates to track source id 2022-04-03 20:19:42 -07:00
Koushik Dutta
b82e64e42d server: consolidate property checking 2022-04-03 20:19:42 -07:00
Koushik Dutta
9cc8e9c323 server: update sdk 2022-04-01 14:40:09 -07:00
Koushik Dutta
bd565cb2db server: potential process leak fix 2022-04-01 14:13:45 -07:00
Koushik Dutta
95e2e8a42c server: fix error spam and dangling mixin crashes on plugin uninstall 2022-03-28 20:24:06 -07:00
Koushik Dutta
dce1276f31 server: change insecure port from 30080 to 11080 2022-03-28 12:30:40 -07:00