xRushG
08eb35a360
Refactor registry settings interaction classes.
...
This commit refactors the registry settings interaction classes by consolidating the multiple entry classes for int, string, bool, etc., into a single class that supports multiple data types. This change simplifies the code and enhances readability.
- Consolidate multiple entry classes (int, string, bool, etc.) into a single class
- Introduce WindowsRegistryEntry<T> to support multiple data types
2024-06-11 09:03:34 +02:00
Dimitrij
b9ab5c76f7
Merge pull request #2597 from CodeCasterNL/v1.77.3-dev
...
Remember the opened connection file on relaunch
2024-06-07 13:33:53 +01:00
Dimitrij
6de0c536e8
Merge pull request #2591 from tecxx/develop-orig
...
add Clickstudios Passwordstate API connector
2024-06-07 13:32:56 +01:00
tecxx
3f0aca97bf
Merge branch 'mRemoteNG:v1.77.3-dev' into develop-orig
2024-06-06 09:17:37 +02:00
Dimitrij
ccb51a2603
Merge pull request #2599 from xRushG/fix2592
...
Fix for #2592 compiler issue
2024-05-30 10:03:35 +01:00
xRushG
99d9e70921
Fix #2592 : Prevent GeneralAppInfo.ApplicationVersion from being set in Unit Tests. Not needed for tests.
2024-05-29 15:20:56 +02:00
CodeCasterNL
b8b54271dd
Save ConnectionFilePath, fix typo in identifier
2024-05-25 17:13:11 +02:00
Dimitrij
49a1549e5a
Merge pull request #2596 from xRushG/OpenLogBug
...
Log File Opening Fails on Notification Settings Page
2024-05-24 09:12:38 +01:00
xRushG
b3f936c194
- Added my missed comment for outlined LocalSettingsManager
...
- Fixed a bug that occurred when trying to open the log file on the Notification settings page.
- Removed unnecessary file association when user tries to open the log file on the Notification page. The "choose file" dialog handles the extension as it is fixed on .log
- Implemented fallback to open file explorer to the specified file location if mRem fails to open the log file.
2024-05-23 21:29:35 +02:00
Robert Rostek
f3b10d4c20
update credential vault documentation
2024-05-04 18:05:28 +02:00
Robert Rostek
94b17037d0
add Clickstudios Passwordstate API connector
2024-05-04 13:49:17 +02:00
Dimitrij
83f3846ce6
lib updates
...
correct build number calculations - now its days from last release + hour + minute of build
some changes to migrate to json schema + preparation of using db to save settings
2024-05-03 14:40:52 +01:00
Dimitrij
711a751117
Merge pull request #2589 from xRushG/Fix-2540
...
LocalSettingsManager class implementation is missing (#2540 )
2024-04-29 13:56:53 +01:00
xRushG
e013e32792
Fix #2540
...
LocalSettingsManager class implementation is missing
2024-04-29 14:34:36 +02:00
Dimitrij
6e64b09256
Merge pull request #2571 from mRemoteNG/dependabot/nuget/mRemoteNG/System.Data.SqlClient-4.8.6
...
Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /mRemoteNG
2024-03-11 14:31:41 +00:00
dependabot[bot]
e32d268587
Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /mRemoteNG
...
Bumps [System.Data.SqlClient](https://github.com/dotnet/corefx ) from 4.8.5 to 4.8.6.
- [Release notes](https://github.com/dotnet/corefx/releases )
- [Commits](https://github.com/dotnet/corefx/commits )
---
updated-dependencies:
- dependency-name: System.Data.SqlClient
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-11 14:30:32 +00:00
Dimitrij
05635dec93
Merge pull request #2559 from xRushG/v1.77.3-dev
...
Configuration via windows registry (updates and credentials)
2024-02-19 18:20:44 +00:00
Schmitti91
e694923d33
Merge branch 'v1.77.3-dev' of https://github.com/xRushG/mRemoteNG into v1.77.3-dev
2024-01-28 10:16:30 +01:00
Schmitti91
7322683465
Fix AppVeyor CA2200 and optimize CreateOrSetRegistryValue method
2024-01-28 10:15:34 +01:00
Schmitti91
64688f3512
Add documentation page for registry settings (credentials)
2024-01-27 21:01:38 +01:00
Schmitti91
762760af2f
Adding the configuration capability for the Credentials page through the Windows Registry.
2024-01-27 20:55:12 +01:00
Schmitti91
48e6881401
Merge branch 'v1.77.3-dev' of https://github.com/xRushG/mRemoteNG into v1.77.3-dev
2024-01-26 21:13:22 +01:00
Schmitti91
95c958136f
Add Dokupage for registry settings (update)
2024-01-26 21:12:24 +01:00
Schmitti91
53a6be0f82
remove placeholder code by commenting it out in its current state. (needed for later commit)
2024-01-26 21:07:04 +01:00
Schmitti91
0b4d95be1c
Renameing the common setting name "CheckForUpdate Asked" to "AllowPromptForUpdates Preference" for consistency in naming conventions.
2024-01-23 21:43:29 +01:00
Schmitti91
aad3948475
make ProxyAuthPass not usable, placeholder code
2024-01-23 16:24:28 +01:00
Schmitti91
093370081e
Add capability to set Update Settings via Registry
...
This commit enhances the functionality of the WindowsRegistryAdvanced class to provide the capability to set up Update Settings through the Windows Registry. The changes include the addition of methods or modifications that allow users to configure update-related settings using the Registry.
2024-01-23 16:14:36 +01:00
Schmitti91
33426ceee9
Add GetDwordValue method to WindowsRegistryAdvanced
...
This commit introduces the GetDwordValue method in the WindowsRegistryAdvanced class, allowing the retrieval of DWORD values from the Windows Registry. The implementation uses int.TryParse for efficient parsing and handles default values gracefully.
2024-01-23 14:29:07 +01:00
Schmitti91
5f5700b948
extend Registry handling capabilities in preparation for Registry settings
...
Enhanced the functionality of Registry handling in preparation for managing Registry settings
2024-01-23 12:54:43 +01:00
Dimitrij
45149d6547
Merge pull request #2549 from magriggs/issue-2487
...
Issue 2487
2024-01-05 12:07:05 +00:00
23439176+magriggs@users.noreply.github.com
595681a982
Remove boilerplate code
2024-01-05 14:28:33 +08:00
23439176+magriggs@users.noreply.github.com
e1cac723d6
First commit of SecureCRT import functionality.
2024-01-05 13:59:36 +08:00
Dimitrij
683f84f053
Merge pull request #2545 from magriggs/issue-1308
...
Some fixes for issue mRemoteNG#1308. Inspired by dockpanelsuite/dockp…
2024-01-03 13:15:15 +00:00
23439176+magriggs@users.noreply.github.com
b6d882a06f
Some fixes for issue mRemoteNG#1308. Inspired by dockpanelsuite/dockpanelsuite#526 (comment). Main change is to enable minimize and close buttons
2024-01-03 20:39:36 +08:00
Dimitrij
9d4bfbcb1c
lib updates
2023-12-13 21:56:25 +00:00
Dimitrij
b563747046
Merge pull request #2534 from jcefoli/v1.77.3-dev
...
Handle case where COM object becomes separated from RCW
2023-12-13 21:47:47 +00:00
Joe Cefoli
1ebd0a430f
Remove unnecessary line break
2023-12-13 14:42:13 -05:00
Joe Cefoli
ef4366be4d
Handle case where COM object becomes sepatated from Runtime Callable Wrapper (resizing main window after disconnecting from fit to panel session)
2023-12-13 14:34:33 -05:00
Dimitrij
484283fef8
Merge pull request #2533 from tommwq/v1.77.3-dev
...
support local PowerShell connection
2023-12-13 11:02:10 +00:00
tommwq
b546a48a5f
support local PowerShell connection
2023-12-12 23:26:58 +08:00
Dimitrij
51bd64d005
Merge pull request #2530 from BestiaPL/v1.77.3-dev
...
Update Language.pl.resx
2023-12-11 10:32:02 +00:00
Andrzej Rudnik
2c65d12b92
Update Language.pl.resx
2023-12-05 21:17:59 +01:00
Dimitrij
c43a3b5115
Merge pull request #2529 from xRushG/v1.77.3-dev
...
Pre-build event powershell code update #2524
2023-12-04 17:47:04 +00:00
Schmitti91
515778b13d
Pre-build event powershell code update/fix
2023-12-02 21:59:56 +01:00
Dimitrij
bb4b9ce9e7
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2023-11-29 09:42:06 +00:00
Dimitrij
1d6707fecd
#2528
...
fix typo
2023-11-29 09:41:56 +00:00
Dimitrij
5b2a46ed91
Merge pull request #2523 from zeze0556/v1.77.3-dev
...
fixed mysql error
2023-11-20 09:27:46 +00:00
unknown
24fa97da4c
fixed mysql error
2023-11-20 10:21:59 +08:00
Dimitrij
b0109c2581
lib update
2023-11-10 11:29:18 +00:00
Dimitrij
20f237ec4c
Merge pull request #2519 from BestiaPL/v1.77.3-dev
...
Update Language.pl.resx
2023-11-04 23:38:09 +00:00