David Sparer
|
227f3b2924
|
fix csv serialization bug where some empty fields would not be included
related to #911
|
2018-03-10 17:47:33 -06:00 |
|
David Sparer
|
5076f1354c
|
fix bug where inheritance is incorrectly allowed on nodes under the root node after deserializing
|
2018-03-10 16:37:54 -06:00 |
|
David Sparer
|
9b438576f2
|
deserializing enums now ignores case. resolves #899
|
2018-02-27 09:48:09 -06:00 |
|
David Sparer
|
516182ec40
|
the xml v2.6 schema must have the export field event if we dont use it. need to bump to v2.7 to get rid of it
|
2018-02-26 08:11:59 -06:00 |
|
David Sparer
|
f2e9c5e2c0
|
fixed issue with expanded property not being deserialized
|
2018-02-25 12:57:40 -06:00 |
|
David Sparer
|
86a591364c
|
modified the xml serializer slightly to make it conform to the XSD file
This required all bools to be serialized to lower case which broke a few assumptions we made in the deserializer
|
2018-02-25 11:26:29 -06:00 |
|
David Sparer
|
b6f27eac18
|
added another test and did some cleanup
|
2018-02-24 14:34:13 -06:00 |
|
David Sparer
|
2cc82145a3
|
csv serialization now fully preserves tree structure
|
2018-02-24 12:58:16 -06:00 |
|
David Sparer
|
412f6edc36
|
change guard checks to use extension method
|
2018-02-16 20:17:31 -06:00 |
|
David Sparer
|
764791b8e5
|
changed the Maybe type name to Optional, which is slightly more common
|
2018-02-16 20:17:30 -06:00 |
|
David Sparer
|
bd20d6ae7d
|
moved classes to new namespace
|
2018-02-16 20:17:30 -06:00 |
|
David Sparer
|
8db0bf7bea
|
make constant id readonly
|
2018-02-13 16:15:49 -06:00 |
|
David Sparer
|
6a46df780c
|
did some refactoring
made IConnectionImporter generic to cut down on code
|
2018-02-04 16:00:50 -06:00 |
|
David Sparer
|
7788198f26
|
fixed an issue with serializing csv data with semi colons in fields
|
2018-02-04 11:52:26 -06:00 |
|
David Sparer
|
3010963283
|
hooked up csv deserialization to ui
|
2018-02-04 11:39:04 -06:00 |
|
David Sparer
|
6522524c0f
|
added serialization for a few more inheritance properties
|
2018-02-04 10:32:18 -06:00 |
|
David Sparer
|
160434c114
|
Merge branch 'develop' into 625_deserialize_csv
|
2018-02-04 09:33:33 -06:00 |
|
David Sparer
|
ec38ee9abc
|
remove dead code
|
2018-02-01 20:54:24 -06:00 |
|
David Sparer
|
2e82551b7c
|
fix toolbar location loading bug
|
2018-02-01 20:34:22 -06:00 |
|
David Sparer
|
afb0131a28
|
save and load multi ssh toolbar position. resolves #846
|
2018-01-28 21:15:12 -06:00 |
|
David Sparer
|
765e997976
|
Merge pull request #858 from Fyers/develop
fixed putty session name encoding - fixes #800
|
2018-01-26 20:39:39 -06:00 |
|
David Sparer
|
b1c31048a9
|
trim rdp file parts for safety
|
2018-01-24 10:47:07 -06:00 |
|
Fyers
|
e13faa1b66
|
fixed putty session name encoding #800
|
2018-01-06 19:54:14 +01:00 |
|
Dekel Asaf
|
c6e4439ab9
|
Added check for SQL read only in SqlDataProvider
|
2017-12-10 22:22:38 +02:00 |
|
Dekel Asaf
|
94f66da84e
|
Added SQL Read Only option
Avoid saving when SQL Read Only check box is checked
|
2017-12-10 21:59:57 +02:00 |
|
David Sparer
|
0898ed8c00
|
began implementing csv deserializing
|
2017-12-04 22:00:18 -06:00 |
|
David Sparer
|
1d80b166b1
|
began implementing plumbing for saving connections on edit
|
2017-11-12 15:06:18 -06:00 |
|
David Sparer
|
e2c82086be
|
more refactoring. most connection saving/loading calls now go through the connection service class
|
2017-11-12 14:23:00 -06:00 |
|
David Sparer
|
e9d47f046d
|
removed code for saving to .vre format
we havent supported this for a long time
|
2017-11-12 11:39:15 -06:00 |
|
David Sparer
|
4acc73ac19
|
did some refactoring to consolidate connection loading into a single service
|
2017-11-12 11:32:19 -06:00 |
|
David Sparer
|
d96c854756
|
Merge branch 'develop' into sql_test_connection
# Conflicts:
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/mRemoteV1.csproj
|
2017-11-11 21:16:39 -06:00 |
|
David Sparer
|
15ef6c77dc
|
Merge branch 'develop' into MR-421_The_startup_connection_file_could_not_be_loaded
|
2017-11-11 20:41:25 -06:00 |
|
David Sparer
|
4fe5df51fa
|
Merge branch 'pr706_target' into develop
# Conflicts:
# mRemoteV1/Config/Settings/SettingsSaver.cs
# mRemoteV1/Tools/ExternalTool.cs
# mRemoteV1/UI/Window/ExternalToolsWindow.Designer.cs
# mRemoteV1/UI/Window/ExternalToolsWindow.cs
# mRemoteV1/UI/Window/ExternalToolsWindow.resx
|
2017-11-11 13:36:19 -06:00 |
|
David Sparer
|
d7d6aa78f5
|
Merge pull request #706 from pedro2555/custom-workdir-external-tool
[RFC] Added support for custom working directory in External Tool
|
2017-11-11 12:07:26 -06:00 |
|
David Sparer
|
e2bd1b8ba3
|
Merge pull request #775 from brucetp/MR-152_Add_to_External_Tools_Toolbar_option
MR 152 add to external tools toolbar option
|
2017-11-11 11:31:34 -06:00 |
|
David Sparer
|
b061f7e405
|
Merge pull request #704 from pedro2555/fix-portable-settings-cleaned
Fixes settings save location on portable version
|
2017-11-11 11:10:36 -06:00 |
|
David Sparer
|
eeec81bf3b
|
added way to test sql db connection in options page
|
2017-11-11 10:31:16 -06:00 |
|
David Sparer
|
4682096d98
|
refactored sqldatabaseconnector to require connection details in ctor
created factory for creating SqlDatabaseConnectors from settings data for convenience
|
2017-11-11 10:31:15 -06:00 |
|
Bruce Peterson
|
1a6efebea4
|
Resolving Merge Conflicts
|
2017-11-11 08:35:01 -05:00 |
|
David Sparer
|
cdde4b0cc9
|
Merge branch 'develop' into fix-portable-settings-cleaned
|
2017-11-09 08:40:03 -06:00 |
|
Bruce Peterson
|
0346497f45
|
Added dialogs and options for new config, path, or importing a file
|
2017-11-08 21:12:41 -05:00 |
|
David Sparer
|
98a8b9944e
|
Merge branch 'develop' into MR-225_Can_not_import_RDCMan_v2.7
|
2017-11-06 10:09:49 -06:00 |
|
Bruce Peterson
|
83ec5658c4
|
Added Show on Toolbar to External Tools Dialog
|
2017-11-05 19:53:06 -05:00 |
|
David Sparer
|
32a1dd64ab
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# README.MD
# Tools/postbuild_installer.ps1
# Tools/set_LargeAddressAware.ps1
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteNGTests/packages.config
# mRemoteV1/App/Logger.cs
# mRemoteV1/App/Runtime.cs
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/DefaultConnectionInfo.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Connection/Protocol/PuttyBase.cs
# mRemoteV1/Messages/MessageCollector.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs
# mRemoteV1/Tools/ExternalToolArgumentParser.cs
# mRemoteV1/Tools/IeBrowserEmulation.cs
# mRemoteV1/Tools/NotificationAreaIcon.cs
# mRemoteV1/Tools/PortScanner.cs
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/PortScanWindow.cs
|
2017-11-03 11:15:20 -05:00 |
|
Bruce Peterson
|
7b1d2a0b38
|
Attempting to start Putty FileSystemWatcher on a folder that doesn't exist.
|
2017-10-30 12:03:21 -04:00 |
|
Bruce Peterson
|
1153a5dd3c
|
Putty config file path was incorrectly parsed
|
2017-10-30 11:22:26 -04:00 |
|
Bruce Peterson
|
bbe4d28a40
|
Modified Conn Manager Deserializer to import from RDCMan v2.7
|
2017-10-27 23:35:30 -04:00 |
|
David Sparer
|
2994419381
|
revert confcons version back to 2.6 when serializing
|
2017-10-17 13:55:03 -05:00 |
|
David Sparer
|
2df9441c20
|
reverted credential manager functionality as best I could
|
2017-10-16 14:39:41 -05:00 |
|
Dekel Asaf
|
e0383d6c59
|
Fixed #529
|
2017-09-22 20:57:46 +03:00 |
|