Commit Graph

2231 Commits

Author SHA1 Message Date
RustDesk
ef62869bcc
Merge pull request #3476 from 21pages/install
fix reinstall
2023-03-03 10:31:17 +08:00
fufesou
f709c260ff update pub
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-03 10:01:59 +08:00
fufesou
5aa97faedd Fix stride align
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-03 10:01:58 +08:00
fufesou
42c95f71f6 fix macos strid align
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-03-03 10:01:58 +08:00
Bojan Nemčić
7296a37ccc Make the switch name clearer 2023-03-02 16:37:32 +01:00
Onyx47
c30893b374
Merge branch 'rustdesk:master' into master 2023-03-02 16:34:38 +01:00
21pages
896da1b153 fix reinstall
Signed-off-by: 21pages <pages21@163.com>
2023-03-02 22:24:39 +08:00
NicKoehler
e198f3ac21
Update it.rs 2023-03-02 13:49:23 +01:00
Georg Stadler
336e826ab9
Update de.rs
Added two lines of German translation
2023-03-02 10:20:12 +01:00
mehdi-song
381b1c0cc6
Update fa.rs 2023-03-02 09:16:25 +03:30
rustdesk
c5d7e5dfda fix: #3369 2023-03-02 13:32:21 +08:00
Michal Witek
2417a079aa
Additional translation for pl.rs 2023-03-01 09:52:26 +01:00
FastAct
80c39574f8
Update nl.rs 2023-03-01 08:09:11 +01:00
FastAct
874d22168b
Update nl.rs 2023-03-01 07:49:45 +01:00
RustDesk
24872578ec
Merge pull request #3437 from 21pages/uninstall
fix windows uninstall can not delete the installation directory
2023-03-01 12:04:33 +08:00
21pages
69e95bc245 fix windows uninstall can not delete the installation directory
Signed-off-by: 21pages <pages21@163.com>
2023-03-01 11:17:46 +08:00
csf
761203e778 Merge branch 'master' of https://github.com/rustdesk/rustdesk into android_start_on_boot 2023-03-01 00:22:40 +09:00
csf
2cb3ca4ed0 update lang, start on boot 2023-03-01 00:14:37 +09:00
csf
f26088765e 1. sync from flutter and pass app_dir from MainService.kt to backend server when app start on boot.
2. add start_service when start on boot.
2023-03-01 00:05:06 +09:00
mehdi-song
a974fef1e5
Update fa.rs 2023-02-28 13:19:02 +03:30
sjpark
19d1214a05 Merge remote-tracking branch 'github/master' into sigma 2023-02-28 16:00:31 +09:00
Andi Ariffin
eebe344878
Fix typos causing gen_js_from_hbb.py to fail 2023-02-28 11:57:39 +07:00
Miguel F. G
0380fc0c9e
Update es.rs
New term added
2023-02-28 00:50:07 +01:00
solokot
c7e8037a79
Update ru.rs 2023-02-27 15:57:46 +03:00
RustDesk
70d28d4280
Merge pull request #3411 from 21pages/bat
fix can't install when username contains &, @, ^
2023-02-27 20:56:36 +08:00
21pages
f94791793b fix can't install when username contains &, @, ^
Signed-off-by: 21pages <pages21@163.com>
2023-02-27 20:51:48 +08:00
rustdesk
2678c503a0 chore: fix recursive os.system on my m1 in build.py, and modify windows
subsystem macro
2023-02-27 20:28:55 +08:00
FastAct
2f7e758c75
Update nl.rs
corrected error
2023-02-27 09:56:56 +01:00
RustDesk
04fd17f526
Merge pull request #3392 from Mr-Update/patch-1
Update german translation
2023-02-27 12:15:09 +08:00
21pages
e3d704dfde ensure same bpp and framerate when get and set for mac 2023-02-27 09:04:14 +08:00
21pages
b9b4913ca0 mac admin auth check 2023-02-27 08:49:39 +08:00
Mr-Update
8073fa2386
Update de.rs 2023-02-26 19:43:24 +01:00
NicKoehler
ab792f798e
fix missing comma 2023-02-26 10:19:13 +01:00
NicKoehler
0a3b5f10a6
Merge branch 'master' 2023-02-26 10:12:52 +01:00
NicKoehler
d8af4f2acb
added new string "No transfers in progress" 2023-02-26 09:14:22 +01:00
Michal Witek
8fa487e5b0
Added missing translation 2023-02-26 09:07:00 +01:00
RustDesk
c0ce7a430e
Merge pull request #3381 from 21pages/fix
mobile id suffix "\r" or "/r" for relay
2023-02-26 15:01:41 +08: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
PCKUO
8092f3ad94 Make up for the missing 2023-02-26 12:51:16 +08:00
Miguel F. G
037641624c
Update es.rs
New terms added
2023-02-25 21:39:21 +01:00
fufesou
b8b3e99602 macos, periodically check if current display is changed
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-25 22:39:12 +08:00
Integral
218ce22fbd
Update cn.rs
Some small fixes
2023-02-25 14:25:35 +08:00
RustDesk
5f4803d2b0
Merge pull request #3358 from fufesou/refact/simple_refact_linux
simple refact
2023-02-25 12:04:55 +08:00
sjpark
d76a1adfcc swap key update 2023-02-25 11:44:37 +09:00
sjpark
b5c4de9c83 Merge remote-tracking branch 'github/master' into sigma
# Conflicts:
#	flutter/lib/desktop/widgets/remote_menubar.dart
2023-02-25 11:37:12 +09:00
ilGigioVr88
ac2c711534
Update it.rs 2023-02-24 17:04:05 +01:00
fufesou
1e387ce019 simple refact
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-24 20:42:07 +08:00
fufesou
c6f8df36a2 update options after login
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-24 19:55:46 +08:00
21pages
a9598e006a request elevation menu
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 15:51:13 +08:00
21pages
0ad6bca9ce check existence for visibility of addFavAction/addToAb
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 13:53:29 +08:00
21pages
920477bbb2 delete discovery from RustDesk_lan_peers.toml
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 13:37:46 +08:00
RustDesk
7a925b214d
Merge pull request #3184 from 21pages/resolution
Change resolution
2023-02-24 10:44:55 +08:00
21pages
4338451f6f refactor remote menubar with MenuBar for submenu
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 10:44:04 +08:00
21pages
5b8e51d6b9 mac resolution
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 10:44:04 +08:00
21pages
18a66749a1 linux x11 resolution
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 10:44:02 +08:00
21pages
91a2a5b56e win resolution && api
Signed-off-by: 21pages <pages21@163.com>
2023-02-24 09:14:13 +08:00
jimmyGALLAND
080c987694
Update fr.rs 2023-02-23 22:17:59 +01:00
fufesou
135e0c8a99 add mutex guard for arboard funcs
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 21:57:51 +08:00
rustdesk
bb26ba3384 Exit in mac tray 2023-02-23 20:01:50 +08:00
rustdesk
fdc04266f6 fix #1947 2023-02-23 19:28:30 +08:00
fufesou
09aa42c533 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:56 +08:00
fufesou
b84062b8f4 texture render, add log info
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:55 +08:00
fufesou
b8e381d79d win, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:55 +08:00
fufesou
9559a889fb register plugin && fix r&b colors
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:54 +08:00
fufesou
8b7be688c2 macos, linux, r and b are reversed
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:54 +08:00
fufesou
20021c6541 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:53 +08:00
fufesou
173e3bcd0d debug win, without hwcodec
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:52 +08:00
fufesou
77c4a14845 flutter texture render, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:51 +08:00
fufesou
5acedecf0c texture paint
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 17:06:49 +08:00
Kingtous
d3455f3ce2 feat: adapt for the latest renderer plugin 2023-02-23 17:06:48 +08:00
Kingtous
ea07b9690e fix: rgba compile 2023-02-23 17:06:48 +08:00
Kingtous
54bebee35f wip: texture windows 2023-02-23 17:06:48 +08:00
fufesou
30840f9988 fix toggle clipboard dead lock
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-23 14:43:41 +08:00
mehdi-song
848872e914
Update fa.rs 2023-02-22 14:35:26 +03:30
Integral
c1066aab3a
Update cn.rs
Some small tweaks
2023-02-21 21:42:15 +08:00
Integral
bfb0ea9d1d
Update cn.rs 2023-02-21 20:50:59 +08:00
fufesou
9dbd1f88f5 listen flutter key event when there's no input monitor permission
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-21 18:44:14 +08:00
21pages
4beacf93d7 kill check-hwcodec-config process
Signed-off-by: 21pages <pages21@163.com>
2023-02-21 16:34:24 +08:00
RustDesk
e8b89bc4ad
Merge pull request #3292 from 21pages/fix
remove all other "as expected"
2023-02-20 19:22:04 +08:00
solokot
c76b971add
Update ru.rs 2023-02-20 13:42:23 +03:00
21pages
1af71cc5f3 remove all other "as expected"
Signed-off-by: 21pages <pages21@163.com>
2023-02-20 16:15:35 +08:00
NicKoehler
172b1d5e2d
Removed by mistake 2023-02-20 09:11:38 +01:00
RustDesk
1b58082076
Merge pull request #3289 from NicKoehler/patch-1
Update it.rs
2023-02-20 16:04:39 +08:00
21pages
13b1b78f72 remove closed as expected on switchsides, which makes second prompt
Signed-off-by: 21pages <pages21@163.com>
2023-02-20 15:56:14 +08:00
NicKoehler
4cef2c2d0c
Update it.rs 2023-02-20 08:48:39 +01:00
rustdesk
d18fc32f63 fix #3263 2023-02-20 10:45:34 +08:00
RustDesk
77021a7328
Merge pull request #3280 from grummbeer/improve-input-of-change-id
improve input of change ID
2023-02-20 09:21:15 +08:00
Miguel F. G
9cdc66dcdf
Update es.rs 2023-02-20 02:17:14 +01:00
grummbeer
0d321918d4 improve input of change ID 2023-02-19 15:57:56 +01:00
fufesou
8852d97efc fix build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-19 12:52:41 +08:00
fufesou
a333a261fd add alert for macos
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-19 11:40:59 +08:00
fufesou
b733ad9379 refact register_breakdown_handler
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-19 10:19:28 +08:00
Mr-Update
7dfe20417e
Update de.rs 2023-02-17 22:34:46 +01:00
fufesou
6def4ccdbd await
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-17 14:47:42 +08:00
fufesou
cdf9867b5c fix update options without auth
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-17 14:33:31 +08:00
RustDesk
0f414822bb
Merge pull request #3249 from fufesou/fix/monitor_count_sync
fix sync displays info && select monitor menu
2023-02-17 13:41:43 +08:00
fufesou
302499d1e0 fix sync displays info && select monitor menu
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-17 13:32:17 +08:00
RustDesk
58b56da713
Merge pull request #3248 from solokot/master
update ru.rs
2023-02-17 09:40:32 +08:00
RustDesk
7d8d4219d5
Merge pull request #3242 from flusheDData/master
Update es.rs
2023-02-17 09:35:15 +08:00
solokot
512563f796
update ru.rs 2023-02-17 02:08:02 +03:00
ilGigioVr88
a0caf8f257
Update it.rs 2023-02-16 17:15:37 +01:00
Miguel F. G
6432183bb4
Update es.rs
New terms added
2023-02-16 16:44:39 +01:00
fufesou
0d2113cd29 build android
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-16 20:51:03 +08:00
fufesou
241925dc83 remove debug print
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-16 20:28:06 +08:00
fufesou
10305ab548 refact text clipboard
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-16 20:24:42 +08:00
21pages
ed441242bf add reconnect button on Connection Error
Signed-off-by: 21pages <pages21@163.com>
2023-02-16 14:54:13 +08:00
RustDesk
f21bd44f43
Merge pull request #3230 from Kingtous/master
fix: window manager called on Android & bugfix etc.
2023-02-16 13:25:38 +08:00
RustDesk
1ac49c8892
Merge pull request #3196 from 21pages/relay_id
force relay when id is suffixed with "/r"
2023-02-16 12:50:40 +08:00
Kingtous
97ad7a42bd fix: window manager called on Android & bugfix etc. 2023-02-16 10:58:27 +08:00
fufesou
d8fe758604 set event stream to None in rust side
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-15 21:28:28 +08:00
fufesou
d5502f58ef release session stream after close
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-15 20:39:59 +08:00
fufesou
66378f63d9 fix macos command-tab
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-15 15:26:16 +08:00
fufesou
b2d13647be translate mode, mac --> win, debug 2
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:31 +08:00
fufesou
7dfcc401e5 translate mode, mac --> win, init debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:31 +08:00
fufesou
50ce57024c macos, win, translate mode,
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:30 +08:00
fufesou
e24f5e7eed mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:30 +08:00
fufesou
50f751c215 temp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-14 21:42:30 +08:00
21pages
d2e0cb396f relay hint msgbox
Signed-off-by: 21pages <pages21@163.com>
2023-02-14 20:51:32 +08:00
RustDesk
98f213910c
Merge pull request #3206 from FastAct/Fastact-patch-2
changed language files
2023-02-14 17:08:27 +08:00
FastAct
1adfc2c7b0 changed language files
added dutch translatoinn
2023-02-14 10:05:47 +01:00
RustDesk
b65f940a25
fix: issue #3204 2023-02-14 14:45:31 +08:00
21pages
6f106251f9 force relay when id is suffixed with "/r"
Signed-off-by: 21pages <pages21@163.com>
2023-02-13 17:12:28 +08:00
Kingtous
d2e24173d0 opt: read uint8list directly from rust codes 2023-02-12 23:48:52 +08:00
Kingtous
01d30bce9e opt: reduce copy and malloc times for both of flutter and rust 2023-02-12 08:08:44 +08:00
sjpark
7fb78ebc74 bug fix 2023-02-12 06:24:04 +09:00
Kingtous
f521b1665a opt: no copy during transmitting the decoded frame 2023-02-11 12:25:13 +08:00
Kingtous
f8c78a6bf2 opt: remove unnecessary rgba events to decrease memory usage 2023-02-11 11:38:37 +08:00
Kingtous
491932cda1 opt: fetch rgba positively for sessions on flutter 2023-02-11 10:01:55 +08:00
sjpark
b29236da06 swap key renewal 2023-02-11 10:49:34 +09:00
rustdesk
d416d7d965 base64 icon only for sciter 2023-02-11 00:21:19 +08:00
RustDesk
7129429226
Merge pull request #3152 from 21pages/fix
flutter option enable share rdp
2023-02-10 18:47:18 +08:00
21pages
5b36555faa flutter option enable share rdp
Signed-off-by: 21pages <pages21@163.com>
2023-02-10 18:42:08 +08:00
rustdesk
7edb3e6e92 CI 2023-02-10 17:48:53 +08:00
rustdesk
930faecb13 fix ci 2023-02-10 17:38:08 +08:00
rustdesk
be09728bf5 exclude ui module (sciter) for flutter 2023-02-10 17:09:31 +08:00
RustDesk
fb61a1707c
Merge pull request #3139 from flusheDData/master
Update es.rs
2023-02-10 08:43:00 +08:00
solokot
37a3185c1c
Update ru.rs 2023-02-09 20:17:34 +03:00
Miguel F. G
73a2f41794
Update es.rs
New terms added
2023-02-09 16:18:36 +01:00
rustdesk
f7643077d3 new tray 2023-02-09 21:28:42 +08:00
mehdi-song
c03adf5334
Update fa.rs 2023-02-09 15:30:41 +03:30
sjpark
f438dd9fd0 swap_modifier_key() 2023-02-09 20:28:36 +09:00
rustdesk
fcd1f9b4a3 refactor handle_applicationShouldOpenUntitledFile 2023-02-09 18:11:32 +08:00
rustdesk
4f25b03a10 fix CI 2023-02-09 16:54:26 +08:00
sjpark
edff4acbcb swap key update 2023-02-09 12:16:41 +09:00
sjpark
e3963adf49 Merge remote-tracking branch 'github/master' into sigma 2023-02-09 11:53:04 +09:00
Mr-Update
974fa86b8a
Update de.rs 2023-02-08 22:47:41 +01:00
rustdesk
6a0a067bdd fix CI 2023-02-08 22:06:18 +08:00
fufesou
38d26ec47b fix altgr
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 21:51:11 +08:00
sjpark
4bd4fba533 allow swap key 2023-02-08 21:45:10 +09:00
fufesou
3ae53a5d57 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 20:41:19 +08:00
fufesou
3a0137a3f7 suppress warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 19:45:50 +08:00
fufesou
c049e728fd suppress warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 19:45:50 +08:00
fufesou
1588e44d61 win, translate mode, fix dead key
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 19:45:49 +08:00
rustdesk
4134b77680 improve ffi enum data size, fix compile warning on mac 2023-02-08 19:17:59 +08:00
NicKoehler
948f9f28db
Update it.rs 2023-02-08 10:15:08 +01:00
RustDesk
993e2d9c77
Merge pull request #3116 from fufesou/feat/keyboard_translate_mode
feat/keyboard translate mode
2023-02-08 15:17:11 +08:00
fufesou
586f0a2726 compile macos
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
01f762ffdb build linux
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
1294103ba7 win, translate mode, debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
347add1874 win, translate mode, to debug
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:48 +08:00
fufesou
ddc9792d15 win, translate mode, debug almost done
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:47 +08:00
fufesou
6eec0041bd win, tranlsate mode, handle shift
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:47 +08:00
fufesou
6e54cd2e6b win, translate mode, check dead code
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:47 +08:00
fufesou
cf121bdf47 win, translate mode, not debug yet
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-08 14:24:47 +08:00
Kingtous
c3b273a5ad fix: android compile 2023-02-07 20:48:09 +08:00
Kingtous
404915c975 fix: compile 2023-02-07 19:49:42 +08:00
Kingtous
86b88c2927 opt: open audio when needed 2023-02-07 19:40:50 +08:00
Kingtous
c4b1c51e9e opt: more debug info 2023-02-07 19:33:58 +08:00
Kingtous
db8b6d618f fix: audio close status sync 2023-02-07 19:09:22 +08:00
Kingtous
795b0068d0 opt: close voice call msg 2023-02-07 18:17:31 +08:00
Kingtous
4ea41b52d3 fix: execution order of listening ipc thread 2023-02-07 18:01:54 +08:00
Kingtous
29b1d106aa opt: ui and message 2023-02-07 17:16:06 +08:00
Kingtous
66aaf243cf opt: notify cm 2023-02-07 17:09:36 +08:00
Kingtous
cd6cdbff8f fix: close notify 2023-02-07 16:53:46 +08:00
Kingtous
2943d2d0cc feat: cm interface 2023-02-07 16:20:37 +08:00
Kingtous
ea391542fc opt: rename to on_voice_call_started 2023-02-07 16:20:37 +08:00
Kingtous
040396b3f8 feat: cm interface 2023-02-07 16:20:37 +08:00
Kingtous
850c4bcbbf opt: uniform name 2023-02-07 16:20:37 +08:00
Kingtous
a601e3b241 fix: compile 2023-02-07 16:20:37 +08:00
Kingtous
11c6008811 fix: rust conn build 2023-02-07 16:20:37 +08:00
Kingtous
b412a7122b feat: rust connection implementation 2023-02-07 16:20:37 +08:00
Kingtous
a04980fa13 refactor: remove audio mode 2023-02-07 16:20:37 +08:00
Kingtous
45b93100d6 feat: add voice call proto 2023-02-07 16:20:37 +08:00
Kingtous
b335d2c828 fix: import 2023-02-07 16:20:37 +08:00
Kingtous
efa4530c97 feat: add chat svg 2023-02-07 16:20:37 +08:00
Kingtous
2452a58eaa opt: rename and move audio transmission mode 2023-02-07 16:20:37 +08:00
Kingtous
ebec8811c2 opt: add microphone permission tip 2023-02-07 16:20:37 +08:00
Kingtous
038d660e60 fix: android build 2023-02-07 16:20:37 +08:00
Kingtous
60925057f0 fix: poison error on setting sound input 2023-02-07 16:20:37 +08:00
Kingtous
7e5c5b50e5 feat: set to default input device when in dual-way 2023-02-07 16:20:37 +08:00
Kingtous
cab1fc719a feat: add audio mode in sciter 2023-02-07 16:20:37 +08:00
Kingtous
05822991bf opt: rename to dual-way 2023-02-07 16:20:37 +08:00
Kingtous
8ab49d11d1 feat: add audio mode config 2023-02-07 16:20:37 +08:00
Kingtous
cb228bef2b feat: add audio switch ui 2023-02-07 16:20:37 +08:00
Kingtous
95d06e160b fix: latency 2023-02-07 16:20:37 +08:00
Kingtous
9134c2826e feat: set audio only mode 2023-02-07 16:20:37 +08:00
Kingtous
3b34e2ea45 feat: run local audio server at start 2023-02-07 16:20:37 +08:00
Kingtous
4f3c5b42ae opt: send audio format and data after login successfully. 2023-02-07 16:20:36 +08:00
Kingtous
e7e8e1a18b opt: send audio frame when connected 2023-02-07 16:20:36 +08:00
Kingtous
45a6fc3618 opt: remove latency detector on single audio 2023-02-07 16:20:36 +08:00
Kingtous
8e2d6945d0 feat: add audio thread in server being controlled 2023-02-07 16:20:36 +08:00
Kingtous
65ab43aa4a opt: compile 2023-02-07 16:20:36 +08:00
Kingtous
1f40963b5d wip: connection 2023-02-07 16:20:36 +08:00
Kingtous
28ad271693 wip: dual audio transmission server 2023-02-07 16:20:36 +08:00
21pages
8aba51c120 fix cm push_event
Signed-off-by: 21pages <pages21@163.com>
2023-02-07 15:39:46 +08:00
21pages
cf3ddb2a18 filter foreground window to avoid frequent prompts
Signed-off-by: 21pages <pages21@163.com>
2023-02-07 15:16:49 +08:00
21pages
e1a9cfcf7f fix flink
Signed-off-by: 21pages <pages21@163.com>
2023-02-07 12:47:07 +08:00
RustDesk
086bef41f4
Merge pull request #3097 from jimmyGALLAND/patch-1
Update fr.rs
2023-02-07 09:04:20 +08:00
jimmyGALLAND
bcbc1573aa
Update fr.rs 2023-02-06 22:45:27 +01:00
Andrzej Rudnik
564b35d4c2
Update pl.rs 2023-02-06 21:29:36 +01:00
rustdesk
b2afde4b27 tmp workaround of '-cm' not exit cause rustdesk not launchable from
finder
2023-02-07 00:18:25 +08:00
rustdesk
133fba573b confirmed issue #2935 is false report, set_bitrate was called, and
bandwidth has obvious change if you watch car game video
2023-02-05 18:20:22 +08:00
RustDesk
4b5724fa76
Merge pull request #3076 from Kingtous/master
feat: add url scheme handler for macos
2023-02-05 12:38:01 +08:00
mehdi-song
6ed60488ad
Update fa.rs 2023-02-05 07:59:29 +03:30
Kingtous
dd00ea5abd opt: reuse current main window when using url scheme 2023-02-04 16:18:54 +08:00
Kingtous
151b115fc9 fix: android build 2023-02-04 13:37:48 +08:00
Kingtous
a349be6428 opt: remove unnecessary ffi func 2023-02-04 11:33:08 +08:00
Kingtous
4dfae8da10 feat: add url scheme handler for macos 2023-02-04 11:23:48 +08:00
Kingtous
a9fc63c34f opt: add default url scheme handler for macos 2023-02-04 11:23:48 +08:00
Kingtous
3a1b978112 feat: add event handler on rust macos 2023-02-04 11:23:47 +08:00
RustDesk
8197f47d1b
Merge pull request #3075 from Mr-Update/patch-2
Update de.rs
2023-02-04 09:14:18 +08:00
Mr-Update
f9d106ea74
Update de.rs 2023-02-03 22:36:50 +01:00
solokot
96a7182ff8
update ru.rs 2023-02-03 20:05:48 +03:00
fufesou
17aac13247 ignore first update cursor postion
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-02-03 18:28:47 +08:00
NicKoehler
0d9d506dac
Update it.rs 2023-02-02 14:48:22 +01:00
Miguel F. G
40a75e3dfa
Update es.rs
New 'Default' terms added.
2023-02-02 08:49:12 +01:00
21pages
92145eeb71 other bool default display settings
Signed-off-by: 21pages <pages21@163.com>
2023-02-02 10:47:49 +08:00
21pages
359f19af02 default display settings
Signed-off-by: 21pages <pages21@163.com>
2023-02-02 10:47:42 +08:00
21pages
8d60bcd51a remove useless empty --switch_uuid
Signed-off-by: 21pages <pages21@163.com>
2023-02-02 10:01:28 +08:00
Miguel F. G
a9f2144638
Update es.rs
new term added
2023-02-01 15:42:28 +01:00
rustdesk
fdfda2a982 chore: revert last commit and change unwrap to ? 2023-02-01 20:40:09 +08:00
rustdesk
6f95c38f85 chore: remove useless code 2023-02-01 20:36:14 +08:00
rustdesk
5149b90e53 fix hide docker (can not call too early) 2023-02-01 17:11:24 +08:00
RustDesk
45493c202d
Merge pull request #3023 from sj6219/lambda
tray bug fix
2023-02-01 14:25:56 +08:00
solokot
2f26b2a355
Update ru.rs 2023-02-01 09:08:54 +03:00
sjpark
c1ae4a6028 tray bug fix 2023-02-01 08:10:57 +09:00
RustDesk
1a3dcbd275
Merge pull request #3014 from 21pages/dialog-style
opt ui
2023-01-31 09:55:58 +08:00
21pages
fb81f206b7 opt flink creation
Signed-off-by: 21pages <pages21@163.com>
2023-01-31 09:47:50 +08:00
21pages
61389bc11f adjust quality monitor ui
Signed-off-by: 21pages <pages21@163.com>
2023-01-31 09:28:33 +08:00
21pages
dec1820694 opt dialog style
Signed-off-by: 21pages <pages21@163.com>
2023-01-30 17:56:35 +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
RustDesk
52efe9442e
Merge pull request #3003 from simonspa/remove-wayland-fix-docs
Remove remnant documentation for wayland fix
2023-01-30 15:45:48 +08:00
RustDesk
91244ea610
Update cn.rs 2023-01-30 15:40:03 +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
Mateusz Prais
f12de3fec0 Update pl.rs 2023-01-29 22:40:17 +01:00
mehdi-song
fc15209d08
Update fa.rs
"Closed as expected"-> "طبق انتظار بسته شد"
2023-01-29 14:02:06 +03:30
21pages
176847c51e fix warning
Signed-off-by: 21pages <pages21@163.com>
2023-01-29 14:28:10 +08:00
fufesou
d1090fc62c ensure init cursor embedded
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-29 12:41:16 +08:00
fufesou
340897ab18 set cursor embedded
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-29 12:41:16 +08:00
fufesou
c0adc14215 misspelling
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-29 12:41:16 +08:00
fufesou
b84f3ba1ee init wayland to update var 'cursor embeded'
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-29 12:41:16 +08:00
Mr-Update
eb831a912a
Update de.rs 2023-01-28 21:52:19 +01:00
RustDesk
b83b0e79de
Merge pull request #2978 from Heap-Hop/master
feat: add device info in LoginRequest
2023-01-28 22:49:52 +08:00
csf
733a43df07 1. fix get_api_server.
2. add device info in LoginRequest
2023-01-28 21:24:49 +09:00
NicKoehler
8a88640b18
Update it.rs 2023-01-28 11:49:09 +01:00
RustDesk
747e001678
Merge pull request #2974 from 21pages/fix-elevate
fix elevation && dialog focus
2023-01-28 17:56:03 +08:00
RustDesk
5fa5675fde
Merge pull request #2973 from jimmyGALLAND/add_some_translations
add templates/translations
2023-01-28 17:53:03 +08:00
21pages
3e4a867115 opt elevation code
Signed-off-by: 21pages <pages21@163.com>
2023-01-28 17:14:16 +08:00
21pages
7c2d7df62e quick support if right click && run as admin on win
Signed-off-by: 21pages <pages21@163.com>
2023-01-28 17:11:22 +08:00
RustDesk
1bea774706
Merge pull request #2967 from 21pages/fix-switchsides
fix switch sides
2023-01-28 14:44:03 +08:00
21pages
d0d926bfb0 opt connection close
Signed-off-by: 21pages <pages21@163.com>
2023-01-28 14:40:25 +08:00
21pages
435e774964 fix switch sides delay #2893
Signed-off-by: 21pages <pages21@163.com>
2023-01-28 12:25:08 +08:00
fufesou
7c865a80e9 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-28 09:37:16 +08:00
fufesou
bf04a03cd1 fix win, local detect some dead code
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-27 23:47:26 +08:00
fufesou
ab026d5055 fix unneccesary portable prompt window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-27 13:04:26 +08:00
jimmyGALLAND
a0cc71c86d
Update fr.rs
Some small fixes and improvements
2023-01-26 22:08:33 +01:00
mehdi-song
a957edf93a
Update fa.rs
;-)
2023-01-26 11:47:06 +03:30
rustdesk
cb5855a273 fix issue #2921 2023-01-26 11:25:05 +08:00
Mălina-Ioana Popa
a4908882c6 fix conflicts 2023-01-24 17:05:08 +01:00
Mălina-Ioana Popa
4ee0891030 add romanian language 2023-01-24 16:59:31 +01:00
mehdi-song
c8058cd125
Update fa.rs
("Group", "گروه"),
        ("Search", "جستجو"),
        ("Closed manually by the web console", "به صورت دستی توسط کنسول وب بسته شد"),
        ("Local keyboard type", "نوع صفحه کلید محلی"),
        ("Select local keyboard type", "نوع صفحه کلید محلی را انتخاب کنید"),
        ("software_render_tip", "اگر کارت گرافیک Nvidia دارید و پنجره راه دور بلافاصله پس از اتصال بسته می شود، درایور nouveau را نصب نمایید و انتخاب گزینه استفاده از رندر نرم افزار می تواند کمک کننده باشد. راه اندازی مجدد نرم افزار مورد نیاز است."),
        ("Always use software rendering", "همیشه از رندر نرم افزاری استفاده کنید"),
        ("config_input", "برای کنترل دسکتاپ از راه دور با صفحه کلید، باید مجوز RustDesk \"Input Monitoring\" را بدهید."),
        ("request_elevation_tip", "همچنین می توانید در صورت وجود شخصی در سمت راه دور درخواست ارتفاع دهید."),
        ("Wait", "صبر کنید"),
        ("Elevation Error", "خطای ارتفاع"),
        ("Ask the remote user for authentication", "درخواست احراز هویت از یک کاربر راه دور"),
        ("Choose this if the remote account is administrator", "اگر حساب راه دور یک مدیر است، این را انتخاب کنید"),
        ("Transmit the username and password of administrator", "نام کاربری و رمز عبور مدیر را منتقل کنید"),
        ("still_click_uac_tip", "همچنان کاربر از راه دور نیاز دارد که روی OK در پنجره UAC اجرای RustDesk کلیک کند."),
        ("Request Elevation", "درخواست ارتفاع"),
        ("wait_accept_uac_tip", "لطفاً منتظر بمانید تا کاربر راه دور درخواست پنجره UAC را بپذیرد."),
        ("Elevate successfully", "با موفقیت بالا ببرید"),
        ("uppercase", "حروف بزرگ"),
        ("lowercase", "حروف کوچک"),
        ("digit", "عدد"),
        ("special character", "کاراکتر خاص"),
        ("length>=8", "حداقل طول 8 کاراکتر"),
        ("Weak", "ضعیف"),
        ("Medium", "متوسط"),
        ("Strong", "قوی"),
        ("Switch Sides", "طرفین را عوض کنید"),
        ("Please confirm if you want to share your desktop?", "لطفاً تأیید کنید که آیا می خواهید دسکتاپ خود را به اشتراک بگذارید؟"),
