rustdesk/flutter/lib/common/widgets
21pages 0f44de7dc3
refactor windows specific session (#7170)
1. Modify the process to have the control side lead the session switching: After the control side sends a `LoginRequest`, the controlled side will add all session information and the current session ID in the `LoginResponse`. Upon receiving the `LoginResponse`, the control side will check if the current session ID matches the ID in the `LoginConfigHandler`. If they match, the control side will send the current session ID. If they don't match, a session selection dialog will pop up, the selected session id will be sent. Upon receiving this message, the controlled side will restart if different or sub service if same .
2. Always show physical console session on the top
3. Show running session and distinguish sessions with the same name
4. Not sub service until correct session id is ensured
5. Fix switch sides not work for multisession session
6. Remove all session string join/split except get_available_sessions in
   windows.rs
7. Fix prelogin, when share rdp is enabled and there is a rdp session,
   the console is in login screen, get_active_username will be the rdp's
   username and prelogin will be false, cm can't be created an that
   causes disconnection in a loop
8. Rename all user session to windows session

Known issue:
1. Use current process session id for `run_as_user`, sahil says it can
   be wrong but I didn't reproduce.
2. Have not change tray process to current session
3. File transfer doesn't update home directory when session changed
4. When it's in login screen, remote file directory is empty, because cm
   have not start up

Signed-off-by: 21pages <pages21@163.com>
2024-02-18 22:08:25 +08:00
..
address_book.dart add option filter ab by intersection 2023-10-11 16:50:48 +08:00
animated_rotation_widget.dart don't use Offstage as widget of animated loading, reuse refresh as 2023-08-18 12:58:37 +08:00
autocomplete.dart update pubspec.lock, remove some deprecated (#7110) 2024-02-12 21:39:19 +08:00
chat_page.dart opt mobile unread and autoSizeTextField 2023-07-10 22:21:01 +08:00
custom_password.dart complex pernament password 2023-01-16 19:49:18 +08:00
dialog.dart refactor windows specific session (#7170) 2024-02-18 22:08:25 +08:00
gestures.dart fix mobile mouse mode 2023-07-25 22:09:42 +08:00
login.dart Refact, verification login with secret (#6943) 2024-01-22 11:14:28 +08:00
my_group.dart show username followed by a 'Me' tag, use first letter as avatar 2023-09-26 18:01:33 +08:00
overlay.dart update pubspec.lock, remove some deprecated (#7110) 2024-02-12 21:39:19 +08:00
peer_card.dart update pubspec.lock, remove some deprecated (#7110) 2024-02-12 21:39:19 +08:00
peer_tab_page.dart Peers. Multiselect. Provide actions only if peers selected (#7122) 2024-02-13 22:10:32 +08:00
peers_view.dart debug, query_onlines_block_thread 2023-11-16 10:32:22 +08:00
remote_input.dart release keys for flutter input source 2023-11-29 21:05:21 +08:00
setting_widgets.dart mobile/desktop use same 'other default settings' (#6652) 2023-12-11 15:32:13 +08:00
toolbar.dart Disable file copy & paste in view mode (#6749) 2023-12-25 21:49:34 +08:00