dignow
|
b5bd628488
|
apply current theme mode
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-07-01 15:06:56 +08:00 |
|
dignow
|
588168f638
|
replace close button to inkwell
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-07-01 14:43:00 +08:00 |
|
dignow
|
fe7bbdee2b
|
login dialog, add button style for close button
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-07-01 13:57:29 +08:00 |
|
RustDesk
|
24539c1241
|
Merge pull request #4811 from dignow/refact/login_dialog
refact login dialog
|
2023-07-01 13:00:58 +08:00 |
|
dignow
|
63533480dc
|
refact login dialog
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-07-01 12:54:19 +08:00 |
|
RustDesk
|
849ae9e55f
|
Merge pull request #4809 from dignow/refact/login_dialog
Immediately show the login dialog
|
2023-07-01 10:53:26 +08:00 |
|
dignow
|
a10433e2e0
|
Immediately show the login dialog
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-07-01 10:19:59 +08:00 |
|
21pages
|
89071a4fdb
|
fix connection note
Signed-off-by: 21pages <pages21@163.com>
|
2023-07-01 09:40:04 +08:00 |
|
rustdesk
|
9f7706ca3e
|
hide/show tags panel button
|
2023-06-29 15:18:35 +08:00 |
|
21pages
|
07d9162491
|
remove PopupMenuButton default tooltip, and then long press will pop up menu
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-29 10:26:03 +08:00 |
|
21pages
|
08762ca727
|
fix note dialog
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-29 06:48:11 +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
|
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
|
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
|
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
|
cf856af933
|
Merge pull request #4738 from dignow/refact/store_user_info
Refact/store user info
|
2023-06-22 15:42:37 +08:00 |
|
dignow
|
aaaadfb19d
|
simple refact
Signed-off-by: dignow <linlong1265@gmail.com>
|
2023-06-22 15:09:47 +08:00 |
|
rustdesk
|
0a5ddd6054
|
fix ab style
|
2023-06-22 11:52:25 +08:00 |
|
21pages
|
c02a502a7f
|
peer tab use icon
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-22 08:49:58 +08:00 |
|
fufesou
|
4f50e3d934
|
debug, store user info
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-22 00:55:51 +08:00 |
|
fufesou
|
54cc45dd66
|
change user payload
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-22 00:55:50 +08:00 |
|
fufesou
|
8dd218235d
|
store user info after login
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-22 00:55:50 +08:00 |
|
rustdesk
|
23389ef140
|
fix mobile home page style
|
2023-06-21 23:29:12 +08:00 |
|
rustdesk
|
e8563a05c7
|
fix ab style
|
2023-06-21 19:39:55 +08:00 |
|
fufesou
|
321f193f4d
|
fix address book state
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-21 18:28:52 +08:00 |
|
fufesou
|
2d0a2d6436
|
trivial change
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-21 16:47:01 +08:00 |
|
fufesou
|
10508a41b1
|
manage network state for both user info and user group
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-21 16:37:27 +08:00 |
|
fufesou
|
bf1cf29cb9
|
fix user login state
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-21 16:37:27 +08:00 |
|
21pages
|
0894ae554e
|
use ReorderableDelayedDragStartListener for mobile
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-21 15:05:19 +08:00 |
|
RustDesk
|
eababdcf79
|
Merge pull request #4719 from 21pages/group
peer ab/group tab refresh, animated refresh icon
|
2023-06-21 12:13:35 +08:00 |
|
21pages
|
0bda66dd7f
|
peer ab/group tab refresh, animated refresh icon
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-21 12:11:41 +08:00 |
|
RustDesk
|
5f5d63187d
|
Merge pull request #4716 from 21pages/group
filter group peers without http request
|
2023-06-21 10:41:57 +08:00 |
|
21pages
|
ec9062f505
|
filter group peers without http request
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-21 09:43:09 +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
|
d7a7f87a75
|
Merge pull request #4712 from fufesou/refact/query_online_on_load_peers
query online on load peers
|
2023-06-20 23:38:18 +08:00 |
|
fufesou
|
277804feef
|
query online on load peers
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-20 23:34:05 +08:00 |
|
rustdesk
|
6f18083774
|
fix address book ugly style
|
2023-06-20 21:05:50 +08:00 |
|
21pages
|
148534540b
|
rename autoLogin to trustThisDevice
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-20 07:54:34 +08:00 |
|
RustDesk
|
a5ffb5f512
|
Merge pull request #4680 from 21pages/visit
fix group visit
|
2023-06-17 23:45:57 +08:00 |
|
21pages
|
8b7a145c61
|
fix group visit
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-17 22:43:26 +08:00 |
|
fufesou
|
ec51cc4c0d
|
fix delete peer on lan
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-16 18:53:46 +08:00 |
|
fufesou
|
5a88841ffd
|
oidc buttons, depends on server options
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-14 15:17:20 +08:00 |
|
fufesou
|
b27ae877d3
|
oidc, login , launch url with external application
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-12 21:25:59 +08:00 |
|
21pages
|
5729cbf77d
|
rename menubar as toolbar in code and view
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-11 16:41:12 +08:00 |
|
21pages
|
844e7420de
|
option collapse toolbar
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-11 15:59:02 +08:00 |
|
21pages
|
afcb488838
|
fix mobile language update
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-10 09:38:37 +08:00 |
|
21pages
|
583c83ac9b
|
fix sort by menu overflow
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-10 06:56:45 +08:00 |
|
NicKoehler
|
c9ce5233f5
|
send when left shift key is not pressed
|
2023-06-08 16:00:48 +02:00 |
|
NicKoehler
|
92fada0c8e
|
removed useless container and sendOnEnter
|
2023-06-08 12:51:13 +02:00 |
|
21pages
|
2ececed0c1
|
use uuid as session id
Signed-off-by: 21pages <pages21@163.com>
|
2023-06-08 07:24:02 +08:00 |
|
grummbeer
|
56540ec7b6
|
Dialogs. Cleanup request elevation dialog.
|
2023-06-07 15:14:25 +02:00 |
|
grummbeer
|
17a61b5103
|
Cleanup Dialogs. Remove extra space on RDP dialog
|
2023-06-06 20:41:20 +02:00 |
|
fufesou
|
a8b1e3ff7e
|
fix login
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-06-04 14:29:00 +08:00 |
|
fufesou
|
f952c32c90
|
remove auto login checkbox
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-05-31 17:17:45 +08:00 |
|
fufesou
|
c28387c8c6
|
fix oidc login
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-05-30 15:32:19 +08:00 |
|
21pages
|
3ec13714c9
|
opt mobile chat page style
Signed-off-by: 21pages <pages21@163.com>
|
2023-05-29 10:19:34 +08:00 |
|
NicKoehler
|
04cfd4ab3f
|
fix messages order/color
|
2023-05-25 12:04:52 +02:00 |
|
NicKoehler
|
349b54b4b4
|
fix padding
|
2023-05-24 20:26:41 +02:00 |
|
rustdesk
|
bd3386e014
|
remove fluent
|
2023-05-24 14:18:42 +08:00 |
|
RustDesk
|
fd60d8d51f
|
Merge pull request #4438 from NicKoehler/chat
Connection/Chat
|
2023-05-21 20:27:59 +08:00 |
|
21pages
|
e482dc3e2b
|
aom encode/decode
Signed-off-by: 21pages <pages21@163.com>
|
2023-05-21 16:26:18 +08:00 |
|
NicKoehler
|
9374188ea9
|
replaced hardcoded chatpage size with expanded, alignment adjustments
|
2023-05-21 10:20:40 +02:00 |
|
NicKoehler
|
11fc56ab2c
|
switched to grid layout
|
2023-05-20 15:12:52 +02:00 |
|
NicKoehler
|
f106a116ab
|
larger chat and moved to left
|
2023-05-19 23:21:13 +02:00 |
|
Kingtous
|
77fa807b57
|
feat: implement dialog callback
|
2023-05-08 12:34:19 +08:00 |
|
21pages
|
1100b2a465
|
show fingerprint
Signed-off-by: 21pages <pages21@163.com>
|
2023-04-19 15:52:15 +08:00 |
|
NicKoehler
|
5645def1d2
|
fix sort inconsistency
|
2023-04-17 13:53:55 +02:00 |
|
21pages
|
b2c0590898
|
merge mobile/desktop remote toobar code
Signed-off-by: 21pages <pages21@163.com>
|
2023-04-13 09:22:29 +08:00 |
|
fufesou
|
6c78e7bf74
|
fix mobile show chat window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-04 09:51:41 +08:00 |
|
fufesou
|
5fcb30d3c7
|
restore lang
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:57 +08:00 |
|
fufesou
|
86c063eecb
|
remember os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:56 +08:00 |
|
fufesou
|
8aa5f3a2a7
|
mobile, edit os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:53 +08:00 |
|
fufesou
|
888c851167
|
desktop, remote toolbar, os account
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:53 +08:00 |
|
fufesou
|
3fd1da05f4
|
tmp commit
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:53 +08:00 |
|
fufesou
|
9448e35b46
|
update dialog style
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:52 +08:00 |
|
fufesou
|
461aa622f8
|
fix build
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-04-03 13:16:50 +08:00 |
|
rustdesk
|
8b1fb742b4
|
Icons.list_rounded looks bad on Windows.
https://github.com/rustdesk/rustdesk/issues/3885#issuecomment-1493356168
|
2023-04-03 00:24:39 +08:00 |
|
fufesou
|
db6513818d
|
some comments
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-25 16:34:41 +08:00 |
|
fufesou
|
a6cfed3f11
|
fix connect dialog, check controller null
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-24 19:09:50 +08:00 |
|
fufesou
|
98f24bb85a
|
better connect dialog tips
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-24 16:22:05 +08:00 |
|
fufesou
|
8ebfd3f628
|
refactor dialog
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-24 15:21:14 +08:00 |
|
grummbeer
|
f2ec6ff12a
|
Unify Input. Remove hardcoded style (login)
|
2023-03-18 04:48:56 +01:00 |
|
grummbeer
|
011f41a0ad
|
Unify Input. Remove hardcoded style (address book)
|
2023-03-18 04:48:56 +01:00 |
|
grummbeer
|
97bd83f18f
|
Unify Input. Remove hardcoded style (rdp)
|
2023-03-18 04:48:56 +01:00 |
|
grummbeer
|
1faaca90ac
|
Unify Input. Remove hardcoded style (ip whitelist)
|
2023-03-18 04:48:56 +01:00 |
|
grummbeer
|
55021fc5d9
|
Unify Input. Remove hardcoded style (change id)
|
2023-03-18 04:48:56 +01:00 |
|
NicKoehler
|
35c3bc37aa
|
fix flashing message
|
2023-03-14 22:10:04 +01:00 |
|
NicKoehler
|
050e107cb6
|
dynamic width based on translated strings #3625
|
2023-03-13 09:05:38 +01:00 |
|
21pages
|
118bd9523a
|
Increase contrast of quality monitor
Signed-off-by: 21pages <pages21@163.com>
|
2023-03-13 09:53:06 +08:00 |
|
NicKoehler
|
c1d5f743a9
|
added phrases for every empty peer type
|
2023-03-10 19:37:49 +01:00 |
|
rustdesk
|
a6deacb92b
|
remove alias and disable status in peer card sort
|
2023-03-10 15:25:19 +08:00 |
|
RustDesk
|
04bd8e167a
|
Merge branch 'master' into sort-favorites
|
2023-03-10 13:05:24 +08:00 |
|
fufesou
|
b566251986
|
fix peer online state
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-09 13:07:56 +08:00 |
|
fufesou
|
812c0c7fe1
|
better interval
Signed-off-by: fufesou <shuanglongchen@yeah.net>
|
2023-03-09 11:54:17 +08:00 |
|