2023-01-24 08:08:53 +03:30
RustDesk
d46b4c2123
Merge pull request #2903 from jimmyGALLAND/translat_fr
update FR
2023-01-22 08:03:10 +08:00
RustDesk
f4656cb55b
Merge pull request #2902 from flusheDData/master
Update es.rs
2023-01-22 08:02:05 +08:00
RustDesk
701b77f28d
Merge pull request #2900 from solokot/master
Update ru.rs
2023-01-22 08:01:01 +08:00
Jimmy GALLAND
b556b5d7f6 add templates/translations for Tab Home label, and two other label translations in About tab 2023-01-21 23:07:48 +01:00
Jimmy GALLAND
03b2546008 update FR 2023-01-21 22:26:33 +01:00
Miguel F. G
490b4cbbb9
Update es.rs
New terms added
2023-01-21 18:51:01 +01:00
solokot
3ee76fcf4f
Update ru.rs 2023-01-21 17:32:58 +03:00
Mr-Update
761838495a
Update de.rs 2023-01-21 14:42:36 +01:00
NicKoehler
1a3f1d38fb
Update it.rs 2023-01-21 13:51:33 +01:00
RustDesk
7c23b697de
Merge pull request #2838 from 21pages/switch_sides
switch sides
2023-01-21 08:05:32 +08:00
RustDesk
8f8019b45b
Merge pull request #2880 from fufesou/fix/keyboard_cur_session
fix cur session
2023-01-21 07:58:30 +08:00
RustDesk
282808882f
Merge pull request #2873 from Kingtous/master
opt: prevent duplicate window instance on windows
2023-01-21 07:57:47 +08:00
fufesou
3dcada128b fix cur session
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-20 21:03:30 +08:00
21pages
ee0e84be37 update flutter_rust_bridge to latest
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:52 +08:00
21pages
b7844d1175 switch sides: linux dbus use uri as para like uni_links
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
21pages
c25796e44d switch sides: windows
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
21pages
e57949d472 switch sides: use ipc to pass msg from ui to server
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
21pages
81a60725f4 switch sides: remove outdate uuid
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
21pages
333092f983 switch sides
Signed-off-by: 21pages <pages21@163.com>
2023-01-20 14:53:05 +08:00
Miguel F. G
4384db3c3b
Update es.rs
Skip = Changed from Saltar to Omitir
2023-01-20 06:26:18 +01:00
Kingtous
1da141e6a7 opt: prevent duplicate window instance on windows 2023-01-20 12:03:03 +08:00
rustdesk
aac12c2b21 applicationShouldOpenUntitledFile 2023-01-20 01:25:15 +08:00
Miguel F. G
941a567d30
Update es.rs
A lot of new terms and corrections.
2023-01-19 16:17:30 +01:00
rustdesk
7c834a6001 more comment 2023-01-19 18:26:59 +08:00
rustdesk
34f167b5fc let's do it with objc with svg support later. 2023-01-19 18:25:13 +08:00
rustdesk
75c43a01fa mac try x2 png not work, revert 2023-01-19 18:23:04 +08:00
NicKoehler
22412acfcc
Update it.rs 2023-01-18 10:18:06 +01:00
NicKoehler
8f31378155
Update it.rs 2023-01-18 10:09:10 +01:00
NicKoehler
845b2a943e
Update it.rs 2023-01-18 10:01:19 +01:00
NicKoehler
6aafe386b2
Update it.rs 2023-01-18 09:45:53 +01:00
NicKoehler
9fa76d2349
Update it.rs 2023-01-18 09:38:02 +01:00
solokot
134be63d11
update ru.rs 2023-01-18 10:12:32 +03:00
rustdesk
b4a88c7780 fix CI 2023-01-18 14:42:08 +08:00
RustDesk
b3465e1c13
Merge pull request #2851 from AutumnSun1996/master
Allow direct connect to {hostname}:{port}
2023-01-18 14:35:50 +08:00
rustdesk
8fb3c452be Allow setting custom server and key with env variables #2810 2023-01-18 14:22:41 +08:00
qiushiyang
aa2cd37fb3 use more accurate regex for {domain}:{port} 2023-01-18 06:08:46 +00:00
RustDesk
7aced73393
Revert "Allow setting custom server and key with env variables" 2023-01-18 11:48:10 +08:00
RustDesk
a46c373081
Merge pull request #2810 from botanicvelious/master
Allow setting custom server and key with env variables
2023-01-18 11:48:01 +08:00
qiushiyang
f10f969c2c fix syntax error 2023-01-18 02:08:44 +00:00
botanicvelious
8aea21e9f5
check for server with RS_DEF_PUB_KEY 2023-01-17 07:54:28 -07:00
qiushiyang
d601a82b5a Allow direct connect to {hostname}:{port} 2023-01-17 22:46:11 +08:00
botanicvelious
f87dff262e
Update ui_interface.rs 2023-01-17 07:39:16 -07:00
botanicvelious
ada2d2b539
Update ui_interface.rs 2023-01-17 07:21:01 -07:00
botanicvelious
f6de021d37
replace and with && 2023-01-17 07:04:02 -07:00
botanicvelious
67db6bfeb7
check for env variable and option for message 2023-01-17 05:56:07 -07:00
Manos G
8e6863ff61
Update gr.rs 2023-01-17 13:38:27 +02:00
Manos G
8d1f4a5f78
Update gr.rs 2023-01-17 13:29:22 +02:00
Manos G
7374a92473
Update gr.rs 2023-01-17 10:49:35 +02:00
botanicvelious
3cd1d42aa2
remove old line 2023-01-16 14:16:35 -07:00
botanicvelious
9cf81d2032
updated ui to check key value 2023-01-16 14:10:04 -07:00
botanicvelious
0173f79ecf
Test original check 2023-01-16 13:30:54 -07:00
Mr-Update
260b8f0b12
Update de.rs 2023-01-16 20:51:30 +01:00
21pages
9aecd28702 complex pernament password
lowercase, uppercase, digit, length>=8

