Dimitrij
d5fa2f62c0
Merge pull request #2396 from BlueBlock/fix_load_misssing_localconnectionproperties_xml_file
...
Fix load misssing localconnectionproperties xml file
2023-03-21 20:44:59 +00:00
Dimitrij
fa7967190d
Merge pull request #2395 from integratorbit/v1.77.3-dev
...
Improve Disk Drive Redirection
2023-03-21 20:33:33 +00:00
BlueBlock
20e04c0d75
resolve conflicts
2023-03-21 16:04:32 -04:00
BlueBlock
d5eea9db20
Merge remote-tracking branch 'upstream/v1.77.3-dev' into pr/2395
2023-03-21 16:00:50 -04:00
BlueBlock
8cb598ce25
Update FileDataProvider.cs
...
fix creation of file LocalConnectionProperties.xml if it does not exist
2023-03-21 15:26:01 -04:00
BlueBlock
f3a57d7f23
move filename value LocalConnectionProperties.xml into settings file
2023-03-21 15:25:32 -04:00
BlueBlock
14e47def9d
Update SqlDatabaseMetaDataRetriever.cs
...
fix exception casting int64 to int32, unbox and cast to int
2023-03-21 15:24:49 -04:00
Dimitrij
7573081d7a
Merge pull request #2394 from BlueBlock/fix_rdp_operation
...
Fix RDP operation
2023-03-21 18:48:56 +00:00
Dimitrij
aaca581324
Merge pull request #2393 from BlueBlock/do_not_display_splash_on_taskbar
...
Do not show splash on taskbar
2023-03-21 18:06:52 +00:00
BlueBlock
43c2797a51
Update ProgramRoot.cs
...
do not show splash on taskbar
2023-03-21 13:56:55 -04:00
integratorbit
da6bbf65f0
Improve Disk Drive Redirection
2023-03-21 14:31:15 -03:00
BlueBlock
7d0cbf423e
add resize fallback
...
Add resize fallback if the target OS fails to resize using the most current method. (for example, this occurs with Server2008R2)
2023-03-21 13:03:21 -04:00
BlueBlock
d94eab71da
Update RdpProtocol8.cs
...
remove test code
2023-03-21 12:58:58 -04:00
BlueBlock
b0a8ccc5b6
multiple RDP issues fixed
...
- fix scale of RDP session when moving between 4k and 1080 monitors etc.
- fix inefficient continuous RDP screen resizing while the window size is changed
- add a RDP version check before attempting to use each RDP version and properties
2023-03-21 12:23:59 -04:00
BlueBlock
5cbf1f1568
adjust method access level of common protocol methods
2023-03-21 12:22:20 -04:00
BlueBlock
22cde74db2
Delete RdpProtocol6.cs
...
class renamed to RdpProtocol
2023-03-21 12:07:18 -04:00
BlueBlock
cdc3759c04
Update Optional.cs
...
- use more efficient empty assignments
- use string interpolation
- adjust method access to minimal needed
2023-03-21 12:06:38 -04:00
BlueBlock
38abc8a167
Update NotificationPanelMessageWriter.cs
...
check for object _messageWindow before using it to avoid an exception
2023-03-21 12:04:52 -04:00
BlueBlock
7c7c7086ce
Update RdpProtocolFactory.cs
...
class RdpProtocol6 renamed to RdpProtocol
2023-03-21 12:04:03 -04:00
BlueBlock
50daf64025
Update ProtocolBase.cs
...
- add check for object _interfaceControl before using it
- adjust methods to protected where appropriate
- remove unused using
2023-03-21 12:03:28 -04:00
BlueBlock
dc38df5389
Update ConnectionsService.cs
...
use object initializer and remove unused using
2023-03-21 12:00:54 -04:00
BlueBlock
a46b2c9d98
Update ProtocolFactory.cs
...
remove unused usings
2023-03-21 11:57:34 -04:00
BlueBlock
200756361c
rename base class of RDP
...
So it is consistent with other protocols, rename the RDP base class to not reflect a version.
2023-03-21 11:55:17 -04:00
Dimitrij
877a1e4cd0
Merge pull request #2391 from BlueBlock/add_set_devenvdir_to_prebuild
...
Update mRemoteNG.csproj
2023-03-20 21:16:18 +00:00
BlueBlock
a382206f5a
Update mRemoteNG.csproj
...
add setting of DevEnvDir in prebuild
2023-03-20 16:31:22 -04:00
Dimitrij
1af7a622a6
Merge pull request #2388 from BlueBlock/fix_remove_unsused_class
...
Delete RDPVersions.cs
2023-03-17 17:54:50 +00:00
Dimitrij
3f95b2aa7e
Merge pull request #2387 from BlueBlock/fix_exception_in_disposeinterface
...
Update ProtocolBase.cs
2023-03-17 17:48:43 +00:00
BlueBlock
b7871e2e04
Delete RDPVersions.cs
...
Class is unused and not needed.
2023-03-17 13:18:14 -04:00
BlueBlock
6b6ceda497
Update ProtocolBase.cs
...
check if object is disposed before working with it
2023-03-17 13:07:58 -04:00
Dimitrij
b01b8e4bc8
adjust installer script
2023-03-17 00:42:46 +00:00
Dimitrij
20f7cb1cd0
update move installer
2023-03-17 00:17:52 +00:00
Dimitrij
3e1ee0056d
small amendments
2023-03-16 23:01:06 +00:00
Dimitrij
a3a851e57f
Merge pull request #2383 from BlueBlock/fix_null_check_not_needed
...
Update PuttySessionsRegistryProvider.cs
2023-03-16 20:10:57 +00:00
BlueBlock
cf650d4318
use more efficient array
2023-03-16 16:10:01 -04:00
Dimitrij
58e7420f04
Merge pull request #2386 from BlueBlock/fix_suppress_com_warnings_on_release_build
...
Update mRemoteNG.csproj
2023-03-16 19:24:18 +00:00
Dimitrij
aedaf084d9
Merge pull request #2382 from BlueBlock/fix_more_CA1416_warnings
...
fix more CA1416 warnings
2023-03-16 19:04:47 +00:00
BlueBlock
c18f638989
Update mRemoteNG.csproj
...
suppress com warnings on release build, but display warnings on debug builds
2023-03-16 15:00:46 -04:00
BlueBlock
fb50cdc058
Update PuttySessionsRegistryProvider.cs
...
remove unreachable code
- no need to test for null, PuttySessionsKey is a const with a value set on instantiation
2023-03-16 14:35:39 -04:00
BlueBlock
68e702c344
fix more CA1416 warnings
2023-03-16 14:15:44 -04:00
Dimitrij
651b18a8b3
Merge pull request #2381 from BlueBlock/fix_obsolete_SHA1CryptoServiceProvider
...
Update PuttyKeyFileGenerator.cs
2023-03-16 17:11:53 +00:00
BlueBlock
2174e56407
Update PuttyKeyFileGenerator.cs
...
Replace use of obsolete SHA1CryptoServiceProvider with replacement call.
2023-03-16 12:59:28 -04:00
Dimitrij
ea27a4da02
Merge pull request #2380 from BlueBlock/fix_appveyor_bulk_of_changes
...
appveyor build automation
2023-03-16 16:50:53 +00:00
BlueBlock
321fd1162b
appveyor build automation
...
bulk of the changes for appveyor automation
2023-03-16 11:08:27 -04:00
Dimitrij
c51f38ddc7
Merge pull request #2379 from BlueBlock/fix_appveyor
...
additional appveyor change
2023-03-15 19:05:36 +00:00
BlueBlock
b34cd1acc5
additional appveyor change
2023-03-15 14:51:04 -04:00
Dimitrij
43f20bb83a
Merge pull request #2378 from BlueBlock/fix_adj_appveyor_build
...
appveyor build adjustment
2023-03-15 16:57:16 +00:00
Dimitrij
79b8ddef15
Merge pull request #2377 from BlueBlock/fix_putty_registry_watcher
...
Fix putty registry watcher
2023-03-15 16:49:29 +00:00
BlueBlock
2642ea0601
appveyor build adjustment
...
Further work to test appveyor builds
2023-03-15 12:46:37 -04:00
Dimitrij
7a2f934f6a
Merge pull request #2376 from BlueBlock/add_rdp_protocol_rdc11
...
add rdp protocol rdc11
2023-03-15 12:49:03 +00:00
BlueBlock
f299fefcdc
Update PuttySessionsRegistryProvider.cs
...
Remove previous fixes return statement
2023-03-15 08:22:29 -04:00