Jiri Formacek
|
5aec72f164
|
Updated to 1.76.20 with AdmPwd.E 7.7.1
|
2019-12-25 23:31:04 +01:00 |
|
David Sparer
|
abcab2aadf
|
sql now encrypts and decrypts passwords
|
2018-11-03 18:28:53 -05:00 |
|
David Sparer
|
0427956e8b
|
we can now prevent saving to the database when a save was triggered for a local-only property change
this will prevent unnecessary db saves
|
2018-11-03 10:34:30 -05:00 |
|
David Sparer
|
4b9cc7be08
|
Merge branch 'release/v1.76' into 1134_dont_save_connection_status_to_db
# Conflicts:
# mRemoteV1/Connection/ConnectionsService.cs
|
2018-11-02 10:56:49 -05:00 |
|
David Sparer
|
dc2d6b8160
|
added a few debug messages to track db connection loading events
|
2018-11-02 10:45:18 -05:00 |
|
David Sparer
|
80e43e8634
|
added a safety check to the previous session opener to only open sessions that aren't already open
|
2018-11-02 09:30:18 -05:00 |
|
David Sparer
|
e99b8ed453
|
hooked up the local settings serializer
|
2018-11-01 19:14:25 -05:00 |
|
David Sparer
|
b00dd1c5f5
|
fixes #1136
|
2018-10-17 17:48:16 -05:00 |
|
David Sparer
|
e029f30acf
|
added a few try/catch blocks around some rdp code. related to #853
|
2018-09-30 10:44:22 -05:00 |
|
David Sparer
|
20f46bea61
|
fixes #1106
|
2018-09-20 15:10:43 -05:00 |
|
Sean Kaim
|
793095900b
|
fix #1092
parse enums properly
|
2018-08-28 09:35:08 -04:00 |
|
David Sparer
|
1724521ebf
|
added some null guards to methods
|
2018-08-22 07:06:44 -05:00 |
|
David Sparer
|
fb228d72b1
|
resolved bug #1076
|
2018-08-19 11:44:43 -05:00 |
|
David Sparer
|
4173f6d775
|
swapped direct calls to Monitor with a lock statement and added a few method comments
|
2018-08-11 06:47:31 -05:00 |
|
Sean Kaim
|
0a2dc3563e
|
fixes #1040
clicking close would have the same effect. Check return code and don't open the connection unless user input has been provided.
|
2018-07-28 22:30:06 -04:00 |
|
Sean Kaim
|
d9d2b1de70
|
code clean up (convert to expression body)
|
2018-07-28 13:02:36 -04:00 |
|
Sean Kaim
|
0a7eaaf36f
|
minor code clean up
|
2018-07-28 13:02:25 -04:00 |
|
David Sparer
|
e31088fd2e
|
ensure that quick connect items always have a panel set, even if the con default Panel setting is empty
related to #802
|
2018-07-25 14:39:23 -05:00 |
|
David Sparer
|
2c419c0b2e
|
minor cleanup
|
2018-07-24 12:54:34 -05:00 |
|
David Sparer
|
ee91117010
|
renamed function to be a bit more accurate
|
2018-07-23 11:54:49 -05:00 |
|
David Sparer
|
9659ac1611
|
added a dialog to prompt for action when decrypting a connection file fails
|
2018-07-23 11:51:58 -05:00 |
|
David Sparer
|
fe56268421
|
added a simple system to batch saves in the connection service
|
2018-07-18 14:53:02 -05:00 |
|
David Sparer
|
a37b5deaa1
|
finished updating some tests for default inheritance
|
2018-04-06 15:02:14 -05:00 |
|
David Sparer
|
35582a5e6a
|
fixed bug with saving and loading default connection info data
updated tests to better cover this feature. related to #916
|
2018-03-22 16:54:50 -05: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
|
2dae0f2d8e
|
fix bug where sometimes containers would have their container flag turned off
|
2018-02-24 12:57:38 -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
|
8db0bf7bea
|
make constant id readonly
|
2018-02-13 16:15:49 -06:00 |
|
David Sparer
|
8f97be82cb
|
added some more safety around retrieving inherited values
|
2018-02-04 19:08:29 -06:00 |
|
David Sparer
|
8aeea4d212
|
added option for enabling utf8 encoding of the rdp "load balance info" property
|
2017-12-18 14:13:21 -06:00 |
|
Fabio Laib
|
173b516270
|
Fix for connecting to azure instances (cloud services). LoadBalanceInfo requires a UTF8 encoded string
|
2017-12-06 12:52:51 +01:00 |
|
David Sparer
|
3af25610b8
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/App/Startup.cs
# mRemoteV1/Properties/AssemblyInfo.cs
|
2017-12-05 08:00:23 -06:00 |
|
David Sparer
|
b03d355d69
|
connection's inheritance is now correctly disabled when rootnode is the parent
|
2017-11-30 12:29:56 -06:00 |
|
David Sparer
|
edc4af6da5
|
fixed bug where user/domain/pass inheritance wasnt being shown
this was due to some credential manager work that didnt get rolled back
|
2017-11-20 12:18:00 -06:00 |
|
David Sparer
|
bdee98feb0
|
Merge pull request #799 from mRemoteNG/340_save_connections_on_edit
Implemented option for saving connections on edit
|
2017-11-15 10:13:25 -06:00 |
|
David Sparer
|
c4fdf075b3
|
Merge branch '644_target' into develop
# Conflicts:
# mRemoteV1/App/Windows.cs
# mRemoteV1/UI/Forms/frmMain.Designer.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Forms/frmMain.resx
# mRemoteV1/mRemoteV1.csproj
|
2017-11-15 10:06:15 -06:00 |
|
David Sparer
|
7ac3a264da
|
Merge branch '644_target' into Multi-SSH
|
2017-11-15 07:50:39 -06:00 |
|
Unknown
|
d0adfebf7a
|
issue #797 removed duplicate strings & fixed spelling
|
2017-11-13 21:48:02 +11:00 |
|
David Sparer
|
f583b741d4
|
implemented save connections on edit
|
2017-11-12 15:14:50 -06:00 |
|
David Sparer
|
1d80b166b1
|
began implementing plumbing for saving connections on edit
|
2017-11-12 15:06:18 -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
|
4acc73ac19
|
did some refactoring to consolidate connection loading into a single service
|
2017-11-12 11:32:19 -06:00 |
|
David Sparer
|
52ad4435ac
|
resolves #468
|
2017-11-12 08:22:06 -06:00 |
|
David Sparer
|
abbdbdbc18
|
fixed bug where window text wasnt updated when choosing to create new connection from dialog popup
|
2017-11-11 21:44:36 -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
|
49e5b71235
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteNGTests/mRemoteNGTests.csproj
# mRemoteV1/App/Startup.cs
# mRemoteV1/Connection/Protocol/IntegratedProgram.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs
# mRemoteV1/UI/Forms/frmMain.cs
# mRemoteV1/UI/Window/ConnectionTreeWindow.cs
|
2017-11-08 11:52:10 -06: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 |
|
David Sparer
|
65782285a3
|
added a few unit tests for integrated programs
|
2017-10-31 09:56:48 -05:00 |
|
David Sparer
|
64bd5a93ad
|
resolves #761
|
2017-10-31 08:11:57 -05:00 |
|