Signed-off-by: 21pages <pages21@163.com>
2023-01-16 19:49:18 +08:00
RustDesk
2a7f8d5367
Merge pull request #2830 from 21pages/opt_button
desktop style button && sync depend on web
2023-01-16 10:38:58 +08:00
RustDesk
cdc20ff563
Merge pull request #2827 from Mr-Update/patch-5
Update de.rs
2023-01-16 10:38:39 +08:00
21pages
485479c31b sync: depend on web
Signed-off-by: 21pages <pages21@163.com>
2023-01-16 09:09:59 +08:00
Mr-Update
ea3e0fd906
Update de.rs 2023-01-15 18:12:47 +01:00
NicKoehler
6a46783ebf
Update it.rs 2023-01-15 15:30:44 +01:00
RustDesk
b466bb013f
Merge pull request #2820 from 21pages/logonW
elevation request
2023-01-14 23:01:29 +08:00
21pages
d3b490ac48 elevation request
Signed-off-by: 21pages <pages21@163.com>
2023-01-14 17:39:46 +08:00
botanicvelious
2bf69f3eb1
Merge branch 'rustdesk:master' into master 2023-01-14 02:33:22 -07:00
Miguel F. G
a454aa55cb
Update es.rs 2023-01-13 15:14:17 +01:00
RustDesk
8c5addc5c5
Merge pull request #2812 from jimmyGALLAND/update-fr
update-fr
2023-01-13 09:24:45 +08:00
RustDesk
9a3639ac6d
Merge pull request #2811 from st0nie/master
cn.rs: wayland_experiment_tip
2023-01-13 09:24:11 +08:00
Jimmy GALLAND
7861fab9b8 update-fr 2023-01-12 21:09:57 +01:00
ston
01b41f01f6 cn.rs: update wayland_experiment_tip
Signed-off-by: ston <ston.jia@qq.com>
2023-01-13 02:22:57 +08:00
botanicvelious
829fd97e6f change server check
check for custom server by pub_key not for just the option
2023-01-11 23:32:45 -07:00
Mr-Update
6ad249fa41
Update de.rs 2023-01-11 20:27:11 +01:00
Asur4s
a35bd772cc fix conflicts 2023-01-12 00:35:39 +08:00
Asur4s
3102a24166 fix default keyboard mode when changing version 2023-01-11 23:38:05 +08:00
RustDesk
96e608ff07
Merge pull request #2801 from 21pages/sync
sync strategy
2023-01-11 17:36:56 +08:00
rustdesk
037120fe02 typo 2023-01-11 15:51:27 +08:00
rustdesk
2ca65a4cf8 fix ci 2023-01-11 15:50:20 +08:00
rustdesk
9cc869ce7b Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk 2023-01-11 15:36:04 +08:00
rustdesk
3cbcd2e46a mac tray icon opt 2023-01-11 15:35:35 +08:00
solokot
70997acc7f
update ru.rs 2023-01-11 09:28:51 +03:00
21pages
8ab2eddf17 opt is_recent_session
Signed-off-by: 21pages <pages21@163.com>
2023-01-11 11:11:58 +08:00
ilGigioVr88
5728c69e18
Update it.rs 2023-01-10 11:37:44 +01:00
RustDesk
42678539ab
Merge pull request #2785 from fufesou/fix/wayland_keyboard_flutter
fix wayland input
2023-01-10 15:20:19 +08:00
rustdesk
50d9396743 fix cli 2023-01-10 15:01:46 +08:00
fufesou
83c4909eeb trivial change
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 14:48:27 +08:00
fufesou
1291c840b9 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 14:47:23 +08:00
rustdesk
b0deea57f6 id for cli 2023-01-10 14:41:25 +08:00
fufesou
00867276ed fix wayland input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 14:18:25 +08:00
21pages
fae8a94891 sync strategy
Signed-off-by: 21pages <pages21@163.com>
2023-01-10 13:21:38 +08:00
fufesou
2143889404 fix win scancode filter, ignore 0xE0..
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 11:09:08 +08:00
RustDesk
3fc686c3d6
Merge pull request #2779 from jsoref/spelling
Spelling
2023-01-10 10:13:07 +08:00
Josh Soref
cd921987e9 spelling: whitelist
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
a6b672848b spelling: settings
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
e29866edc9 spelling: separated
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
7b047a32ab spelling: separate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
d6bc1d4b8a spelling: selection
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
37b0ac6e47 spelling: repeatedly
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
996ed5398e spelling: rendezvous
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
958c0ad18b spelling: receiving
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
1011568fc1 spelling: privileged
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
751aa26d8c spelling: memory
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
1a5eed5768 spelling: launched
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
38b5af5362 spelling: latency
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
c9e5e2cb53 spelling: incoming
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
d8a6beccbb spelling: holder
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:59:08 -05:00
Josh Soref
87e7408cc3 spelling: exist
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
43b975bd35 spelling: elapsed
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
919e42b1a1 spelling: device
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
51f736e84f spelling: connection
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
19046ba867 spelling: colorspace
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
caa557e360 spelling: clipboard
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
c40ae690e3 spelling: capture
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
cbfcc3657f spelling: agreement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
b4bb5bfecf spelling: active
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
2b93de18ce spelling: activate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
8351d331b4 spelling: acceleration
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
b75453b08f spelling: a workaround
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
fufesou
95844e60cf win filter scancodes that is greater than 255
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-10 00:42:33 +08:00
Onyx47
2bdfa15fd3
Merge branch 'rustdesk:master' into master 2023-01-09 14:21:18 +01:00
RustDesk
3e9ab2278d
Merge pull request #2772 from 21pages/fix
adjust server setting ui
2023-01-09 19:39:28 +08:00
21pages
b35b426f12 system_message code clean
Signed-off-by: 21pages <pages21@163.com>
2023-01-09 19:30:11 +08:00
rustdesk
61c03a921d fix ci 2023-01-09 18:55:37 +08:00
rustdesk
fb658cba2b fix compile 2023-01-09 18:52:44 +08:00
rustdesk
f2ff1d2da1 fix some port change 2023-01-09 18:44:34 +08:00
rustdesk
80c1b89b47 add unit test to test_if_valid_server 2023-01-09 18:28:11 +08:00
RustDesk
20a4550cce
Merge pull request #2741 from Heap-Hop/master
refactor user login, add two-step verification (email)
2023-01-09 14:04:57 +08:00
rustdesk
9648c57f67 try out hide_docker 2023-01-09 13:59:33 +08:00
csf
6c577dc117 Merge branch 'master' of https://github.com/rustdesk/rustdesk 2023-01-09 14:51:58 +09:00
csf
a8536118c0 add verificationCodeDialog, opt loginDialog 2023-01-09 14:21:16 +09:00
RustDesk
3f53146c7e
Merge pull request #2765 from flusheDData/master
Update es.rs
2023-01-09 10:11:49 +08:00
Mr-Update
36a2765cfa
Update de.rs 2023-01-08 22:03:47 +01:00
Miguel F. G
6d1ca1e69e
Update es.rs
New terms added.
2023-01-08 20:16:03 +01:00
csf
bb8c50b2c7 update translate 2023-01-08 23:38:58 +09:00
solokot
f2cc993e1b
update ru.rs 2023-01-07 12:19:27 +03:00
Jernej Simončič
bdfc429247
Slovenian translation fixes
Signed-off-by: Jernej Simončič <jernej|s-gitstuff@eternallybored.org>
2023-01-06 13:02:15 +01:00
rustdesk
5a91701d3d fix ci 2023-01-06 15:37:15 +08:00
rustdesk
584295f3fa config_input not well tested yet 2023-01-06 13:19:08 +08:00
rustdesk
ce5b49b7dd add config_input 2023-01-06 12:42:16 +08:00
rustdesk
b048e5b280 adding input monitoring priviledge detect for mac 2023-01-06 12:20:26 +08:00
RustDesk
09435f43df
Merge pull request #2735 from 21pages/part-fix-nvidia-crash
optional software render to fix flutter render problem on some nvidia card
2023-01-06 10:27:31 +08:00
Jernej Simončič
db5656b569 Add Slovenian translation
Signed-off-by: Jernej Simončič <jernej|s-gitstuff@eternallybored.org>
2023-01-05 13:01:11 +01:00
fufesou
97cf85d1b7 mouse forward back support on windows
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-05 17:47:26 +08:00
21pages
5f6a264278 optional software render to fix flutter render problem on some nvidia
card

