Commit graph

1933 commits

Author SHA1 Message Date
Miroslav Šedivý
0b543445a4 add v2 docs. 2025-02-08 15:04:31 +01:00
Miroslav Šedivý
7a9832695f move docs to new website. 2025-02-02 17:08:58 +01:00
Miroslav Šedivý
a4f5a9ab29 fix colors. 2025-02-02 15:48:20 +01:00
Miroslav Šedivý
d094bebe45 WIP add docusaurus webpage. 2025-02-01 19:10:47 +01:00
Miroslav Šedivý
3082d3241b implement client heartbeat #460. 2024-12-30 13:41:22 +01:00
Miroslav Šedivý
5169e0aad3 fixes issue where url was updated after broadcast was started, #429. 2024-11-07 16:48:29 +01:00
Miroslav Šedivý
a569f72087 ignore irrelevant legacy ws events. 2024-09-15 23:07:14 +02:00
Miroslav Šedivý
cd87c480f5 fix nvidia dockerfiles. 2024-09-15 22:56:52 +02:00
Miroslav Šedivý
a0565dd295 fix backend response error. 2024-09-09 00:08:21 +02:00
Miroslav Šedivý
b7fb738e3a legacy websockets: add mutex. 2024-09-09 00:05:14 +02:00
Miroslav Šedivý
063fa8821f fix legacy capture pipeline. 2024-09-08 23:26:34 +02:00
Miroslav Šedivý
5c91621223 legacy: fix banned ip. 2024-09-08 23:26:17 +02:00
Miroslav Šedivý
3cacb903f3 fix build. 2024-09-08 19:57:50 +02:00
Miroslav Šedivý
6fbdea979f fix duplicate screen sizes. 2024-09-08 19:53:04 +02:00
Miroslav Šedivý
e719109116 fix control give. 2024-09-08 19:48:57 +02:00
Miroslav Šedivý
38e8ac3e21 split base build to multiple dockerfiles. 2024-09-08 17:22:49 +02:00
Miroslav Šedivý
bbefb393f8 fix uint64 and cursors on 32bit systems. 2024-09-08 15:47:42 +02:00
Miroslav Šedivý
d42165a5fd fix structs alignment. 2024-09-08 15:01:31 +02:00
Miroslav Šedivý
a4c1f9877f fix arm dockerfile. 2024-09-08 12:11:56 +02:00
Miroslav Šedivý
284ca5efef add arm & intel Dockerfiles to server. 2024-09-08 12:06:30 +02:00
Miroslav Šedivý
e16eefce19 add client dockerfile. 2024-09-08 11:53:06 +02:00
Miroslav Šedivý
3d7be663ec move devs to client & server. 2024-09-08 11:52:47 +02:00
Miroslav Šedivý
b617c5cc32 update server dockerfiles. 2024-09-08 11:52:15 +02:00
Miroslav Šedivý
0c1d7ef229 base: move files to resources. 2024-09-08 11:11:32 +02:00
Miroslav Šedivý
bba8fce895 legacy only - implement ban. 2024-09-07 23:18:21 +02:00
Miroslav Šedivý
daf8f79eb5 update client to include username when connecting to websocket. 2024-09-07 22:54:05 +02:00
Miroslav Šedivý
13f91477df legacy: update dispaly name only if not set. 2024-09-07 22:50:25 +02:00
Miroslav Šedivý
136d2ba1da legacy hack: file transfer enabled in init. 2024-09-07 21:57:04 +02:00
Miroslav Šedivý
6aac5da08c legacy: fix sendControlHost. 2024-09-07 21:31:26 +02:00
Miroslav Šedivý
373e9970f9 add legacy simulcast stream that shows pointer. 2024-09-07 21:13:40 +02:00
Miroslav Šedivý
b3b31fba1f disable legacy mode if wanted. 2024-09-07 20:51:21 +02:00
Miroslav Šedivý
db297d246d fix legacy display name. 2024-09-07 20:48:51 +02:00
Miroslav Šedivý
e018bcc886 legacy: only update name if its different. 2024-09-07 20:18:45 +02:00
Miroslav Šedivý
82aa68097b fix kicked message for legacy implementation. 2024-09-07 20:10:43 +02:00
Miroslav Šedivý
4f401ac2b6 implement session stats, fixes last (admin|user) left at won't work for any provider that removed users after logout. 2024-09-07 18:55:27 +02:00
Miroslav Šedivý
356a566bc6 Merge branch 'demodesk-v3' into v3 2024-09-06 23:53:06 +02:00
Miroslav Šedivý
94717bdad9 legacy: implement files. 2024-09-06 23:26:44 +02:00
Miroslav Šedivý
47153d31a1 legacy: implement screenshot function. 2024-09-06 23:26:44 +02:00
Miroslav Šedivý
a1f2e379cd legacy: add stats. 2024-09-06 23:26:44 +02:00
Miroslav Šedivý
6a8f8052cd legacy: implement screen resolution API. 2024-09-06 23:26:44 +02:00
Miroslav Šedivý
17467dc3c8 update dev runtime config. 2024-09-06 23:26:44 +02:00
Miroslav Šedivý
15e805c9b2 rename package. 2024-09-06 23:26:29 +02:00
Miroslav Šedivý
168507dcd4 add evns to launch. 2024-09-06 23:21:57 +02:00
Miroslav Šedivý
b9ff172c15 only update name in profile. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
60910c2d37 api profile endpoint use default data. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
d62acec443 add Kick. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
ceb4e0c3f1 implement mute / unmute. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
3d0b245abf locks send immediate ID. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
df64a53e58 fix. 2024-09-06 22:59:23 +02:00
Miroslav Šedivý
45c90ce9c2 fix logging and server addr. 2024-09-06 22:59:23 +02:00