rustdesk
1f129e6ef3
change update_clipboard to threaded, since creating a context may take long
2024-06-30 17:05:09 +08:00
rustdesk
2116fec20b
wl-clipboard-rs 0.9 and refresh cargo.lock
2024-06-30 12:07:32 +08:00
fufesou
c062813c6d
Upgrade arboard ( #8522 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-06-28 23:15:33 +08:00
rustdesk
ed3fb1efa4
bump to 1.2.7
2024-06-28 09:59:10 +08:00
rustdesk
2dcd9f02cd
bump to 1.2.6
2024-06-03 21:01:41 +08:00
rustdesk
123a45149d
bump to 1.2.5
2024-05-28 17:14:55 +08:00
fufesou
72ec86b58d
refact: texture render as an option ( #8168 )
...
* refact: texture render as an option
Signed-off-by: fufesou <linlong1266@gmail.com>
* refact: texture render, translation
Signed-off-by: fufesou <linlong1266@gmail.com>
* refact: texture render as option
Signed-off-by: fufesou <linlong1266@gmail.com>
* Update ui_interface.rs
---------
Signed-off-by: fufesou <linlong1266@gmail.com>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
2024-05-28 16:42:30 +08:00
fufesou
937cea5a01
refact: remove virtual_display_driver ( #7915 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-05-06 15:26:21 +08:00
rustdesk
b5f6a9c91a
fix one flatpak feature missing
2024-05-03 02:52:41 +08:00
rustdesk
7ce0b225ef
remove linux_headless/appimage/flatpak feature
2024-05-02 13:23:32 +08:00
yuluo
43a0a4f8e0
fix: http/https proxy ( #7821 )
...
* add http(s) proxy
* Add front-end translation
* fix ui description
* For linux platform, add rustls support
* fix: Fix the proxy address test function.
* add: Added default prompts for agency agreement and some multi-language translations
* add: Http proxy request client
* fix: add async http proxy func and format the code
* add: Preliminary support for flutter front-end calling rust back-end http request
* Optimize HTTP calls
* Optimize HTTP calls
* fix: Optimize HTTP requests, refine translations, and fix dependencies
* fix: Win and macOS compilation errors
* fix: web platforms
* fix: Optimize import
* fix: Fix web platform issues
* fix: Fix web platform issues
* fix: update ci
* fix: test ci
* test: test CI
* Revert "fix: update ci"
This reverts commit 2e5f247b2e .
* test: test CI
* test: test CI
* fix: fix lock file
* fix: Optimize imports
2024-04-25 11:46:21 +08:00
RustDesk
ac7f8a6447
Revert "http/https proxy ( #7600 )" ( #7801 )
...
This reverts commit da57fcb641 .
2024-04-23 15:26:16 +08:00
yuluo
da57fcb641
http/https proxy ( #7600 )
...
* add http(s) proxy
* Add front-end translation
* fix ui description
* For linux platform, add rustls support
* fix: Fix the proxy address test function.
* add: Added default prompts for agency agreement and some multi-language translations
* add: Http proxy request client
* fix: add async http proxy func and format the code
* add: Preliminary support for flutter front-end calling rust back-end http request
* Optimize HTTP calls
* Optimize HTTP calls
* fix: Optimize HTTP requests, refine translations, and fix dependencies
2024-04-23 15:00:23 +08:00
fufesou
4f47d4482b
refact: win, idd control ( #7789 )
...
* refact: win, idd control
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* refact: win device control, better addr of
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* refact: simple refact
Signed-off-by: fufesou <shuanglongchen@yeah.net>
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-04-22 10:37:08 +08:00
fufesou
e83c28bf54
refact: win, virtual display ( #7767 )
...
* refact: win, virtual display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Update flutter-build.yml
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
2024-04-19 11:31:52 +08:00
21pages
98df2b111e
hwcodec uses one repository ( #7701 )
...
* update hwcodec, gpucodec repo is merged to hwcodec
Signed-off-by: 21pages <pages21@163.com>
* rename gpucodec.rs to vram.rs
Signed-off-by: 21pages <pages21@163.com>
* rename all gpucodec to vram, because vram is a feature of hwcodec
Signed-off-by: 21pages <pages21@163.com>
* use one check process and one config file
* set check encode image size to 720p
Signed-off-by: 21pages <pages21@163.com>
---------
Signed-off-by: 21pages <pages21@163.com>
2024-04-12 17:26:24 +08:00
rustdesk
1fa3837bb0
revert back to async_trait since having to use 1.75 because of win7
...
support
2024-03-27 03:36:33 +08:00
rustdesk
a9b0bc0409
fix some minors of custom client
2024-03-15 00:26:53 +08:00
rustdesk
175f185cb1
fix https://github.com/rustdesk/rustdesk/discussions/7381
2024-03-14 20:38:57 +08:00
Dimitris Apostolou
866ec097c0
fix: fix crate vulnerabilities ( #7344 )
2024-03-09 17:52:18 +08:00
rustdesk
921ee34779
unify winres
2024-03-07 17:00:32 +08:00
rustdesk
794636e208
use winres in portable
2024-03-04 22:19:18 +08:00
21pages
1d9b1781d4
update runas to 1.2.0 ( #7271 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-02-27 15:42:35 +08:00
fufesou
25afdda2b2
Fix/arboard clipboard context timeout ( #7217 )
...
* Fix. Set custom timeout for arboard clipboard
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Do not block tokio runtime
Signed-off-by: fufesou <shuanglongchen@yeah.net>
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-02-21 22:05:27 +08:00
Kristian Kraljic
d7dcb5feab
Fix build on Windows ( #7161 )
...
`winapi::um::shellapi` is used in https://github.com/rustdesk/rustdesk/blob/master/src/platform/windows.rs but not declared in `Cargo.toml` resulting in a compilation error, when I tried building on Windows, this change adds shellapi as a dependency.
2024-02-17 11:14:44 +08:00
rustdesk
f7f3bc8bee
fix mac tray icon to use template icon, no need to know theme any more
2024-02-16 12:29:32 +08:00
rustdesk
72fc34cd40
upgrade to tokio 1.36
2024-02-14 12:19:18 +08:00
rustdesk
0d8e3dc24f
save debug disk
2024-01-25 15:46:45 +08:00
rustdesk
0e44aa1ada
rustls-tls-native-roots
2024-01-25 15:40:02 +08:00
21pages
016f4abb32
sciter 2fa setting ( #6951 )
...
not add qr code text line as it's not selectable, and selectable input will steal the focus.
Signed-off-by: 21pages <pages21@163.com>
2024-01-22 16:29:08 +08:00
rustdesk
c8dded1108
use native-tls for macos/windows only for the time being
2024-01-19 16:04:31 +08:00
rustdesk
44e6b7dbb0
2fa for unattended access
2024-01-19 15:35:58 +08:00
rustdesk
80857c22c9
https://github.com/rustdesk/rustdesk-server-pro/issues/189 , using native-tls for better tls support
2024-01-18 13:37:42 +08:00
21pages
89150317e1
add zero copy mode hareware codec for windows ( #6778 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-02 16:58:10 +08:00
rustdesk
f47faa548b
revert test delay timeout to 1 sec since many deps on it, including
...
quality monitor, also change test delay with instant rather than
systemtime, because instant is stable
2024-01-02 16:23:47 +08:00
rustdesk
c7df539b31
require rust 1.75
2023-12-29 16:42:23 +08:00
21pages
e873188775
use official async trait ( #6765 )
...
Signed-off-by: 21pages <pages21@163.com>
2023-12-29 16:41:49 +08:00
Sahil Yeole
83faf6025b
use wayland-data-control arboard feature
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-12-01 05:11:41 +05:30
fufesou
4246fe5b92
update rdev
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-29 20:58:40 +08:00
fufesou
6c21529594
update rdev
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-11-29 20:58:40 +08:00
21pages
2de1c62daf
wake lock for all connection type
...
Signed-off-by: 21pages <pages21@163.com>
2023-11-25 17:43:07 +08:00
21pages
bd81e4d0fb
android video service wakelock
...
Signed-off-by: 21pages <pages21@163.com>
2023-11-24 12:02:45 +08:00
Kingtous
e57d07f7d6
fix: add missing winapi features on a fresh build
2023-11-10 12:00:08 +08:00
mcfans
b522de3b56
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# Cargo.lock
# src/server/connection.rs
2023-11-07 12:13:15 +08:00
rustdesk
eaa64d7b70
bump bridge to 1.80.1
2023-11-01 17:04:32 +08:00
rustdesk
c2703d215b
bump flutter to 3.13.9 and bridge to 1.79
2023-10-31 21:10:23 +08:00
rustdesk
5ad0730a26
remove gen_flutter_rust_bridge in build.rs
2023-10-31 11:00:13 +08:00
ClSlaid
62563ad8a1
Merge branch 'feat/x11/clipboard-file/init' into feat/osx/clipboard-file
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-30 15:34:40 +08:00
ClSlaid
fdc4d6dda9
patch: remove redundant features
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-30 15:11:33 +08:00
ClSlaid
dc02ce3f97
patch: only enable file copy and paste under features
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-29 19:50:31 +08:00
ClSlaid
3dfa0525bd
feat: implement OSX file copy & paste
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-29 07:15:56 +08:00
ClSlaid
9976fc9723
fix: keep clipboard alive
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-28 15:31:12 +08:00
ClSlaid
ed0ded33b7
patch: fix arboard pollution
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-28 09:55:34 +08:00
mcfans
e77edc56fd
chore: update lock
2023-10-27 16:42:24 +08:00
mcfans
07bdf02af4
chore: use updated old repo
2023-10-27 13:17:49 +08:00
mcfans
28c11801f3
feat: keyboard map mode control side
2023-10-19 13:40:12 +08:00
rustdesk
5e616dd502
bump to 1.2.4
2023-10-14 11:07:08 +08:00
21pages
d3ce8203be
win,linux remove desktop wallpaper
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-13 13:58:11 +08:00
rustdesk
994ba1edd9
debug=true does not work, update pub
2023-09-25 22:54:00 +08:00
rustdesk
f29363f56d
debug=true for debug
2023-09-25 21:31:33 +08:00
21pages
91decea302
windows silent install notification
...
Signed-off-by: 21pages <pages21@163.com>
2023-09-08 10:38:05 +08:00
rustdesk
28c0e15058
bump to 1.2.3
2023-08-23 12:56:33 +08:00
rustdesk
73c19803a2
upgrade tao which may solve tray theme issue on windows
2023-08-19 10:45:55 +08:00
rustdesk
b543e6d143
fix #5119
2023-07-25 20:29:16 +08:00
21pages
5fc88fb6e4
fix runas version to 1.0
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-17 15:45:17 +08:00
rustdesk
21c1c06a20
change to 1.2.1
2023-07-10 14:38:13 +08:00
21pages
c42fbe3d45
update machine-uid for x86 sciter access x64 machine id
...
Signed-off-by: 21pages <pages21@163.com>
2023-07-02 18:31:24 +08:00
21pages
34f71ccdb0
remove windows keepawake dep
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-30 11:50:16 +08:00
21pages
a24ce160af
Revert "try fix CI"
...
This reverts commit 5c7b7c27ac .
2023-06-30 11:44:18 +08:00
rustdesk
5c7b7c27ac
try fix CI
2023-06-29 11:28:10 +08:00
RustDesk
f635453e80
Revert "linux tray as mac tray"
2023-06-25 00:45:33 +08:00
rustdesk
9d541cd390
use forked reqwest to remove "new connection" log
2023-06-17 21:26:27 +08:00
NicKoehler
fac3ec7697
linux tray as mac tray
2023-06-10 18:50:28 +02:00
21pages
2ececed0c1
use uuid as session id
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-08 07:24:02 +08:00
RustDesk
12fc280ca6
Merge pull request #4557 from 21pages/wakelock2
...
keep server device awake if have connection
2023-06-05 23:27:55 +08:00
rustdesk
98180d4505
try fix x86 align in tray-item
2023-06-05 23:09:01 +08:00
rustdesk
e6d562be19
git tray-icon
2023-06-05 22:25:03 +08:00
rustdesk
3e24186542
try out tray-icon 0.4
2023-06-05 22:06:51 +08:00
rustdesk
b07ac438f5
working on windows service install/uninstall
2023-06-05 20:27:48 +08:00
21pages
98740dbfd7
keep server device awake if have connection
...
Signed-off-by: 21pages <pages21@163.com>
2023-06-05 20:26:57 +08:00
fufesou
c28387c8c6
fix oidc login
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-30 15:32:19 +08:00
Lauren N. Liberda
548899174a
expose linux-pkg-config features in app
...
Signed-off-by: Lauren N. Liberda <lauren@selfisekai.rocks>
2023-05-20 07:30:05 +02:00
rustdesk
ea802ff74f
revert back to jni 21
2023-05-12 12:40:52 +08:00
rustdesk
9184786705
fix android ci
2023-05-12 12:13:39 +08:00
fufesou
db71dd039d
plugin_framework, manager, install plugin
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-05-12 08:48:14 +08:00
rustdesk
60e38723b9
fix ci
2023-05-11 14:21:32 +08:00
rustdesk
302f1c48d3
update crates, test on mac only
2023-05-11 12:04:38 +08:00
Kingtous
7a82070420
fix: make event loop in tray compatible with main window
2023-05-02 12:52:27 +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
21pages
0d8fe1b7b8
audio rechannel
...
Signed-off-by: 21pages <pages21@163.com>
2023-04-21 07:43:32 +08:00
fufesou
6013725200
remove warns
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 12:06:01 +08:00
fufesou
ecf8c2664c
plugin, tmp commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-19 11:38:01 +08:00
fufesou
321ada7b91
remove simple_rc
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 14:30:30 +08:00
fufesou
8f51e021c8
remove simple_rc
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 14:18:00 +08:00
fufesou
35ec3ffef6
tmp commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 12:06:31 +08:00
fufesou
06a52e1b54
tmp commit
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-04-17 12:06:30 +08:00
21pages
cb342f86e6
bump cpal to 0.15
...
Signed-off-by: 21pages <pages21@163.com>
2023-04-15 09:41:56 +08:00
Kingtous
f2f39e31a1
feat: change dummy c to a rust plugin example
2023-04-13 02:14:59 +08:00
rustdesk
fff7feec4c
minor
2023-04-10 08:52:44 +08:00
Kingtous
4e7e9406f5
feat: add vt
2023-04-10 00:07:45 +08:00