Signed-off-by: 21pages <pages21@163.com>
2023-01-05 16:46:39 +08:00
fufesou
b723f8472d fix linux to mac, keyboard input
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-05 15:00:52 +08:00
Jimmy GALLAND
7fc15539cc update fr.rs 2023-01-04 22:19:15 +01:00
Zexi
18bcb8ca75 fix: https://github.com/rustdesk/rustdesk/issues/2718 2023-01-05 02:01:59 +08:00
rustdesk
72162c9a31 fix get relay server for ipv6 2023-01-04 20:27:18 +08:00
rustdesk
55962f2fc9 ipv6 support for direct connection, todo: UI input check, relay port
change based on ipv6
2023-01-04 18:35:31 +08:00
21pages
ac433dc11a fix post heartbeat block
Signed-off-by: 21pages <pages21@163.com>
2023-01-03 19:16:23 +08:00
Miguel F. G
6087a29ccc
Update es.rs
New terms added
2023-01-02 21:44:17 +01:00
Mr-Update
b429bfdef5
Update de.rs 2023-01-01 23:33:52 +01:00
fufesou
635105069a fix build wayland
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-31 22:03:15 +08:00
fufesou
b114ebf350 fix some misspellings
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-31 21:41:16 +08:00
solokot
c144dfb81b
Update ru.rs 2022-12-31 09:26:54 +03:00
Mr-Update
b8936ddbbe
Update de.rs 2022-12-30 12:13:14 +01:00
NicKoehler
57083b91a7
Merge branch 'master' into master 2022-12-30 09:57:00 +01:00
NicKoehler
aec50be410
Update it.rs 2022-12-30 09:44:46 +01:00
ilGigioVr88
a231647bd6
Update it.rs 2022-12-30 09:42:07 +01:00
RustDesk
2d93c93bc4
Merge pull request #2678 from fazakis/mac_hack
Mac wakeup workaround
2022-12-30 10:13:43 +08:00
Nikos Fazakis
944ca510cc mac wakeup compact code 2022-12-29 22:22:16 +02:00
rustdesk
07e399cf81 more logic in cli connect 2022-12-29 23:27:17 +08:00
Nikos Fazakis
08278059ac mac_wakeup resolve panic possibility 2022-12-29 16:55:57 +02:00
rustdesk
9859b4f27d fix ipv6 refactory 2022-12-29 22:31:01 +08:00
Nikos Fazakis
f14faa85d2 fix relay mac connections and cleanup 2022-12-29 14:42:16 +02:00
rustdesk
67ad937fdd fix nat64 and refactor ipv6 2022-12-29 20:34:52 +08:00
fufesou
fb5cfabf51 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 19:10:25 +08:00
fufesou
0b9b71e4fc move sleep from main thread
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 18:16:06 +08:00
fufesou
94cecb1860 macos, use private CGEventSource
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 17:13:12 +08:00
fufesou
01ade73304 fix macos sticky fn, https://stackoverflow.com/questions/74938870/sticky-fn-after-home-is-simulated-programmatically-macos
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-29 14:37:09 +08:00
rustdesk
1651cef4f3 recover --server and --connect in cli 2022-12-29 14:17:47 +08:00
rustdesk
40aaddf108 remove stub.rs, it is really hard to remove scrap totally, which is used
all where
2022-12-29 13:29:22 +08:00
rustdesk
45072a4de1 more for cli 2022-12-29 13:00:57 +08:00
rustdesk
8c7bc08776 remove video/audio decoder in client for cli 2022-12-29 12:47:02 +08:00
RustDesk
7d65094664
Merge pull request #2671 from bankzst/master
Add Thai translation
2022-12-29 11:45:45 +08:00
rustdesk
250fb314ce stub for cli 2022-12-29 11:44:06 +08:00
rustdesk
4845e7dbeb fix cli 2022-12-29 11:27:53 +08:00
rustdesk
6bf1710477 add --connect to cli 2022-12-29 11:18:03 +08:00
rustdesk
7dc0c07578 make start_server available in cli 2022-12-29 10:59:17 +08:00
Phongsathorn
c5205af73f lang: modify lang.rs to add Thai language 2022-12-29 02:05:10 +07:00
Phongsathorn
becf2a9cd7 lang: create th.rs (Thai translation) 2022-12-29 02:04:41 +07:00
rustdesk
cfaeb6ac0a fix ci 2022-12-29 00:16:41 +08:00
rustdesk
8070600e03 Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk 2022-12-29 00:03:01 +08:00
rustdesk
4d2e62981b make cli compilable 2022-12-29 00:02:31 +08:00
Agent-JY
bf65a88647
Update de.rs 2022-12-28 13:04:28 +01:00
rustdesk
08b8f40397 nat64 2022-12-28 13:52:13 +08:00
Nikos Fazakis
43b3a04f33 spawn update 2022-12-27 22:26:37 +02:00
rustdesk
75f57cf0fc fix trans 2022-12-27 23:26:11 +08:00
RustDesk
c7f2415aba
Merge pull request #2659 from neogalaxy88/patch-6
Update it.rs
2022-12-27 19:17:08 +08:00
neoGalaxy88
971475c778
Update it.rs 2022-12-27 12:14:32 +01:00
fufesou
48e684335e choose keyboard layout type, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-27 18:16:29 +08:00
Nikos Fazakis
d244551ad8 Mac Wakeup using caffeinate 2022-12-27 11:36:53 +02:00
rustdesk
7d5876f7b8 refactor handle_login_error to avoid dead lock, and recover pr #2602 2022-12-27 11:42:48 +08:00
RustDesk
c5feb95509
Merge pull request #2654 from 21pages/fix
part revert #2602
2022-12-26 23:04:55 +08:00
21pages
0e4935592d part revert #2602
Signed-off-by: 21pages <pages21@163.com>
2022-12-26 22:18:34 +08:00
Miguel F. G
ecce656b8d
Update es.rs 2022-12-26 15:06:26 +01:00
asur4s
a3769ca8e9 opt: map mode hide when unsupported 2022-12-26 02:32:48 -08:00
asur4s
85620b73a7 opt: get supported keyboard modes 2022-12-26 02:32:43 -08:00
RustDesk
96e41abbaa
Merge pull request #2647 from KG7x/master
Fix typo & Optimize images & Cleanup
2022-12-26 13:16:52 +08:00
Asra Media Teknologi
03f126620c
Update id.rs
fixed some errors in the Indonesian translation
2022-12-26 11:24:51 +07:00
21pages
54ce0a9775 refactor audit field
Signed-off-by: 21pages <pages21@163.com>
2022-12-26 09:48:44 +08:00
21pages
56f154f69a alarm audit
Signed-off-by: 21pages <pages21@163.com>
2022-12-26 09:48:44 +08:00
21pages
866ab24087 disconnect conn from web console
Signed-off-by: 21pages <pages21@163.com>
2022-12-26 09:48:35 +08:00
21pages
38b6ba6691 split connection timer
Signed-off-by: 21pages <pages21@163.com>
2022-12-26 09:48:08 +08:00
21pages
b3114d4147 file audit
Signed-off-by: 21pages <pages21@163.com>
2022-12-26 09:48:08 +08:00
KG7x
71103886e6 Fix typo 2022-12-25 20:21:13 +03:00
KG7x
2d6075189d Cleanup 2022-12-25 19:23:03 +03:00
behrooz3500
f18aebce22 Edit Persian translations 2022-12-24 22:29:59 +03:30
BigRetroMike
e95b7197fc Polish language update;
The more I use it the more I notice the context.
2022-12-23 17:27:03 +01:00
Ivan Beà
9a203c4804
update ca.rs
changed typo seguritat->seguretat
2022-12-21 12:43:21 +01:00
Agent-JY
bbbaa88ebf
Update de.rs 2022-12-21 10:14:11 +01:00
rustdesk
ecac34af80 fix android CI 2022-12-21 14:30:24 +08:00
rustdesk
f0653bb10a fix compile again 2022-12-21 11:38:54 +08:00
rustdesk
e47d1c7dbe fix compile again 2022-12-21 11:13:08 +08:00
rustdesk
fea0171486 fix android compile issue 2022-12-21 10:57:41 +08:00
solokot
8e0b7e1fc3
Update ru.rs 2022-12-20 23:38:42 +03:00
asur4s
c267fc9d9b refactor: set default keyboard mode 2022-12-20 01:11:52 -08:00
21pages
277a4b1b29 fix reconnect when reset by the peer && improper 10054 reconnect
Signed-off-by: 21pages <pages21@163.com>
2022-12-19 15:12:11 +08:00
User
70bdfad345 Update Ukrainian UI translation (ua.rs) 2022-12-18 15:26:32 +02:00
Alt37
2490d027a5 Update Ukrainian UI translation (ua.rs) 2022-12-18 14:14:25 +02:00
fufesou
f3d71024ed comment untested android key code
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:12:34 +08:00
fufesou
98d0335607 remove warn
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:07:53 +08:00
fufesou
0c057139e4 macos mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:04:35 +08:00
fufesou
cfca4047c5 fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:03:44 +08:00
fufesou
38efbd5a17 linux remove some warns
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:03:44 +08:00
fufesou
7c8d40dc72 fix keycodes
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:03:43 +08:00
fufesou
0fb1d4049f keyboard win, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:03:43 +08:00
fufesou
4b571aaa33 refact keyboard, mid commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-12-18 15:03:39 +08:00
RustDesk
d573c6eeb1
Merge pull request #2589 from jimmyGALLAND/br-jg-lang-about
add tab about translate
2022-12-18 11:47:57 +08:00
RustDesk
a39e009fb4
Merge pull request #2583 from asur4s/master
refactor: legacy keyboard mode && release key
2022-12-18 11:42:25 +08:00
Jimmy GALLAND
15bebcf45b add tab about translate 2022-12-17 20:17:05 +01:00
asur4s
39f8e2d712 refactor: release key of server 2022-12-17 21:12:45 +08:00