David Sparer
|
bd20d6ae7d
|
moved classes to new namespace
|
2018-02-16 20:17:30 -06:00 |
|
David Sparer
|
42e59ee564
|
moved RemoteConnectionsSyncronizer references from Runtime to ConnectionsService
|
2017-11-12 14:30:23 -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
|
2df9441c20
|
reverted credential manager functionality as best I could
|
2017-10-16 14:39:41 -05:00 |
|
David Sparer
|
7a2ab59346
|
connections now just reference credential ids
|
2017-07-27 21:50:50 -05:00 |
|
David Sparer
|
e436a31a18
|
split up crypto provider factories and created an interface
|
2017-04-02 22:33:36 -06:00 |
|
David Sparer
|
c0c5579027
|
Merge branch 'develop' into improve_credential_manager
# Conflicts:
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Menu/ToolsMenu.cs
|
2017-03-23 17:25:16 -06:00 |
|
David Sparer
|
f433b911a0
|
modified export form to handle the new credential management system
|
2017-03-06 15:04:48 -07:00 |
|
David Sparer
|
8b44815b70
|
fixed some issues with the CSV exporter
|
2017-03-06 14:46:36 -07:00 |
|
David Sparer
|
788f597a3f
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteNGTests/Config/Serializers/XmlConnectionNodeSerializer27Tests.cs
# mRemoteNGTests/Config/Serializers/XmlConnectionsDocumentCompilerTests.cs
# mRemoteNGTests/Config/Serializers/XmlConnectionsDocumentEncryptorTests.cs
# mRemoteNGTests/Config/Serializers/XmlConnectionsSerializerTests.cs
# mRemoteV1/Config/Serializers/XmlConnectionNodeSerializer26.cs
# mRemoteV1/Config/Serializers/XmlConnectionsDocumentCompiler.cs
# mRemoteV1/Config/Serializers/XmlConnectionsSerializer.cs
# mRemoteV1/Properties/AssemblyInfo.cs
|
2017-03-06 13:21:56 -07:00 |
|
Sean Kaim
|
e824886e19
|
remove redundant argument values
and other minor resharper cleanup
|
2017-03-03 16:54:02 -05:00 |
|
David Sparer
|
469f48f473
|
Merge branch 'develop' into improve_credential_manager
|
2017-03-01 17:37:06 -07:00 |
|
David Sparer
|
72193833a9
|
removed the "export" flag from the confCons file - it is no longer necessary for us to differentiate between normal and exported confcons files
|
2017-02-16 09:21:38 -07:00 |
|
David Sparer
|
e40ffabe4a
|
Merge branch 'v1_75_release_candidates' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/App/Export.cs
|
2017-02-16 08:51:43 -07:00 |
|
David Sparer
|
f419bff545
|
#394 resolved bug where export flag would not get set on the exported connections file
|
2017-02-16 08:29:31 -07:00 |
|
David Sparer
|
a267e32e0e
|
made the iserializer and ideserializer interfaces more generic
|
2017-02-14 15:52:20 -07:00 |
|
David Sparer
|
529f1ca835
|
renamed frmMain to FrmMain (resharper)
|
2017-02-06 15:19:52 -07:00 |
|
David Sparer
|
0d7c3838f6
|
split connection serializer for confcons 2.6 and 2.7 into different classes
resolved a bunch of test failures
|
2017-01-27 09:15:07 -07:00 |
|
Sean Kaim
|
e92a76f95b
|
"return ;" annoyed me...
And I did a find and replace in the solution instead of the one file I
was working on... So I'm going with it...
|
2017-01-11 16:56:14 -05:00 |
|
David Sparer
|
e11413eab8
|
The XmlConnectionsSerializer now looks to its crypto provider for the value of KdfIterations. This insulates the function from global state (Settings)
|
2016-10-19 18:00:14 -06:00 |
|
David Sparer
|
7376ff1c9b
|
XmlSerializer now requires a cryptoprovider be given to the ctor. Reduces reliance on global state (Settings)
|
2016-10-19 17:43:02 -06:00 |
|
David Sparer
|
5d964f7638
|
Removed the visionapp Remote Desktop 2008 export option and all related code
|
2016-10-12 11:30:31 -06:00 |
|
David Sparer
|
a13a6d3919
|
Renamed the SaveFilter properties to include the prefix "Save"
|
2016-10-12 09:51:08 -06:00 |
|
David Sparer
|
ac01c6fff2
|
Renamed the Save class to SaveFilter to better indicate its purpose
|
2016-10-12 09:49:33 -06:00 |
|
David Sparer
|
a02e72d895
|
Resolved bug where app would crash when opening the Export form with no connection tree node selected
|
2016-10-04 13:24:24 -06:00 |
|
David Sparer
|
4b90b259a8
|
Created a class that brings all the various database classes together to keep the local connections tree updated with the remote connections tree. DB reads will now only occur if the local last update time is behind the remote last update time.
|
2016-09-30 14:49:14 -06:00 |
|
David Sparer
|
5826f055e3
|
DB updates now trigger reloading of connections data and rebuilding of the connection tree (somewhat thread safe)
|
2016-09-30 13:47:08 -06:00 |
|
David Sparer
|
1928b904e5
|
Minor cleanup
|
2016-09-29 11:29:16 -06:00 |
|
David Sparer
|
c4a9841ba6
|
Refactored Export and ExportForm to require ConnectionInfo rather than TreeNode for export
|
2016-09-26 12:51:28 -06:00 |
|
David Sparer
|
a63120b78f
|
Code cleanup
|
2016-09-26 11:43:47 -06:00 |
|
David Sparer
|
8137b0831c
|
Fixed issue where ConnectionTreeModel was not always populated when exporting.
|
2016-08-24 09:18:28 -06:00 |
|
Sean Kaim
|
66e7790ee0
|
more code clean up
|
2016-08-19 11:56:29 -04:00 |
|
Sean Kaim
|
98ae737fb8
|
code clean up and expcetion stack logging
|
2016-08-19 10:45:22 -04:00 |
|
David Sparer
|
983ce80703
|
massive cleanup of code noise and renamed a few classes for clarity
|
2016-05-06 18:09:32 -06:00 |
|
hiriumi
|
5a4d53908d
|
A lof refactoring. There is a problem in PortableSettingsProvider.cs where it doesn't save the config file. We need to address PortableSettingsProvider.SetPropertyValues() method that saves the config file is not called at all.
|
2016-05-02 00:43:28 -07:00 |
|
David Sparer
|
9520fbe4a1
|
re-adding some files lost during the migraton from sparerd/mRemoteNG-1
|
2016-04-14 01:27:15 -06:00 |
|
Sparer, David
|
a937d5c4f7
|
runtime fixes
|
2016-03-09 15:44:41 -07:00 |
|