BlueBlock
e6abe3f3a1
simple code reformatting
2023-03-23 16:30:04 -04:00
integratorbit
da6bbf65f0
Improve Disk Drive Redirection
2023-03-21 14:31:15 -03:00
tecxx
7b909665b9
enable remote credential guard option
...
enable restricted admin mode option
2022-04-15 17:08:49 +02:00
Faryan Rezagholi
743c46de70
merge from develop
2021-12-14 19:48:10 +01:00
Dimitrij
94c546bd0f
-- fix for tests
2021-11-26 09:20:45 +00:00
Faryan Rezagholi
4978618e9a
merged from develp
2021-08-15 14:08:40 +02:00
Faryan Rezagholi
6260cc3655
fixed tests
2021-08-12 23:35:19 +02:00
Faryan Rezagholi
7ddd6fa22a
merged develop into removecitrix
2020-05-31 19:14:14 +02:00
Faryan Rezagholi
0caa0ee004
fixed failing tests
2020-05-26 11:02:40 +02:00
Faryan Rezagholi
a8005293af
tried to remove all occurnces of the ica protocol in the code
2020-05-24 16:02:36 +02:00
Faryan Rezagholi
6ec23d9d69
removed unnecessary usings
2019-09-08 13:07:14 +02:00
David Sparer
983637973b
fixed failing tests
2019-06-24 09:30:10 -05:00
David Sparer
3e1bf001c7
Merge branch 'develop' into push_settings_recursively
...
# Conflicts:
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
2019-06-18 09:10:23 -05:00
David Sparer
31240fa50d
moved most RDP enums to their own files
2019-05-27 12:22:26 -05:00
David Sparer
af24e3b284
the inheritance button will now be shown on items whose parent is the root node
2019-05-10 15:41:43 -05:00
David Sparer
9173e9e56a
added a context menu item to push inheritance to child nodes
2019-04-29 08:39:06 -05:00
David Sparer
e17d0e990d
strongly typed the clone method for inheritance info objects
2019-04-01 11:54:03 -05:00
Faryan Rezagholi
56ba332dc5
fixed copy&paste error
2019-02-18 19:14:12 +01:00
Faryan Rezagholi
481ca5194a
reapplied changes from old PR
2019-02-18 12:57:34 +01:00
Sean Kaim
3ea94fc5e0
fixed failing tests
2018-12-31 14:53:22 -05:00
David Sparer
20f46bea61
fixes #1106
2018-09-20 15:10:43 -05:00
David Sparer
fb228d72b1
resolved bug #1076
2018-08-19 11:44:43 -05:00
David Sparer
a37b5deaa1
finished updating some tests for default inheritance
2018-04-06 15:02:14 -05:00
David Sparer
924f1f1e48
improved tests for default connection info
2018-04-05 16:37:22 -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
8db0bf7bea
make constant id readonly
2018-02-13 16:15:49 -06: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
8b990ac273
improved external tools window
...
- can edit items in listview
- improved data binding between model and ui
- delete and launch buttons disabled if no item selected
- item selection updates when deleting/adding item
2017-11-11 20:37:37 -06: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
65782285a3
added a few unit tests for integrated programs
2017-10-31 09:56:48 -05:00
David Sparer
2df9441c20
reverted credential manager functionality as best I could
2017-10-16 14:39:41 -05:00
David Sparer
38bcafbfe5
cleaned up RdpProtocol
2017-05-07 17:22:59 -06:00
David Sparer
4f5c929a9b
renamed ProtocolICA to IcaProtocol
2017-05-07 16:34:31 -06:00
David Sparer
2dc413ca3a
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/PuTTYNG.exe
# mRemoteV1/UI/Controls/ConnectionContextMenu.cs
2017-05-02 10:14:33 -06:00
David Sparer
ce4bfc55c1
ConnectionInfo.Clone no longer sets the Parent property
...
this resolves undesirable tree nodes from being created
2017-05-02 08:49:04 -06:00
David Sparer
1931695b03
Merge branch 'develop' into Create_basic_infrastructure_for_supporting_credential_manager
2017-01-26 08:19:10 -07:00
David Sparer
e1c06af3b2
began switching code over to using the newer connectioninfo interface
...
created a credential manager class to help manage the list of current credentials
2017-01-26 08:17:11 -07:00
David Sparer
6790287470
renamed AbstractConnectionInfoData to AbstractLegacyConnectionRecord and marked it as obsolete
2017-01-25 14:43:42 -07:00
David Sparer
601951582d
resolved issue where saving default con properties would fail
...
enum, int, bool -> string was throwing an exception. now using a simpler strategy for type conversion
resolves #295
2017-01-25 09:54:54 -07:00
David Sparer
7ba7e0b2d8
resolved the issue with inheritance not being applied correctly for folders. created a few tests to help guard against this from happening again.
2016-11-15 10:15:49 -07:00
David Sparer
314e5bc364
minor cleanup
2016-10-25 11:40:43 -06:00
David Sparer
d47bc021a5
Added a test for GetDefaultPort
2016-10-17 12:04:38 -06:00
David Sparer
a204e34d53
Modified the Asserts lines of a few tests to give better info on failure
2016-10-05 12:45:50 -06:00
David Sparer
3e47041820
Fixed minor bug where ProtocolList.Clear() would trigger a CollectionChanged event even when no items were removed (list already empty)
2016-10-05 12:43:27 -06:00
David Sparer
c471f621b2
#141 ConnectionInfo now listens to collection changed events from the ProtocolList and raises a PropertyChanged event for OpenConnections when the list contents changes.
2016-10-05 12:37:05 -06:00
David Sparer
e2e010c418
Created test to check for safe indexer handling of unknown object types
2016-10-05 11:51:44 -06:00
David Sparer
913e0dd3e4
#141 Implemented INotifyCollectionChanged on ProtocolList and created unit tests
2016-10-05 11:47:22 -06:00
David Sparer
050d12a8ec
Created tests for the ConnectionInfoComparer
2016-09-28 13:52:21 -06:00
David Sparer
95ddca0d7c
Implemented INotifyPropertyChanged on AbstractConnectionInfoData (and thus on every connectioninfo subtype)
2016-09-19 12:54:01 -06:00