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 |
|