Commit Graph

1611 Commits

Author SHA1 Message Date
sirtemporary f3f48d3cf4 Update linux.rs 2022-07-30 15:19:41 -04:00
sirtemporary f9d0974fc5 Update linux.rs
Fix for #921 
in mx linux, when started with non-systemd init, loginctl returns null string to stdout (and an error message to stderr).  this patch will use XDG_SESSION_TYPE and XDG_SESSION_ID environment variables if the loginctl code fails to determine these.
2022-07-30 15:03:49 -04:00
rustdesk 1a4f0507a2 fix on last refactory 2022-07-30 09:29:01 +08:00
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
RustDesk cf88ca2bce Merge pull request #1112 from Heap-Hop/android_password
Android refactor password
2022-07-29 22:22:08 +08:00
csf 67a3db7378 UI optimization 2022-07-29 22:17:55 +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
RustDesk 02174bccdf Merge pull request #1109 from Yoonnyy/patch-1
Update tr.rs
2022-07-29 17:03:05 +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
RustDesk 3ff7251c8b Merge pull request #1095 from WofWca/patch-1
Update ru.rs
2022-07-29 09:05:40 +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
RustDesk 5f9ffc3bd7 Merge pull request #1089 from QuanMCPC/master
Added Vietnamese language to the README page and the RustDesk UI
2022-07-28 16:45:09 +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
RustDesk cc1c236e1a Merge pull request #1079 from yosephkudo/patch-1
Update id.rs
2022-07-28 10:38:14 +08:00
Yoseph Sianturi a5b032c9f5 Update id.rs 2022-07-28 09:12:38 +08:00
21pages 551bf5030b password: ensure encrypt only once
Signed-off-by: 21pages <pages21@163.com>
2022-07-28 07:43:14 +08:00
RustDesk 6bbfe13028 Merge pull request #1072 from fufesou/master
fix build without wayland feature
2022-07-27 22:02:21 +08:00
fufesou f3d10dd420 fix build without wayland feature
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-27 06:34:27 -07: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
RustDesk a29203c9fe Merge pull request #1069 from nvksv/update_ru
Update src/lang/ru.rs
2022-07-27 17:25:26 +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
RustDesk 50d1b067e8 Merge pull request #1067 from XorgMC/patch-2
Update de.rs for remote restart
2022-07-27 15:10:17 +08:00
Fabian Schillig d5eea27318 Update de.rs 2022-07-27 09:03:05 +02:00
RustDesk 9b21182886 Merge pull request #1063 from drkrap/patch-1
update es.rs
2022-07-27 12:51:55 +08: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
rustdesk 4d1d90a090 modify comment 2022-07-26 01:19:06 +08:00
rustdesk 0a420dd04e csv <-> rs translator 2022-07-26 01:06:34 +08:00
RustDesk 435ff56e6c Merge pull request #1036 from 21pages/password
refactor password
2022-07-25 17:00:57 +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