Commit Graph

5776 Commits

Author SHA1 Message Date
fufesou 82bfa9ca29 plugin_framework, split call function to server side and client side
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-26 13:29:55 +08:00
RustDesk 2169ef5016 Merge pull request #4194 from flusheDData/master
Update es.rs
2023-04-25 23:03:46 +08:00
Miguel F. G 98c33ef476 Update es.rs
New terms added
2023-04-25 17:00:47 +02:00
RustDesk 6fba54d48f Merge pull request #4193 from fufesou/feat/plugin_framework
Feat/plugin framework
2023-04-25 22:39:46 +08:00
fufesou c009f40152 plugin_framework, change func log to plugin_log
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-25 21:44:40 +08:00
fufesou 3d9afbb12a plugin_framework, add debug info
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-25 21:04:25 +08:00
RustDesk bf02d58c99 Merge pull request #4191 from fufesou/fix/virtual_display_func_decl
fix idd, plugin_monitor function decl
2023-04-25 19:52:50 +08:00
fufesou c1e96377e1 fix idd, plugin_monitor function decl
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-25 19:49:00 +08:00
RustDesk 89ff81da08 Merge pull request #4189 from 21pages/fix
workaroud for macos window hiding after checking authorization
2023-04-25 17:10:24 +08:00
RustDesk a23973e273 Merge pull request #4188 from LJRFOX/patch-1
Update DEVCONTAINER.md
2023-04-25 16:57:20 +08:00
21pages 2e19ffe89d workaroud for macos window hiding after checking authorization
Signed-off-by: 21pages <pages21@163.com>
2023-04-25 16:57:19 +08:00
LJRF OX Studio ba6fa0cb36 Update DEVCONTAINER.md
fix error Mode name.
2023-04-25 16:55:08 +08:00
RustDesk 865253b478 Merge pull request #4187 from SergeyMy/patch-2
Update index.tis
2023-04-25 16:02:53 +08:00
SergeyMy 7fe4432b2f Update index.tis 2023-04-25 12:52:56 +05:00
RustDesk 1cc02ef7e0 Merge pull request #4186 from fufesou/feat/plugin_framework
plugin_framework
2023-04-25 15:44:15 +08:00
SergeyMy a71a6b7bdb Update index.tis
About (translate)
2023-04-25 12:44:04 +05:00
fufesou 2051dca5b4 plugin_framework, support log callback
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-25 15:35:56 +08:00
RustDesk ce1ce19567 Merge pull request #4165 from awalon/master
Fix for #4136 connection to linux refused by using wrong Xauthority file
2023-04-25 09:42:08 +08:00
RustDesk c015b66da0 Update linux.rs 2023-04-25 09:41:02 +08:00
RustDesk 05200b6666 Merge pull request #4181 from Kingtous/feat/plugins
fix: macOS url handler cannot be triggered after opening a new window
2023-04-25 09:39:07 +08:00
Kingtous e90b496229 fix: macOS url handler cannot be triggered after opening a new window 2023-04-25 09:35:40 +08:00
Awalon 82c44d71f9 Fix for #4136 connection to linux refused by using wrong Xauthority file.
This PR handles comments of 2nd review for initial PR #4165.
Reduced number of info/log messages
2023-04-24 23:45:23 +02:00
RustDesk 7892008535 Merge pull request #4179 from fufesou/feat/plugin_framework
plugin_framework, debug config, mid commit
2023-04-24 20:15:31 +08:00
fufesou d8dc56a743 plugin_framework, debug config, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-24 19:57:20 +08:00
RustDesk 8340573277 Merge pull request #4167 from fufesou/feat/plugin_framework
plugin_framework, show remote toolbar widget
2023-04-24 10:56:21 +08:00
Awalon 9bf058bb32 Merge remote-tracking branch 'origin/master' 2023-04-23 23:58:23 +02:00
Awalon dcc9337f86 Fix for #4136 connection to linux refused by using wrong Xauthority file.
This PR handles comments of review for PR #4165.
2023-04-23 23:58:04 +02:00
fufesou cbeebea7a5 plugin_framework, show remote toolbar widget
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-23 20:53:51 +08:00
Awalon a0d9c741f4 Merge branch 'rustdesk:master' into master 2023-04-23 12:30:15 +02:00
RustDesk eb96b0d451 Merge pull request #4166 from fufesou/feat/plugin_framework
plugin_framework, load plugin
2023-04-23 16:47:31 +08:00
fufesou 7156d41d3a plugin_framework, temporary solution to compilation errors
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-23 16:23:35 +08:00
fufesou 260c671d6c plugin_framework, load plugin
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-23 15:40:55 +08:00
Awalon 028767da8b Fix for #4136 connection to linux refused by using wrong Xauthority file
Solution:
1. Get file from sddm-greeter and startplasma-x11 (aka KDE) processes as well
2. Get users home dir from system instead of hard coded pattern /home/<user>
3. Prefer XAUTHORITY environment variable over Xorg -auth if available
2023-04-23 03:43:47 +02:00
RustDesk 9cc09c620f fix #4163 2023-04-23 07:33:03 +08:00
RustDesk 65347092ad Merge pull request #4161 from fufesou/feat/plugin_framework
plugin_framework, plugin manager
2023-04-22 22:31:45 +08:00
fufesou ae789ff5f1 plugin_framework, plugin manager
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-22 22:21:02 +08:00
rustdesk 8b0e9db4c5 remove ipa code sign to avoid failure 2023-04-22 15:16:24 +08:00
rustdesk 7cfcedaa5c build ipa with given profile: https://jtmuller5.medium.com/flutter-build-an-ipa-90520e813a96 2023-04-22 13:21:06 +08:00
RustDesk a5e948a7d6 Merge pull request #4154 from fufesou/feat/plugin_framework
more granular control over ui option update.
2023-04-22 08:48:27 +08:00
fufesou b1b867dd9d more granular control over ui option update.
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-21 23:25:00 +08:00
RustDesk 23bdb38e9a Merge pull request #4151 from fufesou/feat/plugin_framework
plugin_framework, flutter event handlers
2023-04-21 22:09:28 +08:00
rustdesk b467b9d657 fix #4143 2023-04-21 22:07:07 +08:00
fufesou 67413b7419 plugin_framework, flutter event handlers
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-21 21:41:24 +08:00
RustDesk ae6d80cebe Merge pull request #4147 from hiteshbedre/master
Corrected IPv4 Validation
2023-04-21 18:56:36 +08:00
hiteshbedre 21f9add9ce Corrected IPv4 Validation 2023-04-21 16:07:48 +05:30
RustDesk 47d8632db5 Merge pull request #4145 from LaiYueTing/master
Update tw.rs
2023-04-21 18:07:45 +08:00
滅ü 7e217580c1 Update tw.rs 2023-04-21 17:32:23 +08:00
RustDesk 5b629d7c91 Merge pull request #4144 from fufesou/fix/translate_mode_caret
fix translate mode, simulate unicode
2023-04-21 16:18:24 +08:00
fufesou e833f92219 fix translate mode, simulate unicode
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-21 16:03:14 +08:00
RustDesk 87c98ac8a5 Merge pull request #4129 from sj6219/theta
ios build
2023-04-21 13:09:30 +08:00