rustdesk
ce5f0d513f
2024 -> 2025
2025-01-31 16:54:57 +08:00
21pages
f86c88b3d8
refresh icon not visible when not using one-time password ( #9791 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-31 10:11:42 +08:00
21pages
6159449eba
move option video-save-directory and allow-auto-record-outgoing to local ( #9715 )
...
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-22 08:24:52 +08:00
21pages
e8187588c1
auto record outgoing ( #9711 )
...
* Add option auto record outgoing session
* In the same connection, all displays and all windows share the same
recording state.
todo:
Android check external storage permission
Known issue:
* Sciter old issue, stop the process directly without stop record, the record file can't play.
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-10-21 14:34:06 +08:00
21pages
c04f460bbd
fix more bool options ( #8809 )
...
* fix more bool options
* hide sort ab tags because it's already sorted
Signed-off-by: 21pages <sunboeasy@gmail.com >
2024-07-24 17:20:58 +08:00
rustdesk
49f848a453
refactor
2024-06-26 16:35:29 +08:00
rustdesk
ef56aea74f
fix https://github.com/rustdesk/rustdesk/issues/8479
2024-06-26 16:28:31 +08:00
rustdesk
4947cf8718
fix https://github.com/rustdesk/rustdesk/issues/8452
2024-06-23 22:50:54 +08:00
fufesou
32ab56f864
fix: custom client, options, option2bool() ( #8302 )
...
* fix: custom client, options, option2bool()
Signed-off-by: fufesou <linlong1266@gmail.com >
* format
Signed-off-by: fufesou <linlong1266@gmail.com >
---------
Signed-off-by: fufesou <linlong1266@gmail.com >
2024-06-10 00:11:59 +08:00
21pages
09f3850250
installed windows client save incoming recording to a specific directory ( #7974 )
...
Signed-off-by: 21pages <pages21@163.com >
2024-05-08 17:04:53 +08:00
fufesou
1dfbaa1e02
fix: test if valid server, control if try test with proxy ( #7858 )
...
* fix: test if valid server, control if try test with proxy
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* fix: build
Signed-off-by: fufesou <shuanglongchen@yeah.net >
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-04-28 14:22:21 +08:00
21pages
4252b5e273
enable ffmpeg native h26x software decoders for all platforms ( #7750 )
...
* enable ffmpeg native h26x software decoders for all platforms
* h26x software decoders depend on hwcodec feature, so all platforms
enable it, software h26x decoders are always available like vpx, no available check and no option
* ffmpeg:
- build: mac arm64 build ffmpeg with my m1, others build with ci
- version: win/linux use ffmpeg release/5.1, becaues higher version require higher nvidia driver, other platforms use release/7.0
* test:
- ios not test.
- android: sometimes the screen will appear blurry, but it will recover after a while.
- arm64 linux: test a example of hwcodec repo
Signed-off-by: 21pages <pages21@163.com >
* check hwcodec only when enabled and immediately when clicked enabled
Signed-off-by: 21pages <pages21@163.com >
---------
Signed-off-by: 21pages <pages21@163.com >
2024-04-18 13:12:45 +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
05969c2f99
Hostname -> Server
2024-03-23 17:10:52 +08:00
21pages
b511a52e09
remove is_rdp_service_open judgement for option share rdp ( #7257 )
...
Signed-off-by: 21pages <pages21@163.com >
2024-02-25 20:09:30 +08:00
grummbeer
c987bed965
Automate year of copyright ( #7206 )
2024-02-20 18:00:07 +08:00
21pages
669e8d5f8e
fix last commit ( #6952 )
...
Signed-off-by: 21pages <pages21@163.com >
2024-01-22 16:40:23 +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
fufesou
b1a946ec20
Fix. Connection, 2FA dialog, esc & enter ( #6946 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-01-22 13:44:10 +08:00
fufesou
a42df9a27b
Refact, verification login with secret ( #6943 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-01-22 11:14:28 +08:00
fufesou
7e3a0c4ded
Better 2fa verification support ( #6782 )
...
* Better 2fa verification support
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* 2FA login verification, add request filed 'tfa_code'
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* 2fa dialog
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* msgbox, title
Signed-off-by: fufesou <shuanglongchen@yeah.net >
* Feat, oidc login, 2fa
Signed-off-by: fufesou <shuanglongchen@yeah.net >
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2024-01-03 16:43:39 +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
d7e8d4d5c3
fix #6198
2023-11-06 20:12:01 +08:00
21pages
af132aa62e
permission allow->enable, block->blocking
...
Signed-off-by: 21pages <pages21@163.com >
2023-11-06 18:08:53 +08:00
21pages
d528fd3762
permisson block input
...
Signed-off-by: 21pages <pages21@163.com >
2023-11-06 15:07:03 +08:00
21pages
68ef1fc9e0
show wallpaper only when support, show test on checked
...
Signed-off-by: 21pages <pages21@163.com >
2023-10-14 19:22:42 +08:00
21pages
d3ce8203be
win,linux remove desktop wallpaper
...
Signed-off-by: 21pages <pages21@163.com >
2023-10-13 13:58:11 +08:00
dignow
6608bf882f
refactor, remove login device info in sciter
...
Signed-off-by: dignow <linlong1265@gmail.com >
2023-08-11 19:28:25 +08:00
Mr-Update
0c50feeb1b
Supplement for "fix some words" from yesterday
2023-08-07 14:17:14 +02:00
Daniel Temme
ebe0681748
Fix privacy URL
2023-07-08 10:37:56 +02:00
rustdesk
82219775e3
change download page to https://rustdesk.com/download
2023-07-03 16:43:39 +08:00
rustdesk
c8176eb7c6
fix currentUser not logout when max_peer limit because my_id is not
...
initialzied
2023-06-27 01:16:39 +08:00
rustdesk
0d658963e4
Enable change id only when connected
2023-06-26 22:05:27 +08:00
rustdesk
ac8fc71b3b
autoLogin and trustThisDevice are two different things
2023-06-22 22:11:35 +08:00
fufesou
4f50e3d934
debug, store user info
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2023-06-22 00:55:51 +08:00
fufesou
54cc45dd66
change user payload
...
Signed-off-by: fufesou <shuanglongchen@yeah.net >
2023-06-22 00:55:50 +08:00
rustdesk
c4c31f2d03
fix sciter login handling, and remove ab tag border
2023-06-21 18:39:26 +08:00
rustdesk
0174f6d703
the guys never handle error
2023-06-20 23:53:08 +08:00
21pages
42798870c1
sciter email login, add device info
...
Signed-off-by: 21pages <pages21@163.com >
2023-06-20 16:24:06 +08:00
21pages
bb53a42d4f
fix sciter account login
...
Signed-off-by: 21pages <pages21@163.com >
2023-06-20 08:57:17 +08:00
rustdesk
896b233f87
chore: 2022 -> 2023
2023-06-09 12:09:39 +08:00
SergeyMy
7fe4432b2f
Update index.tis
2023-04-25 12:52:56 +05:00
SergeyMy
a71a6b7bdb
Update index.tis
...
About (translate)
2023-04-25 12:44:04 +05:00
21pages
1100b2a465
show fingerprint
...
Signed-off-by: 21pages <pages21@163.com >
2023-04-19 15:52:15 +08:00
Mr-Update
6994ace9f5
Update index.tis
2023-04-10 17:46:56 +02:00
21pages
4b25291255
sciter/mobile id suffix "\r" or "/r" for relay
...
Signed-off-by: 21pages <pages21@163.com >
2023-02-26 14:32:50 +08:00
rustdesk
f4d0305242
remove unused tip
2023-01-30 15:57:27 +08:00
RustDesk
39515f3ed3
Revert "Remove remnant documentation for wayland fix"
2023-01-30 15:48:54 +08:00
Simon Spannagel
baa30a49b9
Remove remnant documentation for wayland fix
2023-01-30 08:39:54 +01:00
Simon Spannagel
6db94983a1
Remove wayland fix for good
...
Signed-off-by: simonspa <simonspa@kth.se >
2023-01-30 08:06:48 +01:00