Faryan Rezagholi
04c83c608b
removed deprecated/unhandled features
2021-12-20 17:37:19 +01:00
Faryan Rezagholi
9f50037e11
Merge pull request #2096 from Vest/fix_2081
...
Fixed crypto provider test
2021-12-20 17:09:44 +01:00
Faryan Rezagholi
33fd741ba7
Merge branch 'develop' into fix_2081
2021-12-20 17:06:14 +01:00
Vest
035c3f9319
Updated changelog.md
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-20 16:21:43 +01:00
Vest
3df922340d
Fixed the test that was broken with the PR #2081
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-20 16:17:39 +01:00
Dimitrij
72b9190e2f
fix for failing tests due missing path to schema
2021-12-20 11:28:01 +00:00
Dimitrij
8fe1bdf39a
Merge pull request #2089 from Vest/fix_help_menu
...
Fixes the exception thrown by menu buttons "Documentation" and "Website"
2021-12-17 10:14:57 +00:00
Vest
f78bf2bc8a
Updated CHANGELOG.md
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 21:52:56 +01:00
Vest
a1f0a69874
Menu button "Documentation" and "Website" threw an exception.
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 21:46:10 +01:00
Faryan Rezagholi
8a26b2f433
Merge pull request #2088 from Vest/issue_2087
...
Launch updates from shell (fixes #2087 )
2021-12-16 20:57:56 +01:00
Vest
a18784d2c7
Updated changelog.
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 19:04:49 +01:00
Vest
3c25a987fd
Fix the issue #2087
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 19:02:25 +01:00
Dimitrij
7cebc4ef42
Merge pull request #2086 from Vest/refactor_webclient
...
Use async HttpClient instead of obsolete WebClient
2021-12-16 17:31:06 +00:00
Faryan Rezagholi
a8ab46d5c8
remove app.comfig
2021-12-16 17:09:03 +01:00
Vest
8bac5a8c54
Removed unused imports for UpdateWindow.cs
2021-12-16 17:05:05 +01:00
Faryan Rezagholi
801a41ae10
removed log4net leftover
2021-12-16 17:04:11 +01:00
Vest
47e37afe12
Removed unused imports for AppUpdater.cs
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 17:03:56 +01:00
Faryan Rezagholi
942bf7d8cb
moved log4net config into its own file
2021-12-16 17:01:45 +01:00
Vest
0e8d573819
Updated changelog
2021-12-16 17:00:49 +01:00
Vest
2bdfd7401e
Corrected warnings related to async event handlers
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 16:41:00 +01:00
Vest
68dd6b1e23
Removed unused code
...
Added the checksum verification.
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 15:57:18 +01:00
Vest
2fe85ae0e5
Added the progress handling;
...
Now API (AppUpdater) is async.
Cancellation token hasn't been tested yet, because UI doesn't allow to cancel the update.
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 15:37:56 +01:00
Vest
e9fa1c3b5e
Added Initial async support for AppUpdater
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-16 12:30:12 +01:00
Faryan Rezagholi
f543b83cfc
added missing issue ( #870 )
2021-12-16 00:41:57 +01:00
Faryan Rezagholi
2d917ca11a
set lang version to latest
2021-12-15 22:54:08 +01:00
Faryan Rezagholi
2c830627ef
removed orphaned paths, added missing ones
2021-12-15 21:11:22 +01:00
Faryan Rezagholi
46003a3509
removed orphaned path from harvest dir
2021-12-15 20:18:10 +01:00
Faryan Rezagholi
6b0412586e
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-15 19:50:03 +01:00
Faryan Rezagholi
36ca7ffbdb
removed credits file from installer
2021-12-15 19:48:23 +01:00
Dimitrij
e5244f1fec
Merge pull request #2085 from tecxx/develop
...
fix issue 2075
2021-12-15 18:41:57 +00:00
Faryan Rezagholi
359a7272e8
build external connectors on 'release portable'
2021-12-15 19:38:33 +01:00
Dimitrij
82cd3a7e56
swap runtime and configSections as per below https://stackoverflow.com/questions/13623896
2021-12-15 16:01:40 +00:00
tecxx
a2e78fd08a
fix issue 2075 by standardizing "StartProgram" Property to "RDPStartProgram" and "StartProgramWorkDir" to "RDPStartProgramWorkDir"
2021-12-15 15:11:56 +01:00
Faryan Rezagholi
a48b5e9d65
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-15 02:42:00 +01:00
Faryan Rezagholi
f4c4d9ea8c
removed 'en-US' specific translation in favor of default (en)
2021-12-15 02:41:50 +01:00
Dimitrij
02ed45fa61
added file exist check and null check
2021-12-15 01:31:26 +00:00
Dimitrij
ad227ea2ee
add check if no removable files to don't throw null error
2021-12-15 01:02:13 +00:00
Dimitrij
d7e2358d3e
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-14 23:50:13 +00:00
Faryan Rezagholi
196e98e4a7
Merge pull request #2084 from tecxx/develop
...
fixed some tests around "StartProgramWorkDir"
2021-12-14 22:04:09 +01:00
tecxx
00bc45fba1
fix some more inconsistencies with "StartProgramWorkDir"
2021-12-14 21:45:39 +01:00
Dimitrij
62c0d3f07f
Merge pull request #2083 from tecxx/develop
...
fix a test case caused by property named "Prop_StartProgram" instead …
2021-12-14 20:37:16 +00:00
Faryan Rezagholi
d42574a16c
updated sql scripts ( fixes #1436 )
2021-12-14 21:36:14 +01:00
tecxx
a854b04293
fix a test case caused by property named "Prop_StartProgram" instead of "StartProgram"
2021-12-14 21:07:06 +01:00
Faryan Rezagholi
96632da4d7
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-14 20:00:10 +01:00
Faryan Rezagholi
cf18d6b1e9
reordered "added" section
2021-12-14 20:00:02 +01:00
Faryan Rezagholi
262e2e1b85
Merge pull request #1451 from mRemoteNG/push_settings_recursively
...
Added option to push inheritance settings to children recursively
2021-12-14 19:51:10 +01:00
Faryan Rezagholi
743c46de70
merge from develop
2021-12-14 19:48:10 +01:00
Faryan Rezagholi
9624bc96c9
Merge pull request #2081 from Vest/refactor_rijndael
...
Fixed compiler warning
2021-12-14 19:36:32 +01:00
Vest
1643bb7d59
Corrected "obsolete" warnings for objects RijndaelManaged and MD5CryptoServiceProvider
...
Added several "using" statements for all disposable objects.
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-14 16:55:14 +01:00
Faryan Rezagholi
edad5a838f
removed credits file
2021-12-14 13:40:35 +01:00