RustDesk
01f4434f6b
Merge pull request #6107 from cacing69/master
...
improve ID trans
2023-10-20 14:01:12 +08:00
RustDesk
d8f808bf38
Update es.rs
2023-10-20 13:59:48 +08:00
RustDesk
807dc7d220
Merge pull request #6093 from sahilyeole/fix/remote_home_button
...
Fix remote home button in file transfer
2023-10-20 13:52:22 +08:00
RustDesk
b14d0c9f60
Merge pull request #6040 from sahilyeole/feat/autocomplete
...
Feat autocomplete/search while typing in remote ID field
2023-10-20 13:49:52 +08:00
dignow
738a1a330c
change comment
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-20 09:17:10 +08:00
dignow
676b02c8de
fix, macos, close sessions, confirm dialog and then hide
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-20 09:15:53 +08:00
Sahil Yeole
7136400a33
remove scheduler import
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-20 05:11:07 +05:30
Sahil Yeole
4651d9df68
fix textToFind
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-20 04:50:07 +05:30
Sahil Yeole
00555a8e9e
fix text selection
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-20 04:44:53 +05:30
Sahil Yeole
e8c4615ff6
improve text selection
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-20 04:34:50 +05:30
Ibnul Mutaki
763467058b
improve ID trans
2023-10-20 04:33:16 +07:00
Patryk Krawaczyński
c055ba2985
Update Dockerfile
2023-10-19 23:19:34 +02:00
Patryk Krawaczyński
7666541905
Rename entrypoint to entrypoint.sh
...
Rename entrypoint to entrypoint.sh which is correct with shebang of the file.
2023-10-19 23:13:00 +02:00
Sahil Yeole
f4b0b39beb
show id if alias exists
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-20 02:40:54 +05:30
Sahil Yeole
cfc0925e75
reduce toLowerCase
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-20 01:35:54 +05:30
Mr-Update
4dcc368378
Update de.rs
2023-10-19 20:50:08 +02:00
Sahil Yeole
8207908d9e
fix remote home button
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-20 00:14:14 +05:30
Sahil Yeole
e08da096dd
remove home dir peer option
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-19 23:45:48 +05:30
flusheDData
1b22bf0e08
Update es.rs
...
New terms added
2023-10-19 18:32:06 +02:00
ClSlaid
fc3187a781
feat: extend file list PDU to transfer UNIX PERM
...
1. used 4 bytes out of a reserved 16 bytes section to store perm u32
2. add FLAGS_FD_UNIX_MODE: u32 = 0x08, used with flags, indicating this
message is from UNIX peer
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-20 00:23:16 +08:00
ClSlaid
7fbb4045e2
patch: fix FUSE load file
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-19 22:35:14 +08:00
ClSlaid
d0dc22794e
patch: fix file list parsing
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-19 20:01:44 +08:00
RustDesk
0f235a80e0
Merge pull request #6099 from solokot/master
...
Update ru.rs
2023-10-19 19:52:08 +08:00
solokot
2a28046382
Update ru.rs
2023-10-19 14:44:42 +03:00
ClSlaid
169bbfd2db
patch: fix clipboard local format map
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-19 17:53:05 +08:00
ClSlaid
1f52bb35ba
patch: fix server file_transfer not enabled
...
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
2023-10-19 17:20:44 +08:00
RustDesk
4a03b3d7d9
Merge pull request #6084 from 21pages/av1_record
...
AV1 record
2023-10-19 14:23:35 +08:00
RustDesk
2544a7e4ea
Merge pull request #6094 from dignow/fix/open_individual_window_offset
...
open individual window, add offset
2023-10-19 14:22:35 +08:00
dignow
fb12ba8a2b
Change the offset depending on the platform
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-19 12:36:21 +08:00
21pages
7a5bc864fa
fix client side record
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-19 09:50:55 +08:00
dignow
2e85d4b55a
add comment
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-19 07:55:55 +08:00
dignow
80951a8e6e
open individual window, add offset
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-19 07:50:59 +08:00
Sahil Yeole
9acddede65
fix remote home button
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-19 04:29:51 +05:30
RustDesk
d7036aae48
Merge pull request #6086 from dignow/fix/try_video_capturing_on_close_window
...
try stop video capturing, on close window
2023-10-18 23:15:28 +08:00
dignow
fe3924b432
try stop video capturing, on close window
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-18 20:50:20 +08:00
21pages
510cffb305
av1 record, set zero codec private
...
Signed-off-by: 21pages <pages21@163.com>
2023-10-18 19:28:12 +08:00
Sahil Yeole
05c789ae50
remove fav peers from search
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-18 16:00:50 +05:30
Sahil Yeole
5d95d61aef
remove fav peers from search
...
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
2023-10-18 14:40:29 +05:30
21pages
c61fa71a70
Revert "hide recording button if using av1"
...
This reverts commit c2023e8ca3
.
2023-10-18 13:48:12 +08:00
RustDesk
3145269f65
Merge pull request #6081 from xalt7x/ukrainian-translation
...
Update Ukrainian translation
2023-10-18 13:31:33 +08:00
RustDesk
2d00a1e265
Merge pull request #6080 from xalt7x/fix/eng-typos
...
Fix typos regarding displays
2023-10-18 13:30:08 +08:00
RustDesk
f7f178d6e3
Merge pull request #6079 from dignow/fix/change_display_resolution
...
Fix/change display resolution
2023-10-18 13:29:49 +08:00
RustDesk
18c591e0d0
Merge pull request #6078 from Kleofass/patch-2
...
Update lv.rs
2023-10-18 13:27:19 +08:00
xalt7x.service
749241f4e5
Fix typos regarding displays
2023-10-18 07:13:48 +03:00
xalt7x.service
997c368604
Update Ukrainian translation
2023-10-18 07:09:56 +03:00
dignow
ed28928c84
fix build linux
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-18 12:06:55 +08:00
dignow
b55c916e77
add comments
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-18 11:39:05 +08:00
dignow
4d537b2a9a
fix/change_display_resolution, send change resolution message
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-18 11:35:28 +08:00
dignow
21f7d6c9b9
fix/change_display_resolution, send switch display msg
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-18 10:45:46 +08:00
dignow
c1b865d00e
fix, change_display_resolution, add comments
...
Signed-off-by: dignow <linlong1265@gmail.com>
2023-10-18 09:59:02 +08:00