Commit Graph
100 Commits
Author SHA1 Message Date
rustdesk b213fd091c update README 2023-07-03 23:47:34 +08:00
rustdesk bcbdf90e8d modify task temp 2023-07-03 22:52:11 +08:00
rustdesk b3a44ef872 change back to original ci 2023-07-03 17:08:50 +08:00
rustdesk 40252b9817 last try 2023-07-03 17:05:21 +08:00
rustdesk 1f6753976b fix ci 2023-07-03 16:55:41 +08:00
rustdesk 0c9dccaa01 fix ci 2023-07-03 16:53:50 +08:00
rustdesk 82219775e3 change download page to https://rustdesk.com/download 2023-07-03 16:43:39 +08:00
rustdesk 86a2ace904 disable arm build in pr 2023-07-03 16:00:15 +08:00
rustdesk a490d7944f stupid action 2023-07-03 14:43:03 +08:00
rustdesk 358ccb70a4 fix my stupid 2023-07-03 14:36:18 +08:00
rustdesk d9f58ed4df workaround of exit tray in windows 2023-07-02 11:22:52 +08:00
rustdesk 2f16d4c662 downgrade win manager, new one introduce api-ms-win-shcore-scaling-l1-1-1.dll, and seems slow 2023-07-02 10:15:15 +08:00
rustdesk ffb11dce61 make sure conn_id > 0 2023-07-02 01:27:34 +08:00
rustdesk 5995c36379 new specific update_session_id action 2023-07-01 21:14:48 +08:00
rustdesk f0ca66164c update_session_id 2023-07-01 16:36:43 +08:00
rustdesk 8ab2a79fa2 refactoring conn audit, add session_id (both session_id and conn_id on
sever side), use session_id instead of conn_id for client id, and remove
conn_id in protobuf
2023-07-01 16:21:36 +08:00
rustdesk 422062b432 upgrade window_manager 2023-07-01 13:20:37 +08:00
rustdesk 324447ffc8 fix sciter bundle 2023-06-30 22:13:34 +08:00
rustdesk 79f8727c69 move super.dispose ahead in async dispose 2023-06-30 14:01:12 +08:00
rustdesk 907a62a586 secure request_relay https://github.com/rustdesk/rustdesk/pull/4800 2023-06-30 13:37:51 +08:00
rustdesk e752c726ed workaround of issue #2756 2023-06-29 23:46:45 +08:00
rustdesk 9f7706ca3e hide/show tags panel button 2023-06-29 15:18:35 +08:00
rustdesk 67e7b54c56 fix ci 2023-06-29 13:25:17 +08:00
rustdesk d95595add4 fix last commit 2023-06-29 12:13:20 +08:00
rustdesk f6eca851e1 rustc 1.69 -> 1.70 2023-06-29 12:08:36 +08:00
rustdesk 2194b2afb2 disable stupid ffigen in build.rs by default 2023-06-29 12:05:47 +08:00
rustdesk a3b0579e92 fix windows package low resolution icon 2023-06-29 11:37:09 +08:00
rustdesk 5c7b7c27ac try fix CI 2023-06-29 11:28:10 +08:00
rustdesk bb679bf25a may help issue #4714 #4780 2023-06-28 17:09:23 +08:00
rustdesk 9fa9128892 exit directly in rustdesk_core_main for macos 2023-06-28 12:05:27 +08:00
rustdesk c66e8312de NSApplication.shared.terminate not exit? 2023-06-28 11:34:08 +08:00
rustdesk 8709b6bc93 reset onlinestatus after test rendezvous servers 2023-06-27 22:24:08 +08:00
rustdesk 56eac7294c reuseaddr in listen_any 2023-06-27 15:20:32 +08:00
rustdesk 22558b5775 fix ci 2023-06-27 13:52:29 +08:00
rustdesk 4146e9a334 option_env!("API_SERVER") 2023-06-27 13:39:33 +08:00
rustdesk f2eb73ce8e missed file 2023-06-27 13:28:19 +08:00
rustdesk 46f29f41af disable windows position env, https://www.reddit.com/r/rustdesk/comments/14ijhx6/windows_10_and_11_multiple_screens_causes/ 2023-06-27 13:26:55 +08:00
rustdesk c8176eb7c6 fix currentUser not logout when max_peer limit because my_id is not
initialzied
2023-06-27 01:16:39 +08:00
rustdesk 5b093f5f32 fix changeid 2023-06-26 23:27:18 +08:00
rustdesk 0d658963e4 Enable change id only when connected 2023-06-26 22:05:27 +08:00
rustdesk 5455cd3dea better peer tab 2023-06-24 18:27:47 +08:00
rustdesk c099ff2d8b chore 2023-06-24 17:52:48 +08:00
rustdesk da1d3466b7 fix ci, no idea why my rustdesk_thirdparty_lib repo can not be checkout
without username
2023-06-24 16:32:39 +08:00
rustdesk 81468902ee fix ci 2023-06-24 16:21:05 +08:00
rustdesk 6e78a7debf fix ci 2023-06-24 16:16:29 +08:00
rustdesk 233e9d80e6 refactor to avoid option sync problem on android 2023-06-24 16:13:20 +08:00
rustdesk fbf31f1f1d chore 2023-06-24 02:59:50 +08:00
rustdesk 563a205600 remove stupid logic 2023-06-23 18:37:23 +08:00
rustdesk 31eea1482b remove stupid group, bad implementation, buggy, and not usable 2023-06-23 17:05:48 +08:00
rustdesk 58e4d66b44 add force, quiet to pullAb, no force pull while switch tab, this may be
not good, because data not updated, have to do with refresh button, we
may change to quiet pull in the future
2023-06-23 15:10:10 +08:00
rustdesk 977ac2a3b2 revert back to hasScrollBody=false, though true can remember scroll
position, but it causes much more problems
2023-06-23 13:26:45 +08:00
rustdesk fea9cfba7f stupid guy doesn not know what is consistency 2023-06-23 12:58:27 +08:00
rustdesk d851fb58e0 switch peer tab does not reset scroll position 2023-06-23 12:32:18 +08:00
rustdesk 57debc6339 fix peers loaded bug and fix group style on desktop, mobile has more
pending problems
2023-06-23 00:32:43 +08:00
rustdesk 20db4bed01 avoid currentUser call more than once when initializing app 2023-06-22 23:19:26 +08:00
rustdesk 5831db260f fix login error 2023-06-22 22:33:54 +08:00
rustdesk ac8fc71b3b autoLogin and trustThisDevice are two different things 2023-06-22 22:11:35 +08:00
rustdesk e87e4a30ac remove from_remote 2023-06-22 18:13:15 +08:00
rustdesk 0a5ddd6054 fix ab style 2023-06-22 11:52:25 +08:00
rustdesk bacba010e3 fix ci 2023-06-22 10:04:16 +08:00
rustdesk 23389ef140 fix mobile home page style 2023-06-21 23:29:12 +08:00
rustdesk 3e27f82765 fix issue #4726 2023-06-21 19:55:50 +08:00
rustdesk e8563a05c7 fix ab style 2023-06-21 19:39:55 +08:00
rustdesk c4c31f2d03 fix sciter login handling, and remove ab tag border 2023-06-21 18:39:26 +08:00
rustdesk df707e224e remove _hideSort which cause wrong state, let check directly 2023-06-21 01:33:52 +08:00
rustdesk 0fc98a9a76 fix hideSort not conform to currentTab 2023-06-21 01:23:27 +08:00
rustdesk 3b39a0dc44 remove one warn 2023-06-21 00:30:34 +08:00
rustdesk 0174f6d703 the guys never handle error 2023-06-20 23:53:08 +08:00
rustdesk f327364d32 remove odic in config 2023-06-20 21:15:46 +08:00
rustdesk 6f18083774 fix address book ugly style 2023-06-20 21:05:50 +08:00
rustdesk 22b0b54527 add build date to mobile 2023-06-19 15:06:40 +08:00
rustdesk 9d541cd390 use forked reqwest to remove "new connection" log 2023-06-17 21:26:27 +08:00
rustdesk 60a0c2a0aa flutter 3.10.5 2023-06-17 21:03:55 +08:00
rustdesk 82d6032655 no mask check for wol to avoid unexpected bug 2023-06-17 00:17:56 +08:00
rustdesk a565c12c2d refactor lan again 2023-06-16 21:30:07 +08:00
rustdesk 8f2a7fdd3e improve lan discovery 2023-06-16 21:18:18 +08:00
rustdesk bb93bc7d52 add comment 2023-06-16 20:55:24 +08:00
rustdesk ce1337ab11 remove is_private in lan, https://github.com/rustdesk/rustdesk/issues/4663#issuecomment-1594619322 2023-06-16 20:54:10 +08:00
rustdesk d285773219 remove more dead code 2023-06-16 20:45:22 +08:00
rustdesk 3c2fd6253c remove dead code 2023-06-16 20:04:12 +08:00
rustdesk 5f4a1960fa rename to "accept and elevate" button 2023-06-14 21:30:05 +08:00
rustdesk 40ce50dae1 crate::common:: -> crate:: 2023-06-13 11:10:49 +08:00
rustdesk b7671775e9 fix ipv6 direct access: issue #4623 2023-06-12 15:20:30 +08:00
rustdesk 1ededa3476 add some serde skip 2023-06-11 13:33:38 +08:00
rustdesk 9677bd1863 exit directly if no --server for --tray 2023-06-10 22:26:30 +08:00
rustdesk f22aa0c97e fix process check 2023-06-10 22:18:50 +08:00
rustdesk 813231e799 fix exit again 2023-06-10 21:30:53 +08:00
rustdesk 2a139c41c6 fix linux exit 2023-06-10 20:48:57 +08:00
rustdesk 7fba1800ec fix linux uni (url) and tray exit 2023-06-10 18:24:03 +08:00
rustdesk 87b32ad8c4 use autostart for --tray in linux because pkexec not work well when start it with --server 2023-06-10 01:55:32 +08:00
rustdesk b14ae250b7 fix CI 2023-06-09 23:42:18 +08:00
rustdesk 330bc03768 remove linux tray, since pkexec can not work under run_as env 2023-06-09 23:16:21 +08:00
rustdesk 53431eb162 no duplidate trays 2023-06-09 22:33:38 +08:00
rustdesk 644da37a4f refactor tray uninstall service 2023-06-09 22:02:25 +08:00
rustdesk 1ad5d0b726 simplify uri 2023-06-09 21:36:12 +08:00
rustdesk ee5c656e22 fix linux uri 2023-06-09 20:57:39 +08:00
rustdesk 501323ff6a const sessionId for mobile 2023-06-09 19:57:37 +08:00
rustdesk 024c181d69 fix android https://github.com/rustdesk/rustdesk/issues/4533#issuecomment-1584064510 2023-06-09 17:07:49 +08:00
rustdesk 90aa95ef21 remove --reinstall 2023-06-09 15:15:54 +08:00
rustdesk e47d921ac6 try sleep 3 for fixing tray exit not works because of pkexec in linux 2023-06-09 14:02:27 +08:00