Commit Graph

569 Commits

Author SHA1 Message Date
Miroslav Šedivý
2d8e5c9753 WIP add chat plugin. 2024-06-09 19:04:47 +02:00
Miroslav Šedivý
86095ecdb1 add room.control.request. 2024-05-10 12:41:56 +02:00
Miroslav Šedivý
06955aa2f9 update api. 2024-05-09 10:29:50 +02:00
Miroslav Šedivý
d891d5b331 lint types. 2024-05-09 09:37:45 +02:00
Miroslav Šedivý
3a0bd06a31 fix click on color. 2024-05-09 08:11:20 +02:00
Miroslav Šedivý
7998018cb8 add id to room.control.host. 2024-05-06 23:41:21 +02:00
Miroslav Šedivý
2536b49568 add room.settings.updated. 2024-05-06 20:01:58 +02:00
Miroslav Šedivý
17b6493832 add id to event screen updated. 2024-05-03 23:18:02 +02:00
Miroslav Šedivý
7eb40aba81 implement control protection. 2024-04-21 20:10:45 +02:00
Miroslav Šedivý
bc26fde705 add filetransfer lock. 2024-04-20 17:13:19 +02:00
Miroslav Šedivý
fb0af48376 add locked_logins. 2024-04-20 14:28:00 +02:00
Miroslav Šedivý
22524f7d71 fix minor issues. 2024-04-20 14:27:46 +02:00
Miroslav Šedivý
b302c98e81 implement filetransfer. 2024-04-19 20:22:03 +02:00
Miroslav Šedivý
b6be4f09fc fix watchers. 2024-03-24 16:06:55 +01:00
Miroslav Šedivý
3a96d2611e do not use ref where not needed. 2024-03-17 16:05:02 +01:00
Miroslav Šedivý
93125abfd7 fix plugins members. 2024-03-17 15:38:31 +01:00
Miroslav Šedivý
f3a49e7051 fix javascript files import. 2024-03-17 14:47:53 +01:00
Miroslav Šedivý
5ebfb043f8 dev use app path inside docker as well. 2024-03-17 13:12:22 +01:00
Miroslav Šedivý
e0366905ad use glob to load plugins. 2024-03-17 13:10:58 +01:00
Miroslav Šedivý
6272e48b67 tsconfig only ts files and vue. 2024-03-17 11:33:34 +01:00
Miroslav Šedivý
bdacd55480 fix members. 2024-03-17 11:33:20 +01:00
Miroslav Šedivý
338c1dc0f9 fix serve script. 2024-03-17 11:21:50 +01:00
Miroslav Šedivý
4b1fbbf836 fix watchers and intervals. 2024-03-17 11:21:14 +01:00
Miroslav Šedivý
c8c7df7c3c add proxy server. 2024-03-17 11:20:33 +01:00
Miroslav Šedivý
27d88cee08 WIP. 2024-03-17 00:00:14 +01:00
Miroslav Šedivý
37f93eae6b fix private properties. 2024-02-21 18:10:18 +01:00
Miroslav Šedivý
09acada1af fix icon. 2024-02-20 18:28:26 +01:00
Miroslav Šedivý
3e42e5ca00 version 1.6.32 2024-01-26 19:26:52 +01:00
Miroslav Šedivý
4e693ae4a3
Upgrade to node 18 and dependencies (#46)
* upgrade to nodejs 18.

* npm update.

* upgrade linter.

* upgrade axios.

* upgrade saas loader.

* upgrade typescript.
2024-01-26 19:25:22 +01:00
dependabot[bot]
4ed16f3960
Bump @babel/traverse from 7.22.8 to 7.23.2 (#45)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 11:31:56 +01:00
Miroslav Šedivý
daf1485443 version 1.6.31 2023-09-12 11:11:17 +02:00
Miroslav Šedivý
91dee46db4
Add Xorg modifiers (#44)
* add modifiers.

* use modifiers.

* scroll rename to delta and add ctrl key.
2023-09-11 16:38:12 +02:00
Miroslav Šedivý
3e43de5223 version 1.6.30 2023-08-31 13:52:45 +02:00
Miroslav Šedivý
c71a9d7626
split touch events to enabled and supported. (#43) 2023-08-31 13:50:57 +02:00
Miroslav Šedivý
45c0b4527f version 1.6.29 2023-08-17 16:52:01 +02:00
Miroslav Šedivý
0d830998e5
Native touch events (#42)
* add webrtc touch events.

* bind touch events to overlay.

* we care only for changed touches.

* switch to int32.

* pressure uint16.

* add implicit control.

* add touch to controls.

* fix iteration of changedTouches.

* switch pressure to uint8.

* convert force to pressure.

* add hasTouchEvents.

* add touch_events to state.

* bind touch or gesture handler on demand.

* remove duplicate gesture detach.
2023-08-17 16:16:08 +02:00
Miroslav Šedivý
3cb5214798 version 1.6.28 2023-07-16 17:00:27 +02:00
Miroslav Šedivý
f49f17e8bd npm upgrade. 2023-07-16 16:57:10 +02:00
Miroslav Šedivý
e13c97299d
disable pointer events when session can not control. (#41) 2023-07-16 16:54:28 +02:00
Miroslav Šedivý
8595ec9295 version 1.6.27 2023-07-07 15:03:19 +02:00
Miroslav Šedivý
4918c62c9a
Add support for touch gestures (#40)
* implement control using webrtc.

* overlay to use NekoControl.

* WIP.

* add is_host to control state.

* control use webrtc only if hosting.

* add proper links to 3rd party code.

* fix button events for gestureHandler.

* lint.

* fix implicit control gain for touch events.
2023-07-07 14:59:54 +02:00
Miroslav Šedivý
948cea7e00 version 1.6.26 2023-06-26 21:29:19 +02:00
Miroslav Šedivý
e58aecc49c
Refactor signaling for video and audio (#39)
* refactor webrtc video and audio.

* do not reconnect if video is disabled.

* export webrtc types.
2023-06-26 21:27:26 +02:00
Miroslav Šedivý
52107f5934 version 1.6.25 2023-06-13 23:40:01 +02:00
Miroslav Šedivý
810759b641 hotfix: capslock on macos chrome. 2023-06-13 23:39:15 +02:00
Miroslav Šedivý
2c67394a7a add locked_controls to settings clear. 2023-06-07 17:36:20 +02:00
Miroslav Šedivý
e263c8b73a version 1.6.24 2023-06-02 12:55:33 +02:00
Miroslav Šedivý
4f08056c59 do not fail on remote ICE candidate error in offer. 2023-06-02 12:54:10 +02:00
Miroslav Šedivý
720c2f7a3d call onDisconnected in webrtc close. 2023-06-02 12:54:10 +02:00
Miroslav Šedivý
78a9a31624 add await to setLocalDescription. 2023-06-02 12:54:10 +02:00