Sean Kaim
0ddcfbeed7
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2017-11-20 14:36:33 -05:00
Sean Kaim
a2f56682e6
streamlined error handling for Authenticode check
2017-11-20 14:36:31 -05: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
283354d4d9
fixed bug where closing the options window would always prompt for a connections file to load
2017-11-19 15:00:55 -06:00
David Sparer
c3fbc573e2
forgot a thing...
2017-11-19 14:49:30 -06:00
David Sparer
e7f0091b48
made a ui buttons text translatable
2017-11-19 14:48:54 -06:00
David Sparer
446327dffd
Merge pull request #809 from mRemoteNG/338_connection_tree_filtering
...
Implemented connection search filtering feature
2017-11-19 14:40:42 -06:00
David Sparer
03a0449662
updated changelog
2017-11-19 10:11:44 -06:00
David Sparer
3fb72dfc24
implemented search filtering feature
2017-11-19 09:13:44 -06:00
David Sparer
7c4ccde69b
updated credits and changelog
2017-11-17 15:04:05 -06:00
David Sparer
167a50816f
Domain is now available on connections with protocol Int App
...
Closes #485
2017-11-15 11:27:56 -06:00
David Sparer
a753b868e6
Updated urls for the forum to point to reddit
...
Closes #608
2017-11-15 11:19:26 -06:00
David Sparer
0958c9da44
minor refactoring. removed need for compiler conditionals
2017-11-15 10:52:50 -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
6f9c76c9ba
SaveConnectionsAfterEveryEdit defaults to true
2017-11-15 10:10:03 -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
0a19874ef3
Merge pull request #644 from mrwulf/Multi-SSH
...
Multi ssh
2017-11-15 07:51:30 -06:00
David Sparer
39af07cc22
Merge branch '644_target' into Multi-SSH
2017-11-15 07:51:10 -06:00
David Sparer
7ac3a264da
Merge branch '644_target' into Multi-SSH
2017-11-15 07:50:39 -06:00
David Sparer
8951b45a39
Merge pull request #805 from pablomh/patch-1
...
Fix typo and minor nits
2017-11-15 07:38:29 -06:00
pablomh
a4e4315002
Fix typo and minor nits
...
- s/approprite/appropriate .
- Add a dot at end of sentence.
- Fix </li> formatting to comply with existing style.
2017-11-15 10:20:28 +01:00
David Sparer
3a9d108b76
Merge pull request #801 from DamianBis/797
...
issue #797 removed duplicate strings & fixed spelling
2017-11-14 14:53:28 -06:00
Sean Kaim
651a4ae2bf
remove version #'s
...
Closes #615
2017-11-13 15:47:00 -05:00
Sean Kaim
75007db630
Changes from #708
...
Closes #708
Closes #197
2017-11-13 14:58:28 -05:00
Unknown
d0adfebf7a
issue #797 removed duplicate strings & fixed spelling
2017-11-13 21:48:02 +11:00
David Sparer
f9e8496d3f
moved event handler for saving connections on edit
2017-11-12 16:14:34 -06: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
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
96c27efa68
added setting for saving connections file on edit
2017-11-12 09:37:11 -06:00
David Sparer
52ad4435ac
resolves #468
2017-11-12 08:22:06 -06:00
David Sparer
b6426dd202
the settings editor decided these should be in here... they must have accidentally been wiped away by a merge
2017-11-12 07:57:37 -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
David Sparer
9ad6c20d42
Merge pull request #798 from mRemoteNG/sql_test_connection
...
Added way to test sql connections on sql options page
2017-11-11 21:18:42 -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
ac4c578396
Merge pull request #786 from brucetp/MR-421_The_startup_connection_file_could_not_be_loaded
...
MR-421 The startup connection file could not be loaded
2017-11-11 21:07:46 -06:00
David Sparer
5d527c8e72
Merge branch 'develop' into MR-421_The_startup_connection_file_could_not_be_loaded
2017-11-11 20:48:26 -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
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
99ffe9eac2
made ExternalTool implement INotifyPropertyChanged
...
Also codified the rule that "WaitForExit" cannot be set at the same time as "TryIntegrate". TryIntegrate will always be settable, but WaitForExit will have to defer its state.
2017-11-11 18:20:36 -06:00
David Sparer
3d8dda23ce
added a AddRange method to FullyObservableCollection
...
more efficient collection updating - it only raises 1 event for the whole batch
2017-11-11 18:18:34 -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
3646cb0ce6
Removed flicker when external tool toolbar entries are changed
2017-11-11 11:40:08 -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
78f38f1a48
fixed tests
2017-11-11 10:50:32 -06:00