21pages
|
36b574a5f8
|
close all connections if cm exit unexpected, and allow retry
Signed-off-by: 21pages <pages21@163.com>
|
2023-11-08 13:01:09 +08:00 |
|
mcfans
|
32a29a5556
|
chore: use a match instead of unwrap error
|
2023-11-07 12:51:16 +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 |
|
21pages
|
f2d345e7b1
|
fix missing log when removed directory names have same prefix
Signed-off-by: 21pages <pages21@163.com>
|
2023-11-07 10:43:03 +08:00 |
|
21pages
|
d528fd3762
|
permisson block input
Signed-off-by: 21pages <pages21@163.com>
|
2023-11-06 15:07:03 +08:00 |
|
21pages
|
663d355a48
|
cm file delete/create log
Signed-off-by: 21pages <pages21@163.com>
|
2023-11-06 14:24:50 +08:00 |
|
21pages
|
534bfad50f
|
opt codec
1. use src width/height to convert yuv
2. align dst yuv to avoid illegal memory access
3. init yuvfmt when new codec
4. move remote reset calls from empty conns judge to emtpy remote conns
judge
Signed-off-by: 21pages <pages21@163.com>
|
2023-11-03 11:52:41 +08:00 |
|
fufesou
|
58d073b516
|
fix, remove unused capturer when switching display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-11-01 19:53:37 +08:00 |
|
RustDesk
|
12b8cbf3e0
|
Merge pull request #6229 from 21pages/444
yuv 444
|
2023-10-31 10:08:59 +08:00 |
|
21pages
|
f05f86dc80
|
444
Signed-off-by: 21pages <pages21@163.com>
|
2023-10-30 18:46:56 +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
|
30e85c8654
|
patch: make linux build ok
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-29 23:42:04 +08:00 |
|
mcfans
|
7b24835c9e
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# src/server/connection.rs
|
2023-10-29 23:32:43 +08:00 |
|
ClSlaid
|
7aee76f5de
|
patch: don't show enable file clipboard when anyone unsupporting
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-29 23:11:30 +08:00 |
|
ClSlaid
|
80200a9983
|
patch: add has_file_clipboard field to PeerInfo
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-29 20:49:43 +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
|
7880cba0f9
|
feat: enable macos cliprdr
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-29 02:40:56 +08:00 |
|
ClSlaid
|
251245d315
|
Merge remote-tracking branch 'rd/master' into feat/x11/clipboard-file/init
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-28 19:56:19 +08:00 |
|
ClSlaid
|
053723647b
|
patch: try fix flutter file copy
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-27 20:40:23 +08:00 |
|
fufesou
|
725a44abd8
|
feat, win virtual display
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-10-27 20:12:33 +08:00 |
|
ClSlaid
|
2c9bae8111
|
Merge remote-tracking branch 'rd/master' into feat/x11/clipboard-file/init
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-26 18:16:08 +08:00 |
|
ClSlaid
|
8e3aa0e9ce
|
patch: less verbose debug logs
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-20 23:15:53 +08:00 |
|
mcfans
|
26e77ba2c3
|
feat: modifier key
|
2023-10-19 14:19:19 +08:00 |
|
mcfans
|
b3e2ab0f3b
|
feat: map mode and translate mode receive side
|
2023-10-19 13:33:26 +08:00 |
|
21pages
|
7a5bc864fa
|
fix client side record
Signed-off-by: 21pages <pages21@163.com>
|
2023-10-19 09:50:55 +08:00 |
|
mcfans
|
22165ec1a5
|
feat: legacy mode android keyboard support
|
2023-10-19 00:16:22 +08:00 |
|
dignow
|
21f7d6c9b9
|
fix/change_display_resolution, send switch display msg
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-10-18 10:45:46 +08:00 |
|
dignow
|
c4f09b5598
|
fix, change display resolution
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-10-18 07:44:12 +08:00 |
|
mcfans
|
bbc241748b
|
feat: support android keyboard input
|
2023-10-17 22:12:52 +08:00 |
|
ClSlaid
|
fbb1d9247f
|
patch: reduce logic in Fuse and SystemClipboard
1. also added more observability
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-17 16:57:55 +08:00 |
|
ClSlaid
|
8f9ba44c2c
|
Merge remote-tracking branch 'rd/master' into feat/x11/clipboard-file/init
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-16 18:57:45 +08:00 |
|
dignow
|
3bb7123dd5
|
fix build, sciter
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-10-14 12:26:27 +08:00 |
|
dignow
|
013d307bcd
|
feat, multi_flutter_ui_sessions
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-10-14 12:26:24 +08:00 |
|
21pages
|
d3ce8203be
|
win,linux remove desktop wallpaper
Signed-off-by: 21pages <pages21@163.com>
|
2023-10-13 13:58:11 +08:00 |
|
21pages
|
a3670b731e
|
remove option enable rdp
Signed-off-by: 21pages <pages21@163.com>
|
2023-10-12 21:44:04 +08:00 |
|
ClSlaid
|
796e2ec825
|
Merge remote-tracking branch 'rd/master' into feat/x11/clipboard-file/init
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
|
2023-10-07 17:32:25 +08:00 |
|
fufesou
|
da7bcf89d4
|
fix, wayland --server, envs
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-10-07 00:40:16 -05:00 |
|
21pages
|
17a56bbf48
|
elevation: keyboard permission required and remove foreground filter
Signed-off-by: 21pages <pages21@163.com>
|
2023-10-01 08:50:29 +08:00 |
|
21pages
|
661ce29519
|
fix request elevation menu not displayed when reconnect
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-30 11:22:18 +08:00 |
|
21pages
|
90f0f27fca
|
fix file transfer affect codec selection
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-23 21:09:24 +08:00 |
|
ClSlaid
|
d2a5edda46
|
Merge remote-tracking branch 'origin/master' into feat/x11/clipboard-file/init
|
2023-09-20 16:31:58 +08:00 |
|
fufesou
|
2b72622fe8
|
Fix, privacy on, missing failed details
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-09-18 22:12:11 +08:00 |
|
fufesou
|
df19ccf998
|
Set details for block input back notification
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-09-17 11:07:06 +08:00 |
|
fufesou
|
db2e4f30a7
|
Privacy mode, msgbox, add details
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-09-17 10:53:04 +08:00 |
|
fufesou
|
7b37e5183c
|
update rdev, fix grab system utf8, fallback on linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-09-15 15:35:44 +08:00 |
|
RustDesk
|
c53c7b1aaa
|
Merge pull request #5674 from 21pages/auto_disconnect
auto disconnect
|
2023-09-13 14:04:32 +08:00 |
|
21pages
|
0a0653358c
|
auto disconnect
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-13 13:57:57 +08:00 |
|
rustdesk
|
e2ccaf2c91
|
allow hide cm for self-host pro
|
2023-09-13 13:54:02 +08:00 |
|
RustDesk
|
2c2c828b47
|
Merge pull request #5659 from 21pages/fix
install service period protection
|
2023-09-13 13:22:21 +08:00 |
|
21pages
|
55dbcb646b
|
windows remove "--cm-no-ui", "--cm --hide"
Signed-off-by: 21pages <pages21@163.com>
|
2023-09-13 12:14:27 +08:00 |
|