Dimitrij
67244f1957
Merge pull request #2400 from BlueBlock/fix_database_columns_and_some_tests
...
Fix database columns and some tests
2023-03-24 06:08:48 +00:00
BlueBlock
0a304e9a03
add missing objects needed in tests
2023-03-24 01:35:37 -04:00
BlueBlock
05154af606
code formatting
2023-03-24 01:34:51 -04:00
BlueBlock
7454b15ec9
adjust app to use 2.8 xsd schema
2023-03-24 01:33:30 -04:00
BlueBlock
38f435f639
Update RemoteDesktopConnectionDeserializer.cs
...
add missing serializer
2023-03-24 01:32:21 -04:00
BlueBlock
5f38ec7210
Update SqlVersion29To30Upgrader.cs
...
add missing DB column UserViaAPI
2023-03-24 01:31:41 -04:00
BlueBlock
ca143bf969
Update mremoteng_confcons_v2_8.xsd
...
inherit should be boolean
2023-03-24 01:29:39 -04:00
BlueBlock
402e5c3665
Create mRemoteNG.lutconfig
...
live test runner config file
2023-03-24 01:27:52 -04:00
BlueBlock
290dbcc3ed
Update SqlDatabaseMetaDataRetriever.cs
...
- add missing db column UserViaAPI
- formatting and remove commented code
2023-03-24 01:26:44 -04:00
Dimitrij
a7749c70e7
Merge pull request #2399 from BlueBlock/fix_database_use
...
Fix database use
2023-03-23 22:01:40 +00:00
BlueBlock
9f0cfd5f22
Update CsvConnectionsDeserializerMremotengFormatTests.cs
...
fix test
2023-03-23 17:47:27 -04:00
BlueBlock
f47434c09e
Merge remote-tracking branch 'upstream/v1.77.3-dev' into fix_database_use
2023-03-23 17:44:39 -04:00
BlueBlock
795a4b571e
Update AbstractConnectionRecord.cs
...
defaults set not needed
2023-03-23 17:26:11 -04:00
BlueBlock
f71727e05e
Update SqlConnectionsUpdateChecker.cs
...
code formatting
2023-03-23 16:34:37 -04:00
BlueBlock
d2fa8e86b1
Update DatabaseConnectorFactory.cs
...
add TODO
2023-03-23 16:34:15 -04:00
BlueBlock
23dcd9d30f
Update MySqlDatabaseConnector.cs
...
add TODO
2023-03-23 16:33:55 -04:00
BlueBlock
d6890c6ecd
refactor to newer c# code statements
2023-03-23 16:32:14 -04:00
BlueBlock
b1a6ba78d4
fix database upgrades
...
- fix tested db upgrading for each version
- fix version check for 3.0
2023-03-23 16:31:28 -04:00
BlueBlock
e6abe3f3a1
simple code reformatting
2023-03-23 16:30:04 -04:00
BlueBlock
6c32540ecb
refactor class mssql to sql
...
refactor class mssql to sql
code formatting
refactor null check
use db TRUNCATE instead of DELETE (mysql warns about mass DELETE)
2023-03-23 16:27:17 -04:00
BlueBlock
951ad5cd0a
Update ConnectionsService.cs
...
use universal time for db time
2023-03-23 16:23:45 -04:00
BlueBlock
5f56477123
Update MiscTools.cs
...
- add GetBooleanValue method for getting bool from databases
- use universal time for db time
2023-03-23 16:22:38 -04:00
BlueBlock
3180f38a1d
Update AbstractConnectionRecord.cs
...
fix to add redirectdiskdrives default value
2023-03-23 16:21:34 -04:00
BlueBlock
07f15993e5
Update SettingsLoader.cs
...
refactor null check
2023-03-23 16:20:55 -04:00
BlueBlock
fc8e9c7689
rename class from mssql to sql
...
This class is not dedicated to mssql but is used by all sql databases. Rename to reflect this.
2023-03-23 16:20:01 -04:00
BlueBlock
7cb20b9e28
Update Runtime.cs
...
use universal time for stored DB time since users can span time zones
2023-03-23 15:16:28 -04:00
BlueBlock
ffc2351d64
Update ConnectionsFileInfo.cs
...
latest db version should be 3.0
2023-03-23 15:15:36 -04:00
Dimitrij
f10fec61ac
Merge pull request #2398 from BlueBlock/fix_deserializer_test
...
Update CsvConnectionsDeserializerMremotengFormatTests.cs
2023-03-23 16:39:01 +00:00
BlueBlock
e41200067c
Update CsvConnectionsDeserializerMremotengFormatTests.cs
...
fix test, missing changes needed for RedirectDrives PR
2023-03-23 12:18:28 -04:00
Dimitrij
30f6d3dde7
Merge pull request #2397 from BlueBlock/fix_remove_exception_test
...
Update ProgramRoot.cs
2023-03-21 20:59:32 +00:00
BlueBlock
7f9dcb11f0
Update ProgramRoot.cs
...
remove exception test
2023-03-21 16:49:59 -04:00
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