Commit Graph

534 Commits

Author SHA1 Message Date
Koushik Dutta
aaf2529ec0 server: publish 2022-09-09 13:15:45 -07:00
Koushik Dutta
21ab390674 github: print version 2022-09-09 12:45:13 -07:00
Koushik Dutta
26f2fc0251 server: update descriptor on mixin change 2022-09-06 22:20:39 -05:00
Koushik Dutta
1f41355c4e server: fix crashed plugins not showing up in plugins list. ScryptedDevice interface should only bubble atomic events. 2022-09-06 21:40:59 -05:00
Koushik Dutta
7b00235641 server: fix nre, remove new device alert 2022-09-06 21:40:59 -05:00
Koushik Dutta
20f7b2667b server: publish 2022-08-29 07:49:40 -07:00
Koushik Dutta
3b8cf24d11 server: fix packaged ffmpeg regression 2022-08-29 07:49:31 -07:00
Koushik Dutta
b0eee20e80 server: publish 2022-08-28 19:35:41 -07:00
Koushik Dutta
2131d430e4 server: logout with non json accept should redirect to login 2022-08-26 14:28:03 -07:00
Koushik Dutta
643e3d46b8 server: update types 2022-08-24 17:34:38 -07:00
Koushik Dutta
6d6c45847f server: fix event listener leaks 2022-08-23 00:51:46 -07:00
Koushik Dutta
32f1ed14dd server: forked result should never be serialized 2022-08-22 20:11:48 -07:00
Koushik Dutta
a8a4d382c9 server: fix device convertor 2022-08-22 08:32:39 -07:00
Koushik Dutta
85cf741edc server: add device conversion intrinsic 2022-08-20 14:48:55 -07:00
Koushik Dutta
bb35ad4468 server: add typings 2022-08-19 12:23:00 -07:00
Koushik Dutta
d5d6e31b35 server: fix plugin fork mixin event bug 2022-08-19 12:00:04 -07:00
Koushik Dutta
f5b51e1c5b server: fix possible failure to load when mixin provider is deleted 2022-08-18 00:08:43 -07:00
Koushik Dutta
c5881e06d1 server: switch to lgpl ffmpeg installer 2022-08-14 08:55:10 -07:00
Koushik Dutta
58384f3126 server: trim packages 2022-08-12 16:55:18 -07:00
Koushik Dutta
28bee058f6 server: clear out old threads 2022-08-11 20:43:36 -07:00
Koushik Dutta
9fc0e019de server: fix multithreaded memory usage reporting. fix cpu reporting. fix multithreaded storage api clobbering. 2022-08-11 20:35:41 -07:00
Koushik Dutta
e096e9532a server: fix device state across thread boundaries 2022-08-11 11:05:58 -07:00
Koushik Dutta
8d5376b21f server: expose worker thread 2022-08-11 09:28:35 -07:00
Koushik Dutta
2639ea58f9 server: fix forked processes missing storage 2022-08-11 08:49:27 -07:00
Koushik Dutta
9426f50275 server: remove dep 2022-08-09 09:58:20 -07:00
Koushik Dutta
5b89c2c67f server: remove unnecessary state syncing 2022-08-06 08:21:14 -07:00
Koushik Dutta
a66a5ac83e server: fix bug where detection plugins get deactivated after server restart due to startup race conditions. 2022-08-02 11:44:16 -07:00
Koushik Dutta
1b74fb1f06 server: use device ids for conversion graph 2022-08-02 11:11:54 -07:00
Koushik Dutta
917296cc55 Merge branch 'main' of github.com:koush/scrypted 2022-08-02 10:50:18 -07:00
Koushik Dutta
8f1467c682 server: respect conversion weights on all mime types 2022-08-02 10:50:10 -07:00
Koushik Dutta
68faf03b19 server: make rpc bundler friendly 2022-08-02 09:50:39 -07:00
Koushik Dutta
48222f5bdc server: move snapshot handling to snapshot plugin, snapshot plugin will be installed as part of the server install. 2022-07-31 14:05:43 -07:00
Koushik Dutta
7b9ef38aff server: publish 2022-07-30 09:37:15 -07:00
Koushik Dutta
7e09f4c07f server: fix socket leak 2022-07-30 09:29:40 -07:00
Koushik Dutta
b6a582d6b1 server: feature to have video conversion respect resize parameters. video snapshots no longer write to file system. 2022-07-28 15:46:37 -07:00
Koushik Dutta
d3ddd52d30 server: media manager improvements 2022-07-28 14:12:43 -07:00
Koushik Dutta
5319bc8827 server: cors fixes 2022-07-28 08:28:27 -07:00
Koushik Dutta
19d670c6f3 server: add support for plugin forking to better utilize cpu cores in plugins like rebroadcast or nvr 2022-07-19 08:34:59 -07:00
Koushik Dutta
b247be225e server: simplify plugin loading 2022-07-15 08:28:53 -07:00
Koushik Dutta
5b67c74078 server: implement sendSocket. 2022-07-13 07:48:51 -07:00
Koushik Dutta
41a24fbaba server: Fix api access auth issue. 2022-07-07 09:58:51 -07:00
Koushik Dutta
51c841727a server: publish 2022-07-04 13:44:20 -07:00
Koushik Dutta
b0fe3a4618 server: switch node-pty to one with modern prebuilts 2022-07-04 13:43:59 -07:00
Koushik Dutta
a8b6111db4 server: simplify rpc serializer 2022-07-04 13:28:58 -07:00
Koushik Dutta
d5452fadbe server: publish 2022-07-01 13:24:29 -07:00
Koushik Dutta
a8675479c6 server: fix python plugins on windows 2022-07-01 13:22:36 -07:00
Koushik Dutta
11c5543734 server: publish new ffmpeg 2022-07-01 11:36:21 -07:00
Koushik Dutta
b3a03554ff server: change default volume path. use off the shelf ffmpeg. 2022-07-01 10:46:41 -07:00
Koushik Dutta
8a21b0e2d0 server: add support for properties from newer sdks 2022-06-28 22:19:21 -07:00
Koushik Dutta
8579a9f561 server: cleanups 2022-06-28 21:06:10 -07:00