Commit Graph

3670 Commits

Author SHA1 Message Date
Josh Soref
49c1b3a2df spelling: another
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-01-09 12:58:33 -05:00
Josh Soref
2929d0f6a5 spelling: android
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
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
21pages
658c6500d9 adjust server setting ui
Signed-off-by: 21pages <pages21@163.com>
2023-01-09 19:28:56 +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
12b02514a4 fix one warning 2023-01-09 18:45:38 +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
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