FastAct
a0d79dd26d
Update nl.rs ( #6979 )
2024-01-26 11:07:24 +08:00
bovirus
9f40a0b490
Update Italian language ( #6973 )
2024-01-24 11:40:54 +08:00
jxdv
23430bee97
update cs.rs ( #6969 )
2024-01-24 11:40:34 +08:00
jxdv
04691a3b6c
update sk.rs ( #6967 )
2024-01-24 11:40:24 +08:00
fufesou
2118b6dd7d
Fix. sciter, switch display. Close unused display services after switching. ( #6962 )
...
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-01-23 15:30:57 +08:00
21pages
71d7398ae7
video handler holds only one decoder of the current codec format ( #6939 )
...
1. For example: when receiving h264 video frames, only 1 decoder is created, vram > ram
2. For creation and decoding failed:
* Remove real_supported_decodings, this will update real existing decoders, replace it with the "mark_unsupported" vector. After creating the decoder failure, marks the codec as unsupported and updates supported decoding to the controlled side
* Add `fail_counter` in the decoder. When decoding 10 consecutive frames failed, adding codec type to 'mark_unsupported' vector
* The controlled end always ignores the unavailability of VP9
Signed-off-by: 21pages <pages21@163.com>
2024-01-22 20:01:17 +08:00
21pages
2e16a2be56
fix port forward 2fa ( #6956 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-22 19:57:23 +08:00
Mr-Update
ed24f432c3
Update de.rs ( #6955 )
2024-01-22 18:45:36 +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
21pages
48102e9c53
opt 2fa ( #6942 )
...
1. switch sides not check 2fa
2. let self.authorized=true ahead of return, call try_start_cm when 2fa confirmed for updating authorized state
3. flutter 2fa dialog button color
port forward check and sciter will be later on
Signed-off-by: 21pages <pages21@163.com>
2024-01-21 21:53:29 +08:00
Integral
5770aeee26
Update cn.rs ( #6935 )
2024-01-21 15:22:32 +08:00
FastAct
28f01784c1
Update nl.rs ( #6932 )
2024-01-21 15:21:33 +08:00
Kleofass
29eefbcc25
Update lv.rs ( #6931 )
2024-01-21 15:21:23 +08:00
solokot
846db4e689
Update ru.rs ( #6926 )
2024-01-21 15:19:57 +08:00
rustdesk
68afb89b99
a quick fix for 2fa
2024-01-21 15:19:18 +08:00
fufesou
06b3894249
Refact/verification code input check ( #6924 )
...
* Refact, login verification code, input check
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Refact, settings, enable 2fa, dialog input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* Refact. Connect, 2fa code, input check
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* refact, 2Fa text field, input formatter, only digits
Signed-off-by: fufesou <shuanglongchen@yeah.net>
* refact, error message
Signed-off-by: fufesou <shuanglongchen@yeah.net>
---------
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2024-01-20 15:36:32 +08:00
Mr-Update
d39129887b
Update de.rs ( #6923 )
2024-01-20 12:42:49 +08:00
rustdesk
e5379bb073
send2fa in sciter
2024-01-19 19:29:04 +08:00
rustdesk
44e6b7dbb0
2fa for unattended access
2024-01-19 15:35:58 +08:00
Theofanis Sarmidis
0cccbc438b
Update el.rs ( #6869 )
2024-01-15 15:59:16 +08:00
Andrzej Rudnik
558e7cb5ac
Updated Polish translation ( #6858 )
...
* Update pl.rs
* Update pl.rs
* Update pl.rs
---------
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
2024-01-15 15:58:57 +08:00
rustdesk
286181ca04
tcp rendezvous works now
2024-01-11 14:47:53 +08:00
Integral
467e6dfd16
Update cn.rs ( #6844 )
...
* Update cn.rs
* Update cn.rs
---------
Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
2024-01-10 09:44:06 +08:00
Mr-Update
8c40c28fe0
Update de.rs ( #6843 )
2024-01-10 09:43:18 +08:00
jxdv
9e25049fe8
update cs.rs ( #6842 )
2024-01-10 09:43:08 +08:00
jxdv
e170153090
update sk.rs ( #6841 )
2024-01-10 09:42:58 +08:00
FastAct
99e8753629
Update nl.rs ( #6839 )
2024-01-10 09:42:45 +08:00
solokot
d5b0829065
Update ru.rs ( #6836 )
2024-01-10 09:42:29 +08:00
rustdesk
f7b35defc9
finish tcp rendezvous keep alive logic following mqtt, but defined by
...
server so that it can be easily to be controlled at server side.
2024-01-09 22:41:11 +08:00
Yevhen Popok
e471c01269
Update Ukrainian translation ( #6831 )
...
Co-authored-by: Yevhen Popok <xalt7x.service@gmail..com>
2024-01-09 10:30:42 +08:00
Kleofass
5dfaa10709
Update lv.rs ( #6830 )
2024-01-09 10:30:31 +08:00
bovirus
7506f94a53
Update Italian language ( #6827 )
...
* Update Italian language
* Update italian language
2024-01-09 10:30:19 +08:00
21pages
a2d08fa40d
opt mac sciter dark theme ( #6824 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-08 11:35:55 +08:00
rustdesk
396d7680d3
fix possible id mismatch bug because of register_pk udp packet lost
2024-01-07 20:23:00 +08:00
rustdesk
7e93a5d3cf
refactor to prepare for tcp rendezvous
2024-01-07 19:01:35 +08:00
rustdesk
955c55b6cc
fix code merge
2024-01-07 13:25:19 +08:00
rustdesk
b2b30b0cf5
https://github.com/rustdesk/rustdesk/pull/6805
2024-01-07 13:21:38 +08:00
solokot
6352b3a594
Update ru.rs ( #6814 )
2024-01-07 09:45:42 +08:00
mehdi-song
5be684d2e5
Update fa.rs ( #6810 )
2024-01-07 09:45:29 +08:00
Kleofass
0f5aaac1f5
Update lv.rs ( #6806 )
2024-01-07 09:45:02 +08:00
Integral
35fa75f9c9
Add cn translation for 2FA code ( #6805 )
2024-01-07 09:44:44 +08:00
21pages
2b4a72897e
Specify cmd.exe explicitly to avoid the replacement of cmd commands ( #6818 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-06 20:56:40 +08:00
21pages
cdc31b7fc7
Execute the .bat file directly on install to avoid the replacement of cmd ( #6817 )
...
Signed-off-by: 21pages <pages21@163.com>
2024-01-06 20:28:46 +08:00
FastAct
f4ef1455c4
Update nl.rs ( #6803 )
2024-01-06 11:12:22 +08:00
bovirus
fe94512dd1
Update Italian language ( #6798 )
2024-01-06 11:12:10 +08:00
Juraj Virgovič
ae25542ce9
update sk.rs ( #6796 )
2024-01-06 11:11:59 +08:00
Juraj Virgovič
6c030a5230
update cs.rs ( #6795 )
2024-01-06 11:11:47 +08:00