Commit Graph

3756 Commits

Author SHA1 Message Date
rustdesk
80c1b89b47 add unit test to test_if_valid_server 2023-01-09 18:28:11 +08:00
RustDesk
3ac37b9686
Merge pull request #2770 from fufesou/fix/macos_workaround_arrow_keys
fix arrow keys on MacOS
2023-01-09 14:54:54 +08:00
fufesou
d2717f29bf fix arrow keys on MacOS
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-09 14:36:42 +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
87f203db4a fix loginDialog focus conflict 2023-01-09 14:43:05 +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
RustDesk
66a95c8cf9
Merge pull request #2766 from Mr-Update/patch-3
Update de.rs
2023-01-09 10:10:55 +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
csf
a01b87510c move login.dart 2023-01-08 23:30:34 +09:00
RustDesk
f1243f4190
Merge pull request #2761 from Kingtous/master
feat: add AppImage for the nightly flutter version of rustdesk
2023-01-08 15:55:01 +08:00
Kingtous
9245e13057 fix: use appimage feature 2023-01-08 10:27:00 +08:00
Kingtous
3bf2d749fe add: sudo priviledge 2023-01-08 08:58:30 +08:00
Kingtous
3af0a60309 fix: use tmp folder to download appimage-builder 2023-01-08 08:23:06 +08:00
Kingtous
b28e4b0e60 feat: appimage nightly ci 2023-01-08 00:22:15 +08:00
Kingtous
85e4e0fe4e feat: add appimage build for flutter 2023-01-08 00:14:04 +08:00
RustDesk
e9e8620145
Merge pull request #2751 from solokot/master
update ru.rs
2023-01-07 19:25:11 +08:00
solokot
f2cc993e1b
update ru.rs 2023-01-07 12:19:27 +03:00
rustdesk
aefbaf3398 Merge branch 'master' of github.com-rustdesk:rustdesk/rustdesk 2023-01-07 13:13:02 +08:00
rustdesk
6ebe25a6ba remove counter https://stackoverflow.com/questions/51893926/how-can-i-hide-letter-counter-from-bottom-of-textfield-in-flutter 2023-01-07 13:12:51 +08:00
RustDesk
609001b178
Merge pull request #2750 from Kingtous/master
fix: save/restore window position on macos
2023-01-07 12:56:12 +08:00
Kingtous
40e9462679 fix: save/restore window position on macos
also hide on launch
2023-01-06 20:40:29 -08:00
rustdesk
c1f983a952 remove ENABLE_HARDENED_RUNTIME in debug to make flutter run -d macos
works under m1
2023-01-06 21:33:01 +08:00
RustDesk
15512070fc
Merge pull request #2745 from fufesou/fix/scale_original_ignore_dpi
scale original ignore dpi
2023-01-06 21:00:40 +08:00
fufesou
947b7c9a4d disable scroll options when image is wrapped by window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-06 20:26:34 +08:00
fufesou
921b049e1e ignore dpi while scale original
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2023-01-06 20:26:34 +08:00
RustDesk
f34c87bb17
Merge pull request #2744 from jernejs/master
Slovenian translation fixes
2023-01-06 20:07:15 +08: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
a93e6d453b
Merge pull request #2743 from sj6219/delta
windows extended key
2023-01-06 19:36:50 +08:00
sj6219
c5e39f4bbb windows extended key 2023-01-06 20:07:43 +09:00
csf
3e357159f3 refactor user login:
1. opt request json type.
2. desktop and mobile use same loginDialog.
3. opt loginDialog UI style.
4. opt login request Exception catch.
2023-01-06 19:26:19 +09:00
rustdesk
56e699a5e6 adjust input style of "enter id" 2023-01-06 17:10:38 +08:00
rustdesk
5a91701d3d fix ci 2023-01-06 15:37:15 +08:00
RustDesk
6886a8948b
Merge pull request #2736 from Kingtous/feat/macos/rcodesign
feat: add macos p12 codesign for nightly build
2023-01-06 14:10:47 +08:00
RustDesk
68af9673d8
Merge pull request #2737 from amyipdev/remove-unnecessary-allow
remove unnecessary allow block
2023-01-06 13:21: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
Amy Parker
84e4389943
remove unnecessary allow block
Patch #2701 (609117c: "ignore style warnings in libs/scrap") was merged,
but the RustDesk team decided to later instead changed
is_cursor_embedded to uppercase (see discussion on the PR), thus no
longer triggering the warning and no longer needing the allow block.
This was changed in (b723f84: "fix linux to mac, keyboard input"). This
patch removes the now unnecessary allowances.

Signed-off-by: Amy Parker <apark0006@student.cerritos.edu>
Cc: fufseou <shuanglongchen@yeah.net>
2023-01-05 20:32:53 -08:00
rustdesk
b048e5b280 adding input monitoring priviledge detect for mac 2023-01-06 12:20:26 +08:00
kingtous
b3c8579102 opt: add notarize doc 2023-01-06 11:59:09 +08:00
kingtous
98dec7b2ef opt: codesign with runtime option 2023-01-06 11:59:09 +08:00
kingtous
04c457aa4e opt: speed up macos bridge ci speed 2023-01-06 11:59:09 +08:00
kingtous
1083f5cfca opt: use macos latest host runner 2023-01-06 11:59:09 +08:00
kingtous
632a981a84 fix: enable hardened runtime in whole project 2023-01-06 11:59:09 +08:00
kingtous
863ba0f4fb feat: notarize dmg support 2023-01-06 11:59:09 +08:00
kingtous
6156faef25 feat: codesign recursively 2023-01-06 11:59:08 +08:00