Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-12nuget updatesv1.77.2-releasev1.77.2-previewFaryan Rezagholi
2022-01-12lib updateDimitrij
2022-01-11Merge pull request #2115 from Vest/fix_2100Dimitrij
Fix tests that were broken by PR #2100
2022-01-11Update ConfigWindowGeneralTests.csDimitrij
add one more ','
2022-01-11Update ConfigWindowGeneralTests.csDimitrij
add ','
2022-01-11Update ConfigWindowGeneralTests.csDimitrij
add missing fileds
2022-01-11Update ConfigWindowGeneralTests.csDimitrij
fixes for username field add
2022-01-11Fix tests that were broken by PR #2100.Vest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2022-01-11Merge pull request #2114 from david-sway/fix_toolbar_togglesFaryan Rezagholi
Fixed behavior of toolbar visibility toggles in the View menu
2022-01-10Fixed behavior of toolbar visibility toggles in the View menudavid-sway
2022-01-07fix image linkDimitrij
2022-01-07update build badges, paypalDimitrij
2022-01-07fix pathDimitrij
2022-01-07lib updates2022.01.07-1.77.2-nbDimitrij
2022-01-04Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into developDimitrij
2022-01-04lib updatesDimitrij
2021-12-26Merge pull request #2104 from tecxx/develop-origFaryan Rezagholi
fix test cases caused by new fields
2021-12-25fix test cases caused by new fieldstecxx
2021-12-25Merge pull request #2103 from tecxx/develop-origDimitrij
improve SS api credential handling
2021-12-25remove dead function calltecxx
2021-12-25improve handling of invalid api credentialstecxx
2021-12-25Updated PuTTYNG to v0.76 (fixes #2012)Faryan Rezagholi
2021-12-25Merge pull request #2102 from Vest/issue_2057Dimitrij
Extended the field [RenderingEngine] from 10 chars to 16
2021-12-25Updated changelog.mdVest
2021-12-25Extended the field [RenderingEngine] from 10 chars to 16.Vest
This is not the full fix of issue #2057, because the scripts are not "migration" scripts.
2021-12-24Merge pull request #2101 from Vest/fix_mssql_typeFaryan Rezagholi
Fix typo in mssql_db_setup.sql
2021-12-24Fix typo in mssql_db_setup.sqlVest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-23Merge pull request #2100 from tecxx/developDimitrij
external connectors update #2
2021-12-23fix null object bug in ec2 connectortecxx
2021-12-23Merge pull request #2098 from Vest/fix_largeDimitrij
Fix failed BinaryFileTest
2021-12-23Merge branch 'develop' into fix_largeDimitrij
2021-12-23new fields for external connectorstecxx
add ec2 instance connector
2021-12-23Merge pull request #2097 from Vest/fix_guiDimitrij
Fix failed tests related to mRemoteNGTests.UI.Window.ConfigWindowTests
2021-12-23Updated changelogVest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-23Fix BinaryFileTestVest
mRemoteNGTests doesn't define "DEBUG" and "PORTABLE", but defines "DEBUG_PORTABLE" macro. Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-23Updated changelog.mdVest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-23Fix failed tests related to mRemoteNGTests.UI.Window.ConfigWindowTests.Vest
The menu item OpeningCommand is related to SSH1/SSH2. Previously it was tested for RDP. Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-20removed deprecated/unhandled featuresFaryan Rezagholi
2021-12-20Merge pull request #2096 from Vest/fix_2081Faryan Rezagholi
Fixed crypto provider test
2021-12-20Merge branch 'develop' into fix_2081Faryan Rezagholi
2021-12-20Updated changelog.mdVest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-20Fixed the test that was broken with the PR #2081Vest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-20fix for failing tests due missing path to schemaDimitrij
2021-12-17Merge pull request #2089 from Vest/fix_help_menuDimitrij
Fixes the exception thrown by menu buttons "Documentation" and "Website"
2021-12-16Updated CHANGELOG.mdVest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-16Menu button "Documentation" and "Website" threw an exception.Vest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-16Merge pull request #2088 from Vest/issue_2087Faryan Rezagholi
Launch updates from shell (fixes #2087)
2021-12-16Updated changelog.Vest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-16Fix the issue #2087Vest
Signed-off-by: Vest <Vest@users.noreply.github.com>
2021-12-16Merge pull request #2086 from Vest/refactor_webclientDimitrij
Use async HttpClient instead of obsolete WebClient