Sean Kaim
|
35c052e605
|
fix CA1001 and code cleanup
|
2018-12-28 11:20:03 -05:00 |
|
Faryan Rezagholi
|
94ee854196
|
renamed classes under UI\Forms to begin with a capital letter
|
2018-12-25 16:22:56 +01:00 |
|
David Sparer
|
15adf97174
|
refactored some protocol base events to standardize how disconnect/error events are raised
|
2018-11-15 15:31:38 -06:00 |
|
David Sparer
|
4bd5befaaa
|
refactored force flag checks to be simpler to read
|
2018-11-15 14:18:45 -06:00 |
|
David Sparer
|
92759aa9dc
|
refactored connection initiator a bit to reduce unnecessary code
the conForm arg was always null, we didnt need it
|
2018-11-14 07:06:25 -06:00 |
|
David Sparer
|
65e21190b9
|
extracted rdp error codes to new class
|
2018-11-12 18:54:54 -06:00 |
|
David Sparer
|
3bcb769965
|
Merge branch 'release/v1.76' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/mRemoteV1.csproj
|
2018-11-08 16:38:51 -06:00 |
|
David Sparer
|
78ef0fdaf4
|
Merge pull request #1107 from mRemoteNG/321_hidpi
Implement HiDPI support
|
2018-11-08 07:36:44 -06: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 |
|
MitchellBot
|
cf8e033831
|
QuickConnect uses exact case of input
https://github.com/mRemoteNG/mRemoteNG/issues/1121
|
2018-10-28 20:59:40 -07:00 |
|
David Sparer
|
09d1aff6a8
|
rdp connections now properly scale for hidpi
|
2018-10-27 16:09:12 -05:00 |
|
David Sparer
|
41c5a49abc
|
began investigating how to set rdp desktop scaling for hidpi
|
2018-10-20 18:29:34 -05:00 |
|
David Sparer
|
eacff9025e
|
Merge branch 'develop' into 321_hidpi
# Conflicts:
# mRemoteV1/Connection/Protocol/PuttyBase.cs
|
2018-10-20 09:56:26 -05:00 |
|
David Sparer
|
f56b8f8e42
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
|
2018-10-20 09:48:50 -05:00 |
|
David Sparer
|
b00dd1c5f5
|
fixes #1136
|
2018-10-17 17:48:16 -05:00 |
|
David Sparer
|
00e45b60ad
|
Merge branch 'master' into develop
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.resx
|
2018-10-08 15:23:25 -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 |
|
Cristian Abelleira
|
36a94e1399
|
Merge branch 'develop' into develop
|
2018-09-24 11:39:32 +02:00 |
|
David Sparer
|
855c83a325
|
Merge branch 'develop' into 321_hidpi
# Conflicts:
# mRemoteV1/UI/Controls/MultiSshToolStrip.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/ComponentsCheckWindow.cs
|
2018-09-22 17:51:00 -05:00 |
|
David Sparer
|
c774070feb
|
fixed putty placement within connection window
|
2018-09-22 17:22:01 -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 |
|
Cristian Abelleira Olañeta
|
ea682e218d
|
Fixed multiple errors in implementation
|
2018-04-15 20:13:28 +02:00 |
|
Cristian Abelleira Olañeta
|
aa5f7ef2a8
|
Implemented clipboard sharing setting for RDP protocol
|
2018-04-15 10:41:39 +02: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 |
|