Commit Graph

659 Commits

Author SHA1 Message Date
rustdesk 040267e7f2 remove key_pair pub attr 2022-07-30 02:27:03 +08:00
rustdesk 125f6dd810 refactor password deadlock and password_security 2022-07-30 02:01:40 +08:00
csf 2d31e44b54 android refactor password 2022-07-29 19:02:30 +08:00
RustDesk 06a4eaed10 Merge pull request #1104 from Heap-Hop/master
fix: android build & CONFIG deadlock
2022-07-29 18:59:34 +08:00
Yoonnyy c87d0879e5 Update tr.rs
minor changes and new translations
2022-07-29 11:45:13 +03:00
csf 2fbcbc6543 make sure no gen_keypair more than once 2022-07-29 16:30:55 +08:00
RustDesk 7983c93be0 Merge pull request #1102 from Kingtous/master
fix: android overwrite detection for lower version server
2022-07-29 10:20:30 +08:00
RustDesk ddf0a312c1 Merge pull request #1096 from rjackr/master
Update lang.rs
2022-07-29 09:07:47 +08:00
RustDesk 138c1b8e34 Merge pull request #1002 from LeszekBober/patch-1
Create pl.rs
2022-07-29 09:07:32 +08:00
Jack 005f766288 Update lang.rs 2022-07-28 21:20:42 +02:00
WofWca a8f37668f0 Update ru.rs 2022-07-29 02:49:47 +08:00
csf da2906c95f fix: android build & CONFIG deadlock 2022-07-28 22:06:59 +08:00
Kingtous 39756eb16c fix: android overwrite detection for lower version server 2022-07-28 17:45:24 +08:00
rustdesk 03e8bcca81 vn 2022-07-28 16:54:17 +08:00
QuanMCPC 70bc1435fe Added Vietnamese language to the README page and the RustDesk UI 2022-07-28 15:05:18 +07:00
RustDesk 295f326e7a Merge pull request #1078 from 21pages/password
Password: fix import config
2022-07-28 11:16:42 +08:00
rustdesk eebac1eaa5 Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk 2022-07-28 11:09:49 +08:00
rustdesk c8e2161b88 refactor 2022-07-28 11:09:36 +08:00
Yoseph Sianturi a5b032c9f5 Update id.rs 2022-07-28 09:12:38 +08:00
21pages 9f22f55a1f password: decrypt password when import user config
Signed-off-by: 21pages <pages21@163.com>
2022-07-27 21:27:46 +08:00
Sergey V. Kokorin 0deda08e5c Fix spelling: add space before "(beta)" 2022-07-27 16:18:04 +07:00
Sergey V. Kokorin baec7ad415 Update src/lang/ru.rs 2022-07-27 16:18:04 +07:00
rustdesk 7d8da4acbe Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk 2022-07-27 16:02:31 +08:00
rustdesk ab2ac0755e refactor remote_restarting_tip 2022-07-27 16:00:48 +08:00
Fabian Schillig d5eea27318 Update de.rs 2022-07-27 09:03:05 +02:00
Jorge Aguirre fe0e88bba4 update es.rs
Change for more accurate Spanish (latin american)  traslation, also  considering use a Latin American spanish and a Spain spanish variation.
2022-07-26 23:44:28 -05:00
RustDesk 00d2381bc0 Merge pull request #1059 from 21pages/restart
feat: pc restart
2022-07-27 10:31:47 +08:00
21pages 461a87bce9 feat: pc restart
Signed-off-by: 21pages <pages21@163.com>
2022-07-27 08:49:10 +08:00
rustdesk a71fa3f7ac RS_PUB_KEY 2022-07-27 00:39:02 +08:00
rustdesk 06ce3661f4 issue #1051 2022-07-27 00:31:20 +08:00
rustdesk 6981ae1c20 issue #1052 2022-07-26 23:00:55 +08:00
21pages 903fb77e70 refactor password
1. random password -> temporary password
2. security password -> permanent password
3. remove onetime password
4. add temporary password length setting
5. remove unnecessary ipc
6. always update temporary password after connection
7. show dots if permanent password is not empty
8. recover password style

Signed-off-by: 21pages <pages21@163.com>
2022-07-24 21:53:51 +08:00
RustDesk b4ec6ad24c Merge pull request #1020 from XorgMC/patch-1
Update de.rs
2022-07-22 10:38:53 +08:00
RustDesk eda5a94e33 Merge pull request #1013 from 21pages/hwcodec
Hwcodec: codec preference
2022-07-22 01:24:41 +08:00
Leszek Bober 0330950a83 Update pl.rs
Initial Polish language file.
2022-07-21 19:12:20 +02:00
Fabian Schillig bb1289dbc3 Update de.rs 2022-07-21 18:31:59 +02:00
RustDesk 515d90644a Merge pull request #1018 from fufesou/fix_cmd_window
fix_cmd_window: do not show cmd prompt window
2022-07-21 22:17:51 +08:00
fufesou e06c373389 fix_cmd_window: do not show cmd prompt window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-21 21:58:42 +08:00
fufesou d19a8fdc43 fix_capturer_trait_name_shadowing: build win
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-21 20:38:15 +08:00
RustDesk 416832a1ed Merge pull request #982 from twmsh/master
update bytes(protobuf types) mapping, from Vec<u8> to bytes:Byte
2022-07-21 18:09:14 +08:00
tom e811d5f18b modify argument of ConnectionTmpl::send_raw() 2022-07-21 17:54:07 +08:00
tom 9ab955bb8e enable serde feature of bytes, modify struct WriteBlock using Bytes 2022-07-21 16:07:19 +08:00
21pages 7aa431d349 hwcodec: codec preference
Signed-off-by: 21pages <pages21@163.com>
2022-07-21 10:14:58 +08:00
21pages 1b1f28b872 hwcodec: check when server or each client starts
and refactor hwcodec::best()

Signed-off-by: 21pages <pages21@163.com>
2022-07-21 10:10:58 +08:00
fufesou 00dc473703 linux_wayland_support: dup detecting function of x11 or wayland
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-20 10:44:27 -07:00
fufesou 634cb5ef1a linux_wayland_support: refactor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-20 09:50:08 -07:00
tom 16b7c7c716 upgrade bytes to 1.2 2022-07-21 00:39:20 +08:00
fufesou aae6e2b16b linux_wayland_support: init merge, windows build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-20 09:16:13 -07:00
RustDesk 6533b30cac Merge pull request #1003 from ViktorOn/patch-7
Update en.rs
2022-07-20 23:30:47 +08:00
Vik 013576abeb Update ru.rs
Onetime means once, i.e. one time and that's it (not forever). Is that exactly what you mean?
2022-07-19 21:31:21 +03:00