Dimitrij
cf0ef6d9d0
remove older schemes from distribution
2024-08-28 09:54:49 +01:00
Dimitrij
b6f3047f82
lib updates
2024-08-28 09:39:02 +01:00
Dimitrij
0a418561d7
Merge pull request #2629 from ianselmi/v1.77.3-dev
...
Made the specflow compatible with net6
2024-08-27 11:29:10 +01:00
ianselmi
6da79a41df
made the specflow compatible with net6
2024-08-18 10:12:16 +02:00
Dimitrij
3ddeac6c74
lib update
2024-08-05 13:35:58 +01:00
Dimitrij
98f97c442d
fix build number calculation
2024-08-05 13:33:50 +01:00
Dimitrij
472d33ba12
Merge pull request #2550 from Risae/v1.77.3-dev
...
CI: Add GitHub Actions workflow
2024-08-01 16:08:44 +01:00
Dimitrij
d906cfcc1e
lib updates
2024-07-31 10:24:44 +01:00
Dimitrij
0f0d8bdcdb
Merge pull request #2623 from magriggs/issue-2622
...
issue-2622: mRemoteNGInstaller - remove explicit PuTTyNG fragment, as…
2024-07-30 13:09:31 +01:00
23439176+magriggs@users.noreply.github.com
005b2485f6
issue-2622: mRemoteNGInstaller - remove explicit PuTTyNG fragment, as PuttyNG is copied implicitly by FilesFragment. Fixes #2622 .
2024-07-30 09:07:55 +08:00
Dimitrij
ffd90bed70
Merge pull request #2621 from magriggs/issue-726
...
Issue 726 - SecureString for ConnectionInfo.Password
2024-07-29 09:05:05 +01:00
23439176+magriggs@users.noreply.github.com
70264a24ab
Fix null password handling
2024-07-28 21:30:10 +08:00
23439176+magriggs@users.noreply.github.com
ad3a37fde3
Move ConnectionInfo.Password to use SecureString. Only decrypt when required for connecting. Update tests to skip tests of password values where necessary.
2024-07-28 19:56:36 +08:00
Dimitrij
9dac0eeaac
Updating due https://github.com/mRemoteNG/mRemoteNG/issues/243
2024-07-16 20:55:18 +01:00
Dimitrij
8dac393bb4
libs update
2024-07-10 10:26:50 +01:00
Dimitrij
287d1a5575
Merge pull request #2611 from Wolvverine/v1.77.3-dev
...
correct registry path
2024-07-05 22:31:42 +01:00
Michał Panasiewicz
20278e0e53
correct registry path
2024-07-05 20:50:41 +02:00
Dimitrij
a3c3ec8c5c
lib updates
2024-06-20 10:22:13 +01:00
Dimitrij
3039b25a66
versioning fix
2024-06-11 14:11:52 +01:00
Dimitrij
0b7ce92af8
libs update
2024-06-11 11:36:17 +01:00
Dimitrij
e3ec521a1d
Merge pull request #2601 from xRushG/RegSettings
...
Enhancement of Registry Settings capabilities
2024-06-11 11:21:39 +01:00
xRushG
88999263a7
Finalize Update Options Page
...
This commit finalizes the Update Options Page with the following changes:
- Removed unnecessary methods due to new features of the registry handler class.
- Updated and added comments to improve code readability and understanding.
- Implemented UI optimizations such as disabling the frequency control and showing "Never" in the combobox.
- Enabled the password storing ability, making it functional but not yet usable.
- Applied some code optimizations for improved efficiency.
2024-06-11 10:07:33 +02:00
xRushG
9687ccd01d
Finalize Credentials Options Page
...
This commit finalizes the Credentials Options Page with the following changes:
- Updated and added comments to improve code readability and understanding.
- Enabled the password storing ability, making it functional but not yet usable.
- Applied some code optimizations for improved efficiency.
2024-06-11 09:44:20 +02:00
xRushG
ca62502499
Update dependent registry options settings to use new WindowsRegistryEntry class.
2024-06-11 09:08:37 +02:00
xRushG
8b3a68f58e
Removing all unnecessary old files
2024-06-11 09:07:04 +02:00
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
dec82b41f2
lib update
2024-06-10 21:14:52 +01: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