Dimitrij
a908a783be
lib update
2025-01-24 13:25:58 +00:00
Dimitrij
1ae9960e82
lib update
2025-01-14 14:54:54 +00:00
Dimitrij
5aa8425209
Lib updates
2024-12-23 14:27:58 +00:00
Dimitrij
b794aa8089
update puttyng to ver. 0.82
2024-12-23 14:09:07 +00:00
Dimitrij
e8bb0bffaa
lib upgrade + update
...
Some version should be not upgraded due .net limitation, what will be done once .net will be upgraded
2024-11-23 15:51:32 +00:00
Dimitrij
e1e0661f25
lib upgrade
2024-11-23 13:12:36 +00:00
Dimitrij
7848c83c72
lib updates
2024-11-23 12:50:16 +00:00
Dimitrij
2de37ed9c7
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2024-11-21 11:17:24 +00:00
Dimitrij
425b433cd2
lib updates
2024-11-21 11:17:15 +00:00
Dimitrij
44e07e3cdb
Merge pull request #2652 from kursataktas/mremoteng-guru
...
Introducing mRemoteNG Guru on Gurubase.io
2024-11-12 21:46:23 +00:00
Kursat Aktas
689f882104
Introducing mRemoteNG Guru on Gurubase.io
...
Signed-off-by: Kursat Aktas <kursat.ce@gmail.com >
2024-11-13 00:17:19 +03:00
Dimitrij
207beaee12
Lib updates + small changes
2024-11-12 11:47:47 +00:00
Dimitrij
bd21b85de7
Lib update
2024-11-01 11:17:54 +00:00
Dimitrij
2e7579cac5
Moved all language files into Language folder. To keep root folder clean
...
On language change new language will not apply, need more work on that later
2024-10-18 15:40:50 +01:00
Dimitrij
ec63812af0
lib update
2024-10-18 11:02:27 +01:00
Dimitrij
8dfe1a22c9
Moved packages dll's into Assembly folder to keep root folder cleaner
2024-10-18 10:58:49 +01:00
Dimitrij
c0e3f547ec
Introducing Local settings manager class and example of default settings json schema
...
Idea to create json file with defaults settings, what will be automatically loaded into new local settings db at creating process.
Group 'default' means its comes from json file and if user change it later - we will have user id there, that allow us to have different settings for different users but at same time keeping "original" ones in case user decide to reset.
What one of the basic steps of transition all settings into local db. Once application is running - will be possible to import already existing settings into local db, as well as switch where to have save them: to windows registery or to local db.
Settings file also could be encrypted, and file will be locked on current machine, that allow all users to use it, but not allow to transfer it to another machine. (If they do it will not work)
mR don't use any hard-coded passwords for such, only hdd id + machine name (what is hashed by SHA256) so couldn't be traceable from memory dump. Later will be possible to lock by user with own password, but that will required to enter on every start as mR will not save it.
2024-10-16 11:37:31 +01:00
Dimitrij
dafb1b364c
lib updates
2024-10-15 13:41:41 +01:00
Dimitrij
7d1b9d8635
Merge pull request #2643 from xRushG/asyncRegSetting
...
Registry Settings: enhancements and new settings implementation
2024-10-01 22:51:52 +01:00
xRushG
8041f58ffd
feat: Add registry settings for Security Page and encryption key generator
...
- Added new registry settings for managing security-related configurations on the Security Page.
- Implemented an encryption key generator to securely generate a password for store in the registry.
- Passwords are placed encrypted on the clipboard for 30 seconds.
- Update documents and finalize comments
2024-10-01 16:02:59 +02:00
xRushG
d018fdbace
feat: Add registry settings for Connections and SQL Server settings
...
- Added registry settings for the Connection Page.
- Added registry settings for the SQL Serverl Page.
- All settings implemented with async registry logic
- Comment unused settings for Connection Page
- Update documents
2024-10-01 12:35:34 +02:00
xRushG
489602ffb3
feat: Add registry settings forTabs and Panel settings
...
- Added registry settings for the Tabs and Panel Page.
- All settings implemented with async registry logic
- Comment unused settings
- Update documents
2024-10-01 12:32:16 +02:00
xRushG
600ba73f5f
Removed the deprecated SaveConnectionsOnExit option from the registry settings related to startup and exit.
2024-10-01 12:29:01 +02:00
xRushG
88600ae6df
feat: Add registry settings for Notification Page, Appearance Page, and Startup and Exit Page with async logic
...
- Added registry settings for the Notification Page.
- Added registry settings for the Appearance Page.
- Added registry settings for the Startup and Exit Page.
- All settings implemented with async registry logic
2024-10-01 12:27:33 +02:00
xRushG
5e3bce9a92
refactor: Apply the async logic for Credentials and Updates registry settings, remove obsolete code
...
- Moved async registry loading logic to OptRegistryCredentialsPage and OptRegistryUpdatesPage to improve structure and maintainability.
- Removed obsolete logic and redundant code that is no longer needed due to the new asynchronous architecture.
- Enhanced settings management to take advantage of the just-in-time loading mechanism.
- Improved performance by ensuring registry settings are loaded asynchronously right before they are needed by the UI or application logic, minimizing unnecessary loads.
- Update documents
2024-10-01 12:19:41 +02:00
xRushG
9b28b7057d
feat: Introduce RegistryLoader class with Lazy<T> and async registry settings loading
...
- Added the RegistryLoader class to handle loading of registry settings.
- Implemented Lazy<T> for singleton pattern to ensure only one instance of RegistryLoader is created.
- Added support for asynchronous loading of registry settings to improve performance in async workflows.
- Designed the class with thread safety in mind, leveraging ConcurrentDictionary for storage.
- Included logging of debug messages to track the load process and timing.
2024-10-01 12:08:52 +02:00
Dimitrij
0a17220446
lib updates
2024-09-29 17:05:51 +01:00
Dimitrij
7684b19d13
lib updates
2024-09-18 10:32:34 +01:00
Dimitrij
47baf3b662
fix case
2024-08-28 11:35:56 +01:00
Dimitrij
bc5e2b9437
add project line name
2024-08-28 11:29:40 +01:00
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
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
Risae
802e9abfef
CI: Create build-x86_64.yml
2024-01-11 17:46:08 +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
Andrzej Rudnik
6ea535ae29
Update Language.pl.resx
2023-11-04 16:59:46 +01:00
Dimitrij
57ca8a3eee
Merge pull request #2514 from Schmitti91/v1.77.3-dev
...
Update Registry interaction capabilities.
2023-10-24 13:33:12 +01:00
Schmitti91
307ea42a0f
Cleanup of references and correction of comments.
2023-10-23 07:58:13 +02:00
Schmitti91
ac41c04f67
mRemoteNG tools WindowsRegistry has been revised and the Windows Registry reading capabilities have been expanded in preparation for working with Registry Keys options. The "RegistryHive" enum was deleted because it is contained in "Microsoft.Win32".
2023-10-22 12:18:42 +02:00
Dimitrij
b3496e79de
lib update
2023-10-17 16:05:09 +01:00
Dimitrij
4f7aa755e3
Merge pull request #2508 from RFC1920/v1.77.3-dev-putty
...
bugfix for Putty import
2023-10-17 09:30:56 +01:00
Dimitrij
d3af50f009
lib updates
2023-10-16 13:59:04 +01:00
RFC1920
ba77a7b7c0
Update Putty registry import to fix connection name, username, and port setting
2023-10-16 05:32:34 -05:00
Dimitrij
666a0e1537
Merge pull request #2507 from RFC1920/v1.77.3-dev-putty
...
Add Putty registry import
2023-10-16 11:32:21 +01:00
RFC1920
96f4307910
Add Putty registry import
2023-10-16 04:50:35 -05:00
Dimitrij
81e997eb60
Merge pull request #2506 from Schmitti91/v1.77.3-dev
...
Enhancing the PowerShell Connection.
2023-10-16 09:56:50 +01:00
Schmitti91
7132c6e7c2
Removing the "-NoProfile" option from PowerShell.exe parameters.
2023-10-15 21:48:01 +02:00
Schmitti91
cb01e92fe2
Enhancing the PowerShell Connection. The PowerShell script is designed to simplify multiple login attempts to a remote host using user-provided credentials, or not. In addition, granular error handling has been added to prevent errors, such as the conversion of empty or null strings to SecureString. Furthermore, hostname, username, and password are now passed as parameters in the PowerShell script block ( #2195 ).
2023-10-15 21:13:36 +02:00
Dimitrij
2c9c512d74
Merge pull request #2503 from WojciechNagorski/new-sshnet
...
Update SSH.NET to 2023.0.0
2023-10-11 13:55:07 +01:00
Wojciech Nagórski
8d05c9040b
Update SSH.NET to 2023.0.0
2023-10-11 14:45:01 +02:00
Dimitrij
4e994fb202
Merge pull request #2502 from BestiaPL/v1.77.3-dev
...
Updated Polish translation
2023-10-09 16:45:55 +01:00
Dimitrij
ab2a778694
Merge pull request #2496 from tecxx/develop-orig
...
use pwfile instead of cleartext password for putty connections
2023-10-09 09:27:00 +01:00
Andrzej Rudnik
115375820d
Update Language.pl.resx
2023-10-08 20:51:22 +02:00
Andrzej Rudnik
8cb753916b
Update Language.pl.resx
2023-10-05 23:36:45 +02:00
Robert Rostek
ec3a0cee9b
remove unnecessary usings
2023-10-03 10:55:27 +02:00
Robert Rostek
13f8f82537
update changelog
2023-10-03 10:53:34 +02:00
Robert Rostek
54544dd2aa
use pwfile instead of pw for puttyng
2023-10-03 10:52:41 +02:00
Dimitrij
ac99115424
Merge pull request #2482 from simonai1254/fix-2195
...
Fix 2195
2023-08-31 16:37:41 +01:00
Simon Monai
d6c6038193
Update CHANGELOG.md
2023-08-30 23:55:40 +02:00
Simon Monai
c97b84e4a2
Quote variable for #2195
...
In order to interpret variable as string and not arbitrary code
2023-08-30 23:46:42 +02:00
Dimitrij
6698ec0b06
Update README.md
2023-08-02 13:14:28 +01:00
Dimitrij
290b1c4de5
Update README.md
2023-08-02 13:14:02 +01:00
Dimitrij
d497a50727
Update README.md
2023-08-02 13:13:23 +01:00
Dimitrij
2837c91f5e
Update README.md
2023-08-02 13:12:34 +01:00
Dimitrij
9a717f28c6
upd
2023-08-02 13:03:14 +01:00
Dimitrij
e416c2c9c9
upd
2023-08-02 13:01:21 +01:00
Dimitrij
331cdaa6ce
upd
2023-08-02 12:54:27 +01:00
Dimitrij
aa329b1a9a
upd
2023-08-02 12:51:30 +01:00
Dimitrij
16c080942d
upd table
2023-08-02 12:47:15 +01:00
Dimitrij
4acc111b3d
upd
2023-08-02 12:39:29 +01:00
Dimitrij
afe453d371
upd
2023-08-02 12:37:25 +01:00
Dimitrij
e93c120dac
update table
2023-08-02 12:34:16 +01:00
Dimitrij
2f701458f4
mistype fix
2023-08-02 12:27:30 +01:00
Dimitrij
6a35961dfb
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2023-08-02 12:24:16 +01:00
Dimitrij
1a90095ba3
add add-ons list
2023-08-02 12:24:05 +01:00
Dimitrij
5dc87213b5
Merge pull request #2462 from jurepurgar/rdgw-access-token
...
Support for gatewayaccesstoken
2023-07-18 16:24:49 +01:00
Jure Purgar
ff8044b09b
Delete resx
2023-07-18 16:23:48 +02:00
Jure Purgar
f1fa40f6fd
Initial implementation of gatewayaccesstoken support
2023-07-18 16:07:06 +02:00
Dimitrij
9bc5b62828
enable signing
2023-07-15 22:44:26 +01:00
Dimitrij
5aae586812
lib update
2023-07-15 22:11:03 +01:00
Dimitrij
bc5e5be42e
update cert
2023-07-15 22:06:47 +01:00
Dimitrij
be68573378
lib updates
2023-07-05 14:33:39 +01:00
Dimitrij
cf0bc3d270
fix links
2023-07-05 12:00:14 +01:00
Dimitrij
d5773eb2e9
doc update
...
adding image, fix link
2023-07-05 09:29:19 +01:00
Dimitrij
50523e5b67
update docs
2023-07-04 15:59:48 +01:00
Dimitrij
feeca86c6a
small fix
2023-06-21 21:03:57 +01:00
Dimitrij
a2e2671483
update links
2023-06-21 20:55:35 +01:00
Dimitrij
0b4d6ef8ef
update index
2023-06-21 20:48:23 +01:00
Dimitrij
bdf0e532a5
#2447
...
add screenshots for themes
2023-06-21 20:46:37 +01:00
Dimitrij
d8cf72d09b
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2023-06-21 12:08:25 +01:00
Dimitrij
6c3ec8f058
update puttyng to actual version
2023-06-21 12:08:07 +01:00
Dimitrij
fbd9b76a09
Merge pull request #2449 from simonai1254/update_documentation
...
Improve PuttyNG Issue Description
2023-06-21 09:41:55 +01:00
Simon Monai
bee216220a
Improve PuttyNG Issue Description
...
Update PuttyNG Documentation
Do not recommend insecure changes
2023-06-21 09:29:05 +02:00
Dimitrij
4ca7f34989
code corrections
2023-06-16 19:24:33 +01:00
Dimitrij
51015e6b51
lib update
2023-06-16 19:24:00 +01:00
Dimitrij
46100d6d94
lib update
2023-06-08 10:58:05 +01:00
Dimitrij
c94eac3863
Merge pull request #2416 from BlueBlock/streamline_build_scripts_for_appveyor
...
modify build scripts for appveyor
2023-04-07 15:19:44 +01:00
BlueBlock
965b0e5b6d
Update update_and_upload_assemblyinfocs.ps1
...
enable assemblyinfo.cs update when not (CI)
2023-03-31 11:27:49 -04:00
BlueBlock
000cea1dda
test repo name
2023-03-31 11:16:40 -04:00
BlueBlock
6d4d60e3b1
Update postbuild.ps1
...
fix if matching
2023-03-31 11:02:49 -04:00
BlueBlock
9957282bfa
Update postbuild_installer.ps1
...
disable assemblyinfo.cs update temporarily
2023-03-31 11:01:48 -04:00
BlueBlock
9b603dd956
Update postbuild.ps1
...
check variables
2023-03-31 10:10:10 -04:00
BlueBlock
759ee55780
modify build scripts for appveyor
2023-03-31 09:14:35 -04:00
Dimitrij
93b2edb5a5
Merge pull request #2415 from BlueBlock/fix_window_restore_resize
...
Update RdpProtocol8.cs
2023-03-28 14:59:36 +01:00
BlueBlock
4d49c14bb9
Update RdpProtocol8.cs
...
resize when restored from minimize
2023-03-28 08:49:52 -04:00
Dimitrij
6398808a0a
corrected slashes
2023-03-25 22:29:53 +00:00
Dimitrij
64e20f3665
update
2023-03-25 21:45:22 +00:00
Dimitrij
3b542d8868
excluding AssemblyInfo from accidental update in repo
2023-03-25 21:40:42 +00:00
Dimitrij
d5af0e43a5
add condition
2023-03-25 18:44:40 +00:00
Dimitrij
7a8ef87dc7
run string as a command
2023-03-25 18:33:50 +00:00
Dimitrij
7a5293cde3
add wrapping '
2023-03-25 18:24:08 +00:00
Dimitrij
26400631a0
replace " by ' to avoid path brake
2023-03-25 18:20:46 +00:00
Dimitrij
97a5c584be
increase build number only then release in appveyor
2023-03-25 18:16:03 +00:00
Dimitrij
0700b6573c
Merge pull request #2413 from BlueBlock/fix_running_of_unit_tests
...
Fix running of unit tests
2023-03-25 17:17:32 +00:00
Dimitrij
d8f66a4188
Merge pull request #2412 from BlueBlock/update_build_script
...
Update find_vstool.ps1
2023-03-25 16:39:49 +00:00
BlueBlock
c22971cf54
add unit test references
...
unit tests were not able to run since the refs were missing
2023-03-25 12:08:52 -04:00
BlueBlock
9d2dd5dd93
remove variable not used
2023-03-25 12:08:02 -04:00
BlueBlock
c19d512631
Update Logger.cs
...
code formatting and using adjustment
2023-03-25 12:07:28 -04:00
BlueBlock
9efda5fef3
lib update
2023-03-25 12:06:53 -04:00
BlueBlock
a27cdcfdb5
Update find_vstool.ps1
...
Do not attempt to verify the fingerprint since it changes often. It seems to be overkill to check it.
2023-03-25 12:03:37 -04:00
Dimitrij
5667a07b25
Merge pull request #2411 from BlueBlock/fix_log4net_logging
...
fix log4net logging
2023-03-25 07:04:21 +00:00
BlueBlock
7d0bd85466
fix log4net logging
2023-03-24 14:49:27 -04:00
Dimitrij
4f269442a6
Merge pull request #2410 from BlueBlock/fix_notificiation_bug_introduced
...
Fix notification bug introduced
2023-03-24 18:09:14 +00:00
BlueBlock
16d182fca2
Update NotificationPanelMessageWriter.cs
...
fix notification bug, text not displaying
2023-03-24 11:53:05 -04:00
BlueBlock
6d1a206cc9
code formatting
2023-03-24 11:51:33 -04:00
Dimitrij
d8a7fdbf4f
lib update
2023-03-24 15:22:10 +00:00
Dimitrij
516b365ebc
Merge pull request #2401 from BlueBlock/fix_options_ui_sizing
...
options pages size and position fixes
2023-03-24 07:16:15 +00:00
BlueBlock
6da6a5ede9
options pages size and position fixes
...
- options page was too small
- some tabs needed adjustment for spacing
2023-03-24 03:02:27 -04:00
Dimitrij
67244f1957
Merge pull request #2400 from BlueBlock/fix_database_columns_and_some_tests
...
Fix database columns and some tests
2023-03-24 06:08:48 +00:00
BlueBlock
0a304e9a03
add missing objects needed in tests
2023-03-24 01:35:37 -04:00
BlueBlock
05154af606
code formatting
2023-03-24 01:34:51 -04:00
BlueBlock
7454b15ec9
adjust app to use 2.8 xsd schema
2023-03-24 01:33:30 -04:00
BlueBlock
38f435f639
Update RemoteDesktopConnectionDeserializer.cs
...
add missing serializer
2023-03-24 01:32:21 -04:00
BlueBlock
5f38ec7210
Update SqlVersion29To30Upgrader.cs
...
add missing DB column UserViaAPI
2023-03-24 01:31:41 -04:00
BlueBlock
ca143bf969
Update mremoteng_confcons_v2_8.xsd
...
inherit should be boolean
2023-03-24 01:29:39 -04:00
BlueBlock
402e5c3665
Create mRemoteNG.lutconfig
...
live test runner config file
2023-03-24 01:27:52 -04:00
BlueBlock
290dbcc3ed
Update SqlDatabaseMetaDataRetriever.cs
...
- add missing db column UserViaAPI
- formatting and remove commented code
2023-03-24 01:26:44 -04:00
Dimitrij
a7749c70e7
Merge pull request #2399 from BlueBlock/fix_database_use
...
Fix database use
2023-03-23 22:01:40 +00:00
BlueBlock
9f0cfd5f22
Update CsvConnectionsDeserializerMremotengFormatTests.cs
...
fix test
2023-03-23 17:47:27 -04:00
BlueBlock
f47434c09e
Merge remote-tracking branch 'upstream/v1.77.3-dev' into fix_database_use
2023-03-23 17:44:39 -04:00
BlueBlock
795a4b571e
Update AbstractConnectionRecord.cs
...
defaults set not needed
2023-03-23 17:26:11 -04:00
BlueBlock
f71727e05e
Update SqlConnectionsUpdateChecker.cs
...
code formatting
2023-03-23 16:34:37 -04:00
BlueBlock
d2fa8e86b1
Update DatabaseConnectorFactory.cs
...
add TODO
2023-03-23 16:34:15 -04:00
BlueBlock
23dcd9d30f
Update MySqlDatabaseConnector.cs
...
add TODO
2023-03-23 16:33:55 -04:00
BlueBlock
d6890c6ecd
refactor to newer c# code statements
2023-03-23 16:32:14 -04:00
BlueBlock
b1a6ba78d4
fix database upgrades
...
- fix tested db upgrading for each version
- fix version check for 3.0
2023-03-23 16:31:28 -04:00
BlueBlock
e6abe3f3a1
simple code reformatting
2023-03-23 16:30:04 -04:00
BlueBlock
6c32540ecb
refactor class mssql to sql
...
refactor class mssql to sql
code formatting
refactor null check
use db TRUNCATE instead of DELETE (mysql warns about mass DELETE)
2023-03-23 16:27:17 -04:00
BlueBlock
951ad5cd0a
Update ConnectionsService.cs
...
use universal time for db time
2023-03-23 16:23:45 -04:00
BlueBlock
5f56477123
Update MiscTools.cs
...
- add GetBooleanValue method for getting bool from databases
- use universal time for db time
2023-03-23 16:22:38 -04:00
BlueBlock
3180f38a1d
Update AbstractConnectionRecord.cs
...
fix to add redirectdiskdrives default value
2023-03-23 16:21:34 -04:00
BlueBlock
07f15993e5
Update SettingsLoader.cs
...
refactor null check
2023-03-23 16:20:55 -04:00
BlueBlock
fc8e9c7689
rename class from mssql to sql
...
This class is not dedicated to mssql but is used by all sql databases. Rename to reflect this.
2023-03-23 16:20:01 -04:00
BlueBlock
7cb20b9e28
Update Runtime.cs
...
use universal time for stored DB time since users can span time zones
2023-03-23 15:16:28 -04:00
BlueBlock
ffc2351d64
Update ConnectionsFileInfo.cs
...
latest db version should be 3.0
2023-03-23 15:15:36 -04:00
Dimitrij
f10fec61ac
Merge pull request #2398 from BlueBlock/fix_deserializer_test
...
Update CsvConnectionsDeserializerMremotengFormatTests.cs
2023-03-23 16:39:01 +00:00
BlueBlock
e41200067c
Update CsvConnectionsDeserializerMremotengFormatTests.cs
...
fix test, missing changes needed for RedirectDrives PR
2023-03-23 12:18:28 -04:00
Dimitrij
30f6d3dde7
Merge pull request #2397 from BlueBlock/fix_remove_exception_test
...
Update ProgramRoot.cs
2023-03-21 20:59:32 +00:00
BlueBlock
7f9dcb11f0
Update ProgramRoot.cs
...
remove exception test
2023-03-21 16:49:59 -04:00
Dimitrij
d5fa2f62c0
Merge pull request #2396 from BlueBlock/fix_load_misssing_localconnectionproperties_xml_file
...
Fix load misssing localconnectionproperties xml file
2023-03-21 20:44:59 +00:00
Dimitrij
fa7967190d
Merge pull request #2395 from integratorbit/v1.77.3-dev
...
Improve Disk Drive Redirection
2023-03-21 20:33:33 +00:00
BlueBlock
20e04c0d75
resolve conflicts
2023-03-21 16:04:32 -04:00
BlueBlock
d5eea9db20
Merge remote-tracking branch 'upstream/v1.77.3-dev' into pr/2395
2023-03-21 16:00:50 -04:00
BlueBlock
8cb598ce25
Update FileDataProvider.cs
...
fix creation of file LocalConnectionProperties.xml if it does not exist
2023-03-21 15:26:01 -04:00
BlueBlock
f3a57d7f23
move filename value LocalConnectionProperties.xml into settings file
2023-03-21 15:25:32 -04:00
BlueBlock
14e47def9d
Update SqlDatabaseMetaDataRetriever.cs
...
fix exception casting int64 to int32, unbox and cast to int
2023-03-21 15:24:49 -04:00
Dimitrij
7573081d7a
Merge pull request #2394 from BlueBlock/fix_rdp_operation
...
Fix RDP operation
2023-03-21 18:48:56 +00:00
Dimitrij
aaca581324
Merge pull request #2393 from BlueBlock/do_not_display_splash_on_taskbar
...
Do not show splash on taskbar
2023-03-21 18:06:52 +00:00
BlueBlock
43c2797a51
Update ProgramRoot.cs
...
do not show splash on taskbar
2023-03-21 13:56:55 -04:00
integratorbit
da6bbf65f0
Improve Disk Drive Redirection
2023-03-21 14:31:15 -03:00
BlueBlock
7d0cbf423e
add resize fallback
...
Add resize fallback if the target OS fails to resize using the most current method. (for example, this occurs with Server2008R2)
2023-03-21 13:03:21 -04:00
BlueBlock
d94eab71da
Update RdpProtocol8.cs
...
remove test code
2023-03-21 12:58:58 -04:00
BlueBlock
b0a8ccc5b6
multiple RDP issues fixed
...
- fix scale of RDP session when moving between 4k and 1080 monitors etc.
- fix inefficient continuous RDP screen resizing while the window size is changed
- add a RDP version check before attempting to use each RDP version and properties
2023-03-21 12:23:59 -04:00
BlueBlock
5cbf1f1568
adjust method access level of common protocol methods
2023-03-21 12:22:20 -04:00
BlueBlock
22cde74db2
Delete RdpProtocol6.cs
...
class renamed to RdpProtocol
2023-03-21 12:07:18 -04:00
BlueBlock
cdc3759c04
Update Optional.cs
...
- use more efficient empty assignments
- use string interpolation
- adjust method access to minimal needed
2023-03-21 12:06:38 -04:00
BlueBlock
38abc8a167
Update NotificationPanelMessageWriter.cs
...
check for object _messageWindow before using it to avoid an exception
2023-03-21 12:04:52 -04:00
BlueBlock
7c7c7086ce
Update RdpProtocolFactory.cs
...
class RdpProtocol6 renamed to RdpProtocol
2023-03-21 12:04:03 -04:00
BlueBlock
50daf64025
Update ProtocolBase.cs
...
- add check for object _interfaceControl before using it
- adjust methods to protected where appropriate
- remove unused using
2023-03-21 12:03:28 -04:00
BlueBlock
dc38df5389
Update ConnectionsService.cs
...
use object initializer and remove unused using
2023-03-21 12:00:54 -04:00
BlueBlock
a46b2c9d98
Update ProtocolFactory.cs
...
remove unused usings
2023-03-21 11:57:34 -04:00
BlueBlock
200756361c
rename base class of RDP
...
So it is consistent with other protocols, rename the RDP base class to not reflect a version.
2023-03-21 11:55:17 -04:00
Dimitrij
877a1e4cd0
Merge pull request #2391 from BlueBlock/add_set_devenvdir_to_prebuild
...
Update mRemoteNG.csproj
2023-03-20 21:16:18 +00:00
BlueBlock
a382206f5a
Update mRemoteNG.csproj
...
add setting of DevEnvDir in prebuild
2023-03-20 16:31:22 -04:00
Dimitrij
1af7a622a6
Merge pull request #2388 from BlueBlock/fix_remove_unsused_class
...
Delete RDPVersions.cs
2023-03-17 17:54:50 +00:00
Dimitrij
3f95b2aa7e
Merge pull request #2387 from BlueBlock/fix_exception_in_disposeinterface
...
Update ProtocolBase.cs
2023-03-17 17:48:43 +00:00
BlueBlock
b7871e2e04
Delete RDPVersions.cs
...
Class is unused and not needed.
2023-03-17 13:18:14 -04:00
BlueBlock
6b6ceda497
Update ProtocolBase.cs
...
check if object is disposed before working with it
2023-03-17 13:07:58 -04:00
Dimitrij
b01b8e4bc8
adjust installer script
2023-03-17 00:42:46 +00:00
Dimitrij
20f7cb1cd0
update move installer
2023-03-17 00:17:52 +00:00
Dimitrij
3e1ee0056d
small amendments
2023-03-16 23:01:06 +00:00
Dimitrij
a3a851e57f
Merge pull request #2383 from BlueBlock/fix_null_check_not_needed
...
Update PuttySessionsRegistryProvider.cs
2023-03-16 20:10:57 +00:00
BlueBlock
cf650d4318
use more efficient array
2023-03-16 16:10:01 -04:00
Dimitrij
58e7420f04
Merge pull request #2386 from BlueBlock/fix_suppress_com_warnings_on_release_build
...
Update mRemoteNG.csproj
2023-03-16 19:24:18 +00:00
Dimitrij
aedaf084d9
Merge pull request #2382 from BlueBlock/fix_more_CA1416_warnings
...
fix more CA1416 warnings
2023-03-16 19:04:47 +00:00
BlueBlock
c18f638989
Update mRemoteNG.csproj
...
suppress com warnings on release build, but display warnings on debug builds
2023-03-16 15:00:46 -04:00
BlueBlock
fb50cdc058
Update PuttySessionsRegistryProvider.cs
...
remove unreachable code
- no need to test for null, PuttySessionsKey is a const with a value set on instantiation
2023-03-16 14:35:39 -04:00
BlueBlock
68e702c344
fix more CA1416 warnings
2023-03-16 14:15:44 -04:00
Dimitrij
651b18a8b3
Merge pull request #2381 from BlueBlock/fix_obsolete_SHA1CryptoServiceProvider
...
Update PuttyKeyFileGenerator.cs
2023-03-16 17:11:53 +00:00
BlueBlock
2174e56407
Update PuttyKeyFileGenerator.cs
...
Replace use of obsolete SHA1CryptoServiceProvider with replacement call.
2023-03-16 12:59:28 -04:00
Dimitrij
ea27a4da02
Merge pull request #2380 from BlueBlock/fix_appveyor_bulk_of_changes
...
appveyor build automation
2023-03-16 16:50:53 +00:00
BlueBlock
321fd1162b
appveyor build automation
...
bulk of the changes for appveyor automation
2023-03-16 11:08:27 -04:00
Dimitrij
c51f38ddc7
Merge pull request #2379 from BlueBlock/fix_appveyor
...
additional appveyor change
2023-03-15 19:05:36 +00:00
BlueBlock
b34cd1acc5
additional appveyor change
2023-03-15 14:51:04 -04:00
Dimitrij
43f20bb83a
Merge pull request #2378 from BlueBlock/fix_adj_appveyor_build
...
appveyor build adjustment
2023-03-15 16:57:16 +00:00
Dimitrij
79b8ddef15
Merge pull request #2377 from BlueBlock/fix_putty_registry_watcher
...
Fix putty registry watcher
2023-03-15 16:49:29 +00:00
BlueBlock
2642ea0601
appveyor build adjustment
...
Further work to test appveyor builds
2023-03-15 12:46:37 -04:00
Dimitrij
7a2f934f6a
Merge pull request #2376 from BlueBlock/add_rdp_protocol_rdc11
...
add rdp protocol rdc11
2023-03-15 12:49:03 +00:00
BlueBlock
f299fefcdc
Update PuttySessionsRegistryProvider.cs
...
Remove previous fixes return statement
2023-03-15 08:22:29 -04:00
BlueBlock
209319f460
Update PuttySessionsRegistryProvider.cs
...
Update the latest fix for the putty registry watcher, to create the registry path if it does not exist, so the watcher is able to always run.
2023-03-15 08:14:52 -04:00
BlueBlock
5ec4f4dcea
add rdp rdc11
2023-03-15 08:04:01 -04:00
Dimitrij
16f67d58d1
Merge pull request #2372 from BlueBlock/fix_exception_when_no_putty_sessions_exist
...
fix exception when no putty sessions exist
2023-03-14 19:32:10 +00:00
Dimitrij
542d794ab4
Merge pull request #2373 from BlueBlock/fix_exception_with_notification_on_app_closing
...
Update MessageFocusDecorator.cs
2023-03-14 17:03:33 +00:00
Dimitrij
ede1573b56
Merge pull request #2375 from BlueBlock/fix_exception_for_protocolbase_when_closing_app
...
Update ProtocolBase.cs
2023-03-14 16:24:43 +00:00
Dimitrij
bc8eec8887
Merge pull request #2374 from BlueBlock/add_rdp_protocol_rdc10
...
add rdc10 protocol
2023-03-14 15:35:38 +00:00
Dimitrij
59b0654b95
Merge pull request #2371 from BlueBlock/fix_installer_build_order
...
Update mRemoteNG.sln
2023-03-14 15:24:05 +00:00
Dimitrij
cae3477591
Merge pull request #2370 from BlueBlock/fix_file_fragments
...
Update FilesFragment.wxs
2023-03-14 15:22:30 +00:00
BlueBlock
6a3115b80a
Update ProtocolBase.cs
...
Do not attempt to dispose the control if the control is already closed, closing or disposed.
2023-03-14 04:44:42 -04:00
BlueBlock
1232d7c288
add rdc10 protocol
2023-03-13 22:38:13 -04:00
BlueBlock
8e1b4c9271
Update MessageFocusDecorator.cs
...
do not attempt to focus the notification panel if the application is closing, otherwise exceptions will occur since _frmMain is closing
2023-03-13 20:08:48 -04:00
BlueBlock
0f8810e22a
fix exception when no putty sessions exist
...
When putty is not installed or no sessions exist in the registry, an exception is thrown when starting the eventwatcher. Only start the eventwatcher if sessions registry path exists.
2023-03-13 18:53:00 -04:00
BlueBlock
7bbff38b6b
Update mRemoteNG.sln
...
fix install build order by also including building mremoteng
2023-03-13 18:47:14 -04:00
BlueBlock
4a7b8fa250
Update FilesFragment.wxs
...
fix some dll paths and remove unused dll
2023-03-13 18:44:26 -04:00
Dimitrij
53acc94976
Merge pull request #2369 from BlueBlock/fix_find_vstool.ps1
...
Update find_vstool.ps1
2023-03-13 14:11:00 +00:00
BlueBlock
ab8d83b12d
Update find_vstool.ps1
...
add vs2022 cert thunbprint
fix function which tests if a file is executable
2023-03-13 09:46:27 -04:00
Dimitrij
713a0a6174
more fixes for CA1416
2023-03-11 13:13:19 +00:00
Dimitrij
a3b9695b81
lib replace
2023-03-11 12:38:53 +00:00
Dimitrij
85dd381bd9
lib update
2023-03-11 12:21:17 +00:00
Dimitrij
05b418e9b6
more fix for Warning CA1416
2023-03-11 12:20:19 +00:00
Dimitrij
40af584afe
fix for Warning CA1416
2023-03-11 01:46:11 +00:00
Dimitrij
93fe32491b
couple of fixes
2023-03-10 23:00:05 +00:00
Dimitrij
4b67fcb0d4
fix splash screen version logo
2023-03-09 09:12:40 +00:00
Dimitrij
0b0c92717d
fix format to avoid error on file name
2023-03-08 22:15:25 +00:00
Dimitrij
4564cafa85
more fixes for CA1416
2023-03-08 21:50:23 +00:00
Dimitrij
2e21f8d03a
add form
2023-03-08 20:51:58 +00:00
Dimitrij
4336254d56
fix naming after rename
2023-03-08 20:36:00 +00:00
Dimitrij
bc5e9279a5
fix naming to be inline with Others
2023-03-08 20:28:31 +00:00
Dimitrij
1bfbb956c2
fix CA1416: Validate platform compatibility
...
https://learn.microsoft.com/en-gb/dotnet/fundamentals/code-analysis/quality-rules/ca1416
2023-03-08 20:23:38 +00:00
Dimitrij
b336db773c
Merge pull request #2367 from BlueBlock/update_build_scripts
...
Update build scripts
2023-03-08 19:32:06 +00:00
BlueBlock
30e7d2424c
Merge remote-tracking branch 'upstream/v1.77.3-dev' into update_build_scripts
2023-03-08 14:08:46 -05:00
kmscode
cbb8c0234d
fixed a few warnings
2023-03-05 20:10:32 -05:00
kmscode
95469107fd
don't need to manually editbin for large address aware on x64 targets
2023-03-05 15:37:49 -05:00
Dimitrij
ba0058c0b9
fix installer paths
2023-03-04 22:49:23 +00:00
Dimitrij
8f35afe353
fix for portable version
2023-03-04 21:02:19 +00:00
Dimitrij
aaf219eb90
revert check due set variable explicitly in appveyor
2023-03-04 20:32:22 +00:00
Dimitrij
1167794d58
fix condition to work in appveyor env.
2023-03-04 18:38:12 +00:00
Dimitrij
929babd69a
Update change log
2023-03-04 00:35:35 +00:00
Dimitrij
870b7c1ffd
update links
2023-03-04 00:07:19 +00:00
Dimitrij
9ed9d835b9
file harvester update
2023-03-04 00:06:55 +00:00
Dimitrij
985feb4b91
name space sync
2023-03-03 23:25:18 +00:00
Dimitrij
c43c85bb21
lib Update
...
correction for update window
2023-03-03 22:19:38 +00:00
Dimitrij
038074131c
add template for build versioning
2023-03-03 20:45:40 +00:00
Dimitrij
ab9156a7d3
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2023-03-03 15:44:34 +00:00
Dimitrij
f4b76818e8
lib update
2023-03-03 15:42:33 +00:00
Dimitrij
12a399a354
Merge pull request #2364 from BlueBlock/update_sql_usage_instructions
...
update sql usage doc
2023-03-02 13:55:24 +00:00
BlueBlock
dfdbbea85c
sql usage doc updated
2023-03-02 08:32:07 -05:00
BlueBlock
5fad5ec4c7
Merge remote-tracking branch 'upstream/v1.77.3-dev' into update_build_scripts
2023-03-02 08:28:10 -05:00
Dimitrij
fe94da4727
lib update
2023-03-02 09:42:43 +00:00
Dimitrij
361ae3af50
Merge pull request #2362 from BlueBlock/fix_use_of_sql_database
...
Fix use of sql database
2023-03-02 09:34:06 +00:00
BlueBlock
a2e302ebfa
add check for appveyor only actions in scripts
2023-03-01 15:31:54 -05:00
BlueBlock
186ab9c00e
Merge remote-tracking branch 'upstream/v1.77.3-dev' into update_build_scripts
2023-03-01 14:50:49 -05:00
BlueBlock
9a2453524a
update db to 2.9
2023-03-01 14:19:41 -05:00
BlueBlock
3a2e128e98
add missing columns to serializer
2023-03-01 11:22:18 -05:00
BlueBlock
1bd2dbf9f0
modify schema to be consistent
2023-03-01 11:21:55 -05:00
BlueBlock
b7f880e7f8
modify sql bit columns to be consistent
2023-03-01 11:21:26 -05:00
BlueBlock
13cd926b4f
add missing columns
2023-03-01 09:37:10 -05:00
BlueBlock
6fb7b1c6e4
update docs to reflect auto-schema generation
2023-03-01 07:29:31 -05:00
BlueBlock
8f35015a6c
fix db upgrade
...
fix db upgrade 2.8->2.9
2023-03-01 07:11:45 -05:00
BlueBlock
a926bccb97
fix db upgrade
...
fix db upgrade 2.7->2.8
2023-03-01 07:11:30 -05:00
BlueBlock
b9f2abf5eb
add db schema initialization on a new empty database
2023-03-01 07:10:29 -05:00
BlueBlock
8dc5bda171
Update SqlDatabaseVersionVerifier.cs
...
fix CRLF of file
2023-03-01 07:09:33 -05:00
Dimitrij
d24bdb543b
lib update
2023-02-26 21:40:14 +00:00
BlueBlock
dc921161e4
Merge remote-tracking branch 'upstream/v1.77.3-dev' into update_build_scripts
2023-02-25 17:37:58 -05:00
Dimitrij
8e248cb545
lib update
2023-02-21 21:48:20 +00:00
BlueBlock
ae93be4cfb
make website update optional
2023-02-20 12:39:29 -05:00
BlueBlock
42949fbe91
update build scripts to create update files
2023-02-20 05:21:11 -05:00
Dimitrij
21dd175456
lib update
2023-02-17 19:49:47 +00:00
BlueBlock
a3df0da26b
widen the version label further
2023-02-16 16:55:40 -05:00
BlueBlock
6b9d4fd107
increase label width for version on splashscreen
...
Widen to support longer version numbers such as 1.77.3.1234
2023-02-16 16:27:17 -05:00
BlueBlock
fac2ae6399
Merge remote-tracking branch 'upstream/v1.77.3-dev' into update_build_scripts
2023-02-16 15:47:57 -05:00
Dimitrij
46732803c3
Merge pull request #2356 from BlueBlock/improve_options_page_speed
...
improve speed for the display of the options page
2023-02-16 20:16:47 +00:00
BlueBlock
39d205bd4d
improve speed for the display of the options page
...
rather than create the options page on demand, instantiate the options page immediately upon app start though in the background using idle time.
2023-02-16 14:57:11 -05:00
Dimitrij
8e2bd7997e
update "Known Issues" regarding how-to update PuttyNG to latest
2023-02-16 11:12:44 +00:00
Dimitrij
76db9a6c62
Merge pull request #2352 from pakass/SSH.NET-update
...
SSH.NET Update
2023-02-16 09:45:30 +00:00
pakass
c03d5e891d
update Changelog
2023-02-15 15:15:55 +01:00
pakass
b21f6e8ce7
update SSH.NET
2023-02-15 15:11:22 +01:00
BlueBlock
4b916f1888
update build scripts
2023-02-14 19:38:08 -05:00
Dimitrij
1f80e5339b
Merge pull request #2348 from BlueBlock/remove_mat_kit
...
Remove mat kit included unintentionally
2023-02-13 09:30:48 +00:00
BlueBlock
dc616f8ea1
remove mat kit included unintentionally
...
It appears the mat kit config was included along with some .xlf definitions on the csproj
Remove th mat kit and references
2023-02-12 16:39:30 -05:00
Dimitrij
dc6588243f
libs update
2023-02-11 21:31:12 +00:00
Dimitrij
690d3b0d4e
Merge pull request #2347 from savornicesei/simo/gh-2344-docs-log4net-patching
...
Documented manual patching of log4net CVE-2018-1285 vulnerability #2344
2023-02-11 12:41:09 +00:00
Dimitrij
4bc5dffabb
Merge pull request #2346 from BlueBlock/add_feature_to_auto_reconnect_without_clicking_check
...
Modify "auto reconnect" to have the ability to really auto-reconnect
2023-02-11 12:35:02 +00:00
Simona Avornicesei
55a1e4a544
Documented manual patching of log4net CVE-2018-1285 vulnerability #2344
2023-02-10 21:17:26 +02:00
BlueBlock
5cb32dd75a
change reconnect timer from 2s to 5s
...
Change and increase the reconnect timer to avoid too frequent connection attempts.
2023-02-10 04:40:55 -05:00
BlueBlock
f858c9fe48
fix checkbox state
2023-02-10 04:39:13 -05:00
BlueBlock
0ac39af404
modify "auto reconnect" to really auto-reconnect
...
The auto-reconnect does not automatically reconnect but instead displays a reconnect dialog. A second Options checkbox is added to allow true auto-reconnect.
2023-02-09 13:41:31 -05:00
Dimitrij
fc757b236f
lib update
2023-02-04 16:42:12 +00:00
Dimitrij
a921e6e3d4
Merge pull request #2340 from BlueBlock/set_default_theme_on_first_run
...
set the default theme setting
2023-02-04 16:28:34 +00:00
Dimitrij
8cf0f50565
Merge pull request #2341 from BlueBlock/fix_broken_tests
...
Fix broken tests
2023-02-04 16:26:34 +00:00
Dimitrij
575ad7664f
Merge pull request #2343 from savornicesei/simo/gh-2342-installer-in-debug-mode
...
Build installer in Debug mode #2342
2023-02-04 16:23:51 +00:00
Dimitrij
be17488070
Merge pull request #2339 from BlueBlock/add_missing_settings
...
Add 2 missing settings
2023-02-04 16:23:07 +00:00
Simona Avornicesei
f504107928
Build installer in Debug mode #2342
2023-02-04 10:10:51 +02:00
BlueBlock
0113f549c5
fix remaining unit tests
2023-02-03 17:35:09 -05:00
BlueBlock
9ff831faab
fix additional tests
2023-02-03 17:05:36 -05:00
BlueBlock
a9ca243c0b
fix protocol config unit tests
2023-02-03 16:53:29 -05:00
BlueBlock
553bbef45f
set the default theme setting
...
On the initial start of a fresh install, if the options are opened the theme is then set from an empty string to the default. This causes the user to see the "must restart app" dialog when closing the options.
This only occurs on the initial run of the app. If the app is closed and run again, the theme will have been set.
2023-02-03 14:34:38 -05:00
BlueBlock
8f713f861b
Add 2 missing settings
...
Two settings are missing in the settings but do exist in the Designer class. These settings are used in code so they do need to exist.
ConDefaultRDGatewayUserViaAPI
ConDefaultRDGatewayExternalCredentialProvider
2023-02-03 14:12:02 -05:00
Dimitrij
324054b9d7
Merge pull request #2337 from BlueBlock/set_language_resx_to_autogen_language_class
...
set language.resx to auto generate the designer class
2023-02-03 10:10:20 +00:00
BlueBlock
d3fc9404ee
set language.resx to auto generate the designer class
...
This avoids the need to manually regenerate the Language.Designer.cs file.
Note that in VS the file Language.Designer.cs will appear under Language.resx but the actual file locations have not changed.
2023-02-02 10:25:27 -05:00
Dimitrij
5bb780439b
add autodate as was suggested by @savornicese
2023-02-01 12:56:43 +00:00
Dimitrij
f0e6008441
lib update
2023-02-01 12:44:37 +00:00
Dimitrij
39dd69f15e
Merge pull request #2334 from BlueBlock/fix_build_order
...
Fix the dependencies for the Installer project build
2023-02-01 12:37:47 +00:00
Dimitrij
7b2e89df26
Merge pull request #2335 from BlueBlock/update_packages
...
Update project packages
2023-02-01 12:36:14 +00:00
BlueBlock
aa853f8481
Update project packages
2023-01-31 14:44:37 -05:00
BlueBlock
83bba75af6
Fix the dependencies for the Installer project build
...
The Installer project fails to build without also specifying the ExternalConnectors and mRemoteNG projects as dependencies.
2023-01-31 10:46:51 -05:00
Dimitrij
23889aa5b1
lib update
2023-01-08 11:57:03 +00:00
Dimitrij
5e6094fc42
lib update
2022-11-15 15:16:03 +00:00
Dimitrij
a4181cb6d6
Merge pull request #2301 from bartuszekj/splash_screen_fix
...
Fix for splash screen to appear on the primary screen.
2022-11-14 09:29:06 +00:00
Jerzy Bartuszek
88c49f0722
Fix for splash screen to appear on the primary screen.
2022-11-11 17:06:50 -06:00
Dimitrij
513d9e199c
lib update
2022-11-09 14:34:02 +00:00
Dimitrij
e80975c56e
lib update
2022-10-20 11:53:32 +01:00
Dimitrij
9051ac102c
Merge pull request #2298 from SOlangsam/patch-2
...
Update mysql_db_setup.sql
2022-10-19 19:13:44 +01:00
SOlangsam
39a9b2e619
Update mysql_db_setup.sql
...
Added missing fields
Fix Issue for mysql #2292
2022-10-11 16:40:08 +02:00
Dimitrij
dbc55d248f
add version color overwrite
2022-10-06 18:58:52 +01:00
Dimitrij
2b46180bfb
clear inherited max-width
2022-10-06 18:41:31 +01:00
Dimitrij
5abe6c7e27
empty css
2022-10-06 18:30:31 +01:00
Dimitrij
4595ebeb9a
next try to fix theme
2022-10-06 17:36:45 +01:00
Dimitrij
815c08e6d4
fix colors of sidebar
2022-10-05 21:31:30 +01:00
Dimitrij
a72ad218a0
fix for menu links color
2022-10-05 21:14:46 +01:00
Dimitrij
944ad1f769
Merge pull request #2295 from CrunchyBlue/v1.77.3-dev
...
*Updates hyperlink style to make links more visible to end users
2022-10-05 19:40:07 +01:00
PRINTABLE\dgagliardi
e17a68f61c
*Updates hyperlink style to make links more visible to end users
2022-10-05 11:40:30 -05:00
Dimitrij
0b8196be68
Merge pull request #2285 from tecxx/develop-orig
...
support extraction of SSH private keys from external cred prov
2022-09-07 13:59:21 +01:00
tecxx
d9c01148b7
support extraction of SSH private keys from external credential provider (DSS)
...
supported formats: rsa, rsa with passphrase, putty private key
2022-09-07 14:08:29 +02:00
Dimitrij
2b3cfd992f
Merge pull request #2275 from tecxx/develop-orig
...
external connectors improvement
2022-08-25 21:36:27 +01:00
tecxx
7e4bd7a6f3
add UI property selectors for external connectors
...
add support for external credential provider in remote desktop gateway
rename TSS to DSS
fix tests and property naming issues
2022-08-25 21:58:16 +02:00
Dimitrij
161e0ed637
fix for #2208
2022-08-22 10:31:54 +01:00
Dimitrij
1ee03e863c
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2022-07-29 23:26:59 +01:00
Dimitrij
2411481d8b
lib upd
2022-07-29 23:26:14 +01:00
Dimitrij
0314a627ed
Merge pull request #2259 from luciusagarthy/patch-1
...
Update Language.cs-CZ.resx
2022-07-27 23:39:09 +01:00
Dimitrij
4d339a0b09
Merge pull request #2261 from maxshlain/v1.77.3-hide-filemenu
...
Implement Show/Hide file menu in view menu
2022-07-27 23:38:37 +01:00
Dimitrij
c171e7f94b
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2022-07-17 23:14:21 +01:00
Dimitrij
eac4d966d9
remove not needed reference to old ObjectListView 2.7
2022-07-17 23:11:36 +01:00
Dimitrij
c20868c20c
lib update
2022-07-17 22:42:17 +01:00
maxim-shlain
bb74d46f1f
Implement Show/Hide file menu in view menu
2022-07-08 19:34:42 +03:00
luciusagarthy
152d48c583
Update Language.cs-CZ.resx
...
Thank you for a great app. I will contribute more. Here is some translation.
2022-07-07 16:19:48 +02:00
Dimitrij
b7a0155ba4
lib update
2022-06-25 06:39:19 +01:00
Dimitrij
0414724b21
update
2022-06-13 13:34:21 +01:00
Dimitrij
469f21db8d
lib update
2022-06-13 10:35:41 +01:00
Dimitrij
b6c9d30195
Merge pull request #2244 from tecxx/develop-orig
...
save RCG and RestrictedAdmin fields correctly in connections file
2022-06-11 11:30:26 +01:00
tecxx
7b89430317
quickfix to save application settings correctly
2022-06-10 21:31:55 +02:00
tecxx
5bd854116a
rcg/restrictedadmin fixes: schema file and defaults to false
2022-06-08 21:22:59 +02:00
tecxx
3fb7575529
save RCG and RestrictedAdmin fields correctly in connections file
2022-06-08 20:55:06 +02:00
Dimitrij
a3a868c2ce
Merge pull request #2235 from jafin/fix/topmenu
...
fix (Toolbar): Remove unused `modeToolStripmenuItem` from Main toolbar
2022-06-03 09:59:26 +01:00
Jason Finch
1eb6fc2235
fix (Toolbar): Remove unused modeToolStripmenuItem from Main toolbar
2022-06-02 17:01:06 +10:00
Dimitrij
5ff4502f0a
Merge pull request #2231 from simonai1254/patch-1
...
Specify "Desktop Runtime" in Requirements
2022-05-23 21:24:38 +01:00
Simon Monai
3126b8d4b0
Specify "Desktop Runtime" in Requirements
2022-05-23 22:15:00 +02:00
Dimitrij
dfb1d34b8a
cleaning redundant blocks
2022-05-14 20:39:00 +01:00
Dimitrij
ace62c07be
lib update
2022-05-13 01:55:18 +01:00
Dimitrij
ec2f3024b6
implement DPIAware, change splash screen to wpf
2022-05-13 01:39:00 +01:00
Dimitrij
25543f6561
Add acl controls to backupOptions
2022-05-02 00:31:00 +01:00
Dimitrij
3278657da7
fix missing values
2022-05-01 20:44:38 +01:00
Dimitrij
90c4d12688
lib updates
2022-05-01 20:10:22 +01:00
Dimitrij
4ceaea99f7
Merge pull request #2211 from nilsjonsson/new-lang
...
Add Swedish translation
2022-04-27 13:32:51 +01:00
Nils Jonsson
585de34ef1
Add Swedish translation
2022-04-27 14:18:53 +02:00
Dimitrij
60e1a3ce93
Merge pull request #2208 from Pwnoz0r/MR-887_rdm_import
...
Add Remote Desktop Manager (Devolutions) Importer
2022-04-23 21:02:32 +01:00
Jonathan Rainier
413d77ff1a
Add Comments and Icon Support / Fix Unsorted
...
- Add Comments
- Add icon support for supported connection types
- Fix empty unsorted folder from being added
2022-04-23 15:53:25 -04:00
Jonathan Rainier
d8bb561063
Add Remote Desktop Manager (Devolutions) Importer
...
- Add RDM Importer mRemoteNG/mRemoteNG#887
2022-04-23 15:22:08 -04:00
Dimitrij
5dff2c20b2
Merge pull request #2204 from tecxx/develop-orig
...
fix for otp token renewal in TSS api
2022-04-19 12:53:06 +01:00
tecxx
27803e7787
fix for otp token renewal in TSS api
2022-04-19 11:44:12 +02:00
Dimitrij
58f9c1575f
Merge pull request #2203 from tecxx/develop-orig
...
enable remote credential guard option
2022-04-15 16:45:33 +01:00
tecxx
7b909665b9
enable remote credential guard option
...
enable restricted admin mode option
2022-04-15 17:08:49 +02:00
Dimitrij
11eee991a1
fix visibility
2022-04-03 16:37:45 +01:00
Dimitrij
7056a859ef
add acl for option pages
2022-04-03 16:25:04 +01:00
Dimitrij
2455f0d73e
lib update
2022-04-03 15:35:56 +01:00
Dimitrij
943d36e23e
add rbac to hide menu page + lang updates
2022-04-03 14:38:06 +01:00
Dimitrij
b563ac6e0c
add basic rbac (acl) implementation as example for backup options + Language modification
2022-03-31 19:22:56 +01:00
Dimitrij
ed37a8ca2a
fix #1015
2022-03-30 15:27:55 +01:00
Dimitrij
55bee8b0d8
add rbac settings
2022-03-30 12:30:59 +01:00
Dimitrij
6bd18c29e3
lib update
2022-03-29 10:38:27 +01:00
Dimitrij
37fc611767
Merge pull request #2188 from Trellmor/UpdateSessionDisplaySettings
...
Update session display settings
2022-03-19 12:57:09 +00:00
Daniel Triendl
f95fe351e2
Updated changelog and documentation
2022-03-18 20:27:54 +01:00
Daniel Triendl
2fb0ab1d91
Enable size change without reconnect
...
Use IMsRdpClient9::UpdateSessionDisplaySettings to dynamically update the
session display settings without reconnecting. RDP Version needs to be
Rdc9 or Highest for this to work.
Fixes #1546
2022-03-18 19:33:10 +01:00
Dimitrij
85f7be1d79
refactoring menu (preparation for RBAC)
2022-03-16 22:33:16 +00:00
Dimitrij
b3e5c1abc2
lib update
2022-03-16 09:55:34 +00:00
Dimitrij
9e216c0020
remove spaces
2022-03-11 17:53:05 +00:00
Dimitrij
a9f00b6a8c
remove spaces
2022-03-11 17:04:51 +00:00
Dimitrij
46e7b02da2
lib update
2022-03-11 12:36:52 +00:00
Dimitrij
8db0bc6e6f
refactoring options
...
each settings page from now will have separate options file, a bit later that helps to migrate into modular structure, then admin can control access to options and external modules may add may options independently
2022-03-10 13:48:39 +00:00
Dimitrij
1702b5867a
update
2022-02-24 01:17:02 +00:00
Dimitrij
c03a6452ef
update link
2022-02-24 01:14:14 +00:00
Dimitrij
69b840fb12
update
2022-02-24 01:11:44 +00:00
Dimitrij
9385ab287f
update
2022-02-24 00:58:36 +00:00
Dimitrij
d2b2c39b97
fixing link
2022-02-24 00:54:01 +00:00
Dimitrij
f8ff978738
fix link
2022-02-24 00:49:43 +00:00
Dimitrij
d50b32236c
update
2022-02-24 00:43:59 +00:00
Dimitrij
88d1db2840
Add howto for CyberArk psm
2022-02-24 00:35:00 +00:00
Dimitrij
b1dbe562d6
Merge pull request #2176 from AndyX90/sql-fix
...
Create missing columns
2022-02-23 23:56:56 +00:00
Andy Binder
e95b6f1b5d
Update mysql_db_setup.sql
2022-02-23 21:57:24 +01:00
Andy Binder
1cbb7bb5dd
Create missing columns
2022-02-23 21:46:10 +01:00
Dimitrij
34f3ffa129
Add version number to splash screen
2022-02-22 23:26:04 +00:00
Dimitrij
ecd25a673e
lib updates
2022-02-15 17:27:57 +00:00
Dimitrij
58d0778c3d
Merge pull request #2145 from jacko873/Dev
...
External Connectors, Default Options updated
2022-01-28 13:50:31 +00:00
Dimitrij
81a5422974
Merge pull request #2144 from tecxx/develop-orig
...
TSS improve refresh token / otp request handling
2022-01-28 13:04:40 +00:00
jacko873
eb859e5ede
External Connectors, Default Options updated
...
Updated options form to fix UI bug where domain was pushout of range,
Added saving of default User API ID
adjusted RDP and SHH to check for default User API ID,
also adjusted code here for consistancey
2022-01-28 13:50:13 +01:00
tecxx
c8035b5071
TSS improve refresh token / otp request handling
2022-01-28 11:18:44 +01:00
Dimitrij
a98a336e52
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2022-01-21 23:58:25 +00:00
Dimitrij
d7f6535b85
update putty to v0.76
2022-01-21 23:54:28 +00:00
Faryan Rezagholi
f9d4e3152b
Update README.md
...
Added installation via winget
2022-01-19 23:49:16 +01:00
Dimitrij
69bd816aeb
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2022-01-19 19:44:19 +00:00
Dimitrij
783810749c
change log update
2022-01-19 19:42:43 +00:00
Dimitrij
92c3c967ba
Merge pull request #2138 from ThoGoetz/v1.77.3-dev
...
Improve compatibility with Remote Desktop Connection Manager v2.83
2022-01-19 19:41:05 +00:00
Thomas Götzinger
c632ba4306
Allow importing connections from Remote Desktop Connection Manager v2.83
2022-01-19 16:59:42 +01:00
Thomas Götzinger
e29d2c25ba
Fixing Null value exception, when saving imported connections from Remote Desktop Connection Manager
2022-01-19 16:59:16 +01:00
Dimitrij
5cfdc96cd2
Merge pull request #2132 from tecxx/develop-orig
...
fix refresh token issue in TSS API
2022-01-18 15:48:20 +00:00
tecxx
a20e10b342
fix refresh token issue in TSS API
2022-01-18 16:28:03 +01:00
Dimitrij
39b7414553
correction
2022-01-18 10:50:09 +00:00
Dimitrij
0eef20caf6
Merge pull request #2131 from mRemoteNG/v1.77.2-dev
...
V1.77.2 dev
2022-01-18 10:44:50 +00:00
Dimitrij
859d12b450
Merge branch 'v1.77.3-dev' into v1.77.2-dev
2022-01-18 10:44:40 +00:00
Dimitrij
cd7c594b76
lib update
2022-01-18 10:38:14 +00:00
Dimitrij
39862e15f6
lib update
2022-01-18 10:37:49 +00:00
Dimitrij
87b0cf5c3f
Merge pull request #2130 from simonai1254/patch-1
...
Patch 1
2022-01-18 10:35:37 +00:00
Simon Monai
a14219e1e2
Fix typo
2022-01-18 11:33:51 +01:00
Dimitrij
ee4660707c
correction
2022-01-18 10:31:50 +00:00
Simon Monai
ccdf15c79c
Update location for older versions
...
x64 and x86 builds behave differently on a x64 windows
2022-01-18 11:31:47 +01:00
Dimitrij
b31362afab
correction
2022-01-18 10:30:49 +00:00
Dimitrij
74d6c88565
Merge branch 'v1.77.2-dev' into v1.77.3-dev
2022-01-18 10:24:33 +00:00
Dimitrij
638f64b888
Merge branch 'v1.77.3-dev' into v1.77.2-dev
2022-01-18 10:23:54 +00:00
Simon Monai
ffff9c1529
Add programm registry key
2022-01-18 11:23:26 +01:00
Dimitrij
39968c7c6e
update changes
2022-01-18 10:16:42 +00:00
Simon Monai
2c3edf0ff2
Add Windows Desktop Runtime to removal list
2022-01-18 11:09:05 +01:00
Simon Monai
2c4445a2d9
Update wording
2022-01-18 10:59:06 +01:00
Simon Monai
09114a5ed3
Improve uninstall documentation
...
Addin AppData\Roaming as well as updating the Registry path for the new 64bit builds
2022-01-18 10:48:37 +01:00
Dimitrij
22e7825d65
Merge pull request #2126 from david-sway/v1.77.2-dev-RefactorConnectionInitiator
...
Combined instances of ConnectionInitiator to help with issue #2119
2022-01-18 09:47:36 +00:00
Dimitrij
62862141a8
update change log
2022-01-18 09:37:17 +00:00
Dimitrij
920461920c
Merge pull request #2125 from david-sway/v1.77.2-dev
...
Fixed string parsing logic for Quick Connect toolbar.
2022-01-18 09:32:56 +00:00
david-sway
f5d0e93ecd
Combined instances of ConnectionInitiator
2022-01-17 17:40:02 -05:00
david-sway
952a2f536b
Fixed string parsing logic for Quick Connect toolbar.
2022-01-17 16:05:22 -05:00
Dimitrij
fbb9d849b4
update change log
2022-01-17 15:07:36 +00:00
Dimitrij
65a13dee68
fix tests
2022-01-17 15:01:35 +00:00
Dimitrij
09d26b37c7
fix year for copyright note
2022-01-17 14:54:12 +00:00
Dimitrij
47de6905df
add check if xml return empty to address #2122
2022-01-17 14:53:38 +00:00
Dimitrij
c0cf316c16
update readme
2022-01-14 17:44:10 +00:00
Dimitrij
c055f8069d
remove unnecessary files
2022-01-14 17:42:55 +00:00
Dimitrij
575356214f
update readme
2022-01-14 17:42:16 +00:00
Dimitrij
4b5dc4152a
Merge branch 'v1.77.3-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.77.3-dev
2022-01-14 17:20:39 +00:00
Dimitrij
a023409fe9
update change log
2022-01-14 17:20:10 +00:00
Dimitrij
d36c59658d
Merge pull request #2123 from jacko873/develop
...
Thycotic Secret Server - Added 2FA OTP support
2022-01-14 17:14:37 +00:00
jacko873
4f832ee70b
Added 2FA OTP support
...
Added support for 2FA OTP
token managment and use if refresh token
2022-01-14 17:29:07 +01:00
Dimitrij
7b97097515
Merge pull request #2121 from tecxx/develop-orig
...
update documentation regarding external connectors feature
2022-01-14 10:47:49 +00:00
tecxx
86b3cb8d5d
update documentation regarding external connectors feature
2022-01-14 11:11:15 +01:00
Dimitrij
33e007ad48
update changelog
2022-01-12 16:44:49 +00:00
Dimitrij
efea9f0857
fix extensions (2 step)
2022-01-12 16:39:11 +00:00
Dimitrij
aa755a0093
fix normalize extension to lower case (1 step)
2022-01-12 16:38:11 +00:00
Dimitrij
807e80acbe
Add missed credits file
...
Fix opening link in about form for .net 6
2022-01-12 16:32:40 +00:00
Dimitrij
4096247ee8
add default settings for channel
...
fix missing options
2022-01-12 16:29:16 +00:00
Dimitrij
782d09ddbc
fix for ProgramWorkDir option name
2022-01-12 16:28:15 +00:00
Dimitrij
4c304e11f3
update version number to 1.77.3
2022-01-12 10:53:48 +00:00
Faryan Rezagholi
aee497de03
nuget updates
2022-01-11 23:31:13 +01:00
Dimitrij
823f8614e5
lib update
2022-01-11 21:04:53 +00:00
Dimitrij
b54afb8823
Merge pull request #2115 from Vest/fix_2100
...
Fix tests that were broken by PR #2100
2022-01-11 20:16:00 +00:00
Dimitrij
22e611c63b
Update ConfigWindowGeneralTests.cs
...
add one more ','
2022-01-11 19:37:22 +00:00
Dimitrij
3deb01a65d
Update ConfigWindowGeneralTests.cs
...
add ','
2022-01-11 19:23:52 +00:00
Dimitrij
6f24b0bb71
Update ConfigWindowGeneralTests.cs
...
add missing fileds
2022-01-11 19:07:29 +00:00
Dimitrij
9d7921f538
Update ConfigWindowGeneralTests.cs
...
fixes for username field add
2022-01-11 15:14:28 +00:00
Vest
a4e66b3d11
Fix tests that were broken by PR #2100 .
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2022-01-11 15:47:18 +01:00
Faryan Rezagholi
3866ff76f9
Merge pull request #2114 from david-sway/fix_toolbar_toggles
...
Fixed behavior of toolbar visibility toggles in the View menu
2022-01-11 00:02:14 +01:00
david-sway
82f947abdd
Fixed behavior of toolbar visibility toggles in the View menu
2022-01-10 13:06:18 -05:00
Dimitrij
47c6f53b43
fix image link
2022-01-07 16:57:13 +00:00
Dimitrij
606657524e
update build badges, paypal
2022-01-07 16:33:23 +00:00
Dimitrij
168285944c
fix path
2022-01-07 15:46:04 +00:00
Dimitrij
1746af927b
lib updates
2022-01-07 09:46:31 +00:00
Dimitrij
2eca8ffba2
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2022-01-04 10:43:12 +00:00
Dimitrij
6ef0c06a19
lib updates
2022-01-04 10:43:00 +00:00
Faryan Rezagholi
af68f1a16e
Merge pull request #2104 from tecxx/develop-orig
...
fix test cases caused by new fields
2021-12-26 13:11:03 +01:00
tecxx
f429839a17
fix test cases caused by new fields
2021-12-25 19:53:31 +01:00
Dimitrij
66770e602a
Merge pull request #2103 from tecxx/develop-orig
...
improve SS api credential handling
2021-12-25 18:52:04 +00:00
tecxx
f760131cf5
remove dead function call
2021-12-25 18:55:59 +01:00
tecxx
cdc1d5064f
improve handling of invalid api credentials
2021-12-25 18:52:54 +01:00
Faryan Rezagholi
3b707d29b9
Updated PuTTYNG to v0.76 ( fixes #2012 )
2021-12-25 16:11:22 +01:00
Dimitrij
df632bb1f0
Merge pull request #2102 from Vest/issue_2057
...
Extended the field [RenderingEngine] from 10 chars to 16
2021-12-25 13:12:22 +00:00
Vest
74cb453995
Updated changelog.md
2021-12-25 11:33:56 +01:00
Vest
f8eec94b04
Extended the field [RenderingEngine] from 10 chars to 16.
...
This is not the full fix of issue #2057 , because the scripts are not "migration" scripts.
2021-12-25 11:31:05 +01:00
Faryan Rezagholi
697efacc58
Merge pull request #2101 from Vest/fix_mssql_type
...
Fix typo in mssql_db_setup.sql
2021-12-24 19:12:20 +01:00
Vest
ff9cff8f44
Fix typo in mssql_db_setup.sql
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-24 16:59:31 +01:00
Dimitrij
d78388646d
Merge pull request #2100 from tecxx/develop
...
external connectors update #2
2021-12-23 17:42:49 +00:00
tecxx
05ffcdeef7
fix null object bug in ec2 connector
2021-12-23 16:54:54 +01:00
Dimitrij
3b8e347a9e
Merge pull request #2098 from Vest/fix_large
...
Fix failed BinaryFileTest
2021-12-23 11:18:55 +00:00
Dimitrij
37f160f698
Merge branch 'develop' into fix_large
2021-12-23 11:18:46 +00:00
tecxx
6f1446339c
new fields for external connectors
...
add ec2 instance connector
2021-12-23 09:59:29 +01:00
Dimitrij
fed44dc366
Merge pull request #2097 from Vest/fix_gui
...
Fix failed tests related to mRemoteNGTests.UI.Window.ConfigWindowTests
2021-12-23 02:36:17 +00:00
Vest
c71ec34998
Updated changelog
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-22 22:40:10 +01:00
Vest
157bda8f51
Fix BinaryFileTest
...
mRemoteNGTests doesn't define "DEBUG" and "PORTABLE", but defines "DEBUG_PORTABLE" macro.
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-22 22:36:38 +01:00
Vest
d80e5bc792
Updated changelog.md
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-22 22:33:30 +01:00
Vest
f9669e8158
Fix failed tests related to mRemoteNGTests.UI.Window.ConfigWindowTests.
...
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-22 22:26:53 +01:00
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
Faryan Rezagholi
fb35226e20
update nuget packages
2021-12-14 13:37:40 +01:00
Faryan Rezagholi
40605737b1
Merge pull request #2080 from Vest/issue_2079
...
Copy theme files to target dir
2021-12-14 13:31:13 +01:00
Faryan Rezagholi
01a62e099e
updated changelog ( #2079 )
2021-12-14 13:27:23 +01:00
Faryan Rezagholi
80748bb66b
copy theme files to output dir ( fixes #2079 )
2021-12-14 13:25:40 +01:00
Faryan Rezagholi
c6c77e9bc4
Revert "Solve issue #2079 "
...
This reverts commit 1f462648c4 .
2021-12-14 13:23:31 +01:00
Vest
1f462648c4
Solve issue #2079
...
Signed-off-by: Vest <Vest@users.noreply.github.com >
2021-12-14 13:10:02 +01:00
Faryan Rezagholi
099256e5d4
code cleanup
2021-12-14 01:14:51 +01:00
Dimitrij
8735d24122
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-12 19:37:12 +00:00
Dimitrij
b2fc3967d3
update to move dll and lang to subfolders, not supported fully in net 6.0
2021-12-12 19:36:47 +00:00
Faryan Rezagholi
0ec02cfa56
removed left over project files from #2076
2021-12-09 20:29:45 +01:00
Faryan Rezagholi
ade36d6876
re-add .net framework 2 as supported runtimefor installer
2021-12-09 20:25:48 +01:00
Faryan Rezagholi
73313d7dae
fixes/simplified postbuild installer scripts
2021-12-09 20:11:45 +01:00
Faryan Rezagholi
7db9865ffa
build installer for .net framework 4.8 only
2021-12-09 18:27:29 +01:00
Faryan Rezagholi
40656cb70b
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-09 18:20:27 +01:00
Faryan Rezagholi
b5a07f3e79
Update README.MD
2021-12-09 18:20:20 +01:00
Faryan Rezagholi
66877ce9b1
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-09 18:16:00 +01:00
Faryan Rezagholi
57b067b4e2
don't convert license file to rich text format on installer build
2021-12-09 18:14:35 +01:00
Faryan Rezagholi
74999e9394
removed obsolete files
2021-12-09 18:14:05 +01:00
Faryan Rezagholi
f4d6f1e5ee
Condensed README.MD
2021-12-09 18:09:22 +01:00
Faryan Rezagholi
096f670eb3
hide disc cost button in installer ( #1363 )
2021-12-09 00:22:00 +01:00
Faryan Rezagholi
bceaca49bf
imported templates from wix sources to be able to make modifications.
2021-12-09 00:21:04 +01:00
Faryan Rezagholi
5e94c84516
spelling fix
2021-12-08 23:08:35 +01:00
Faryan Rezagholi
28dc14e739
improved feature tree in installer
2021-12-08 23:06:56 +01:00
Faryan Rezagholi
d5d28e80cb
removed any cpu configurations from solution file
2021-12-07 01:22:49 +01:00
Faryan Rezagholi
f1eea76249
added build configs for external conectors project
2021-12-07 01:12:20 +01:00
Faryan Rezagholi
0976404eda
merged from develop
2021-12-07 01:10:02 +01:00
Faryan Rezagholi
8074c9a7c6
re
2021-12-07 01:06:31 +01:00
Dimitrij
513af43fca
Merge pull request #2076 from tecxx/develop
...
rework TSS api to use .net6 compatible code
2021-12-06 21:59:58 +00:00
tecxx
afd5d76992
rework TSS api to use .net6 compatible code
...
rename dll to ExternalConnectors.dll for possible other future implementations
refactor namespaces in dll
2021-12-06 21:54:35 +01:00
Faryan Rezagholi
a31da5f880
update build configuration
2021-12-06 00:57:00 +01:00
Faryan Rezagholi
be470f50ec
rounded corners
2021-12-04 15:17:24 +01:00
Faryan Rezagholi
a04494346e
rounded corners
2021-12-04 15:15:25 +01:00
Faryan Rezagholi
797533459e
Update README.MD
...
updated .net version requirement
2021-12-04 14:39:19 +01:00
Faryan Rezagholi
22e879ef18
Update README.MD
...
added server 2022
2021-12-04 14:37:19 +01:00
Faryan Rezagholi
dc6bc5b4d6
fixed appveyor badges
2021-12-04 14:34:07 +01:00
Faryan Rezagholi
a6c7457c59
updated VncSharp nuget
2021-12-02 23:20:20 +01:00
Dimitrij
b609cfba2a
Merge pull request #1848 from johnwc/feature/RemoteDesktopServices
...
Feature/remote desktop services
2021-12-02 09:02:56 +00:00
John Carew
345980f457
Removed duplicate StartProgram property set
2021-12-02 01:27:27 -06:00
John Carew
5a86a0a8cb
Merge from develop
2021-12-02 00:32:40 -06:00
John Carew
24c1ce3f4a
Correct saving StartProgramWorkDir
2021-12-02 00:17:26 -06:00
Faryan Rezagholi
fc65c2583e
hopefully fixed all installer build issues
2021-12-02 01:15:22 +01:00
Faryan Rezagholi
1df3c33f69
removed developer note from license file
2021-12-02 00:11:07 +01:00
Faryan Rezagholi
98a9cc7436
Update README.MD
2021-12-01 23:51:06 +01:00
Faryan Rezagholi
ff88d4649c
more adjustments to the build configuration
2021-12-01 23:42:16 +01:00
Faryan Rezagholi
8c61306a8d
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-12-01 23:25:52 +01:00
Faryan Rezagholi
6496e34868
fixed installer paths
2021-12-01 23:25:42 +01:00
Faryan Rezagholi
7d6c9d517c
unified different project configurations
2021-12-01 23:25:17 +01:00
Faryan Rezagholi
d918d8ffd1
Update README.MD
2021-12-01 22:53:18 +01:00
Dimitrij
ca61ea09d0
--update test libs
2021-12-01 20:55:15 +00:00
Faryan Rezagholi
faff230d42
applied fix from @reox22
2021-12-01 21:09:57 +01:00
Faryan Rezagholi
c288c3d071
fixed project style of pr
2021-12-01 21:07:18 +01:00
Faryan Rezagholi
500a22b0b6
merged from develop
2021-12-01 21:07:00 +01:00
Faryan Rezagholi
ba1317d245
replaced newly introduced backup icon with one that matches the programs ui
2021-12-01 20:25:00 +01:00
Dimitrij
5cfbfc5071
--correction
...
test cases
2021-12-01 10:04:38 +00:00
Dimitrij
bf4b9d5355
--lib updates
2021-11-26 09:41:32 +00:00
Dimitrij
904f0bc202
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-11-26 09:20:56 +00:00
Dimitrij
94c546bd0f
-- fix for tests
2021-11-26 09:20:45 +00:00
Dimitrij
64f1e10a5e
Merge pull request #2024 from mRemoteNG/dotnet
...
Migrate Project to .NET6
2021-11-26 09:14:55 +00:00
Faryan Rezagholi
8b20da78ff
merge from develop
2021-11-25 22:40:32 +01:00
Faryan Rezagholi
1be4ef437d
merged from develop
2021-11-25 22:40:20 +01:00
Dimitrij
76da9c3247
-fix
...
fix serializers for OpeningCommand
2021-11-17 23:30:57 +00:00
Dimitrij
1e4dcc23d7
-fix
...
more fix regarding adding new option
2021-11-17 11:41:06 +00:00
Dimitrij
9c95e7fd96
-fix after nunit update
2021-11-16 22:29:00 +00:00
Dimitrij
cea5f57c60
--fix
...
better way to set of defaults
2021-11-16 19:10:09 +00:00
Dimitrij
19e6d37b62
-- fix
...
Set CustomToolNamespace to avoid overwrite on change
2021-11-16 19:02:29 +00:00
Dimitrij
018979d17f
#2064 fix, to avoid failure then null, set by default to be empty
2021-11-16 17:19:06 +00:00
Dimitrij
8bd398cbd6
update to VS 2022
2021-11-16 13:29:14 +00:00
Dimitrij
59872b14cf
#1297
...
little fix of logic
2021-11-16 13:28:45 +00:00
Dimitrij
c5240d72e1
Merge pull request #2065 from merarischroeder/503_ssh-execute-single-command-after-login
...
Added Null/Empty check for OpeningCommand
2021-11-16 09:08:39 +00:00
Todd Hubers
77b54f9a10
Added Null/Empty check for OpeningCommand
2021-11-15 13:38:56 +11:00
Dimitrij
b5bcb5b3bb
libupdate
2021-11-13 16:42:33 +00:00
Dimitrij
87c500138b
update .net framework to version 4.8
2021-11-13 16:32:47 +00:00
Dimitrij
f3f384ebcc
Merge pull request #2064 from merarischroeder/503_ssh-execute-single-command-after-login
...
503 SSH Execute a single command after login
2021-11-13 16:16:54 +00:00
Todd Hubers
08de2eacd6
Amended changelog
2021-11-13 03:25:03 +11:00
Todd Hubers
b763d968fe
Support for saving OpeningCommand and the InheritedOpeningCommand. Tested for stock saving only.
2021-11-13 03:22:35 +11:00
Todd Hubers
3b05eba2e2
Use SendKeys to Execute the Opening Command on the Putty window after logged in + NEWLINE. Tested and working.
2021-11-13 03:05:02 +11:00
Todd Hubers
b6d2c72a40
Added new SSH Property "Opening Command"
2021-11-13 02:47:16 +11:00
Dimitrij
e6d2c9791d
Merge pull request #2063 from tecxx/SecretServerInterface
...
Thycotic Secret Server Interface
2021-11-05 13:00:45 +00:00
tecxx
91a0eeb29a
add changelog entry
2021-11-04 21:30:48 +01:00
tecxx
8c9c4865f2
add secret server handler to RDP and SSH
2021-11-04 21:13:37 +01:00
tecxx
6fbd4a7c88
add secret server interface library
2021-11-04 21:09:23 +01:00
Dimitrij
239adaa129
add 'Languages' folder as alternative for translation assemblies (to move from root all translations into it)
2021-11-02 23:08:09 +00:00
Dimitrij
9f8c82b649
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-11-02 22:53:56 +00:00
Dimitrij
7875bb6ebd
lib update
2021-11-02 22:53:14 +00:00
Dimitrij
a33abf3f56
Merge pull request #2061 from horizontti/patch-1
...
Create Language.fi-FI.resx
2021-11-02 10:05:33 +00:00
horizontti
1fadadcdb5
Create Language.fi-FI.resx
2021-11-01 23:59:46 +02:00
Faryan Rezagholi
a294dec0dc
merged from develop
2021-10-30 15:58:32 +02:00
Dimitrij
5de75e6a8a
downgrade DockPanelSuite to 3.0.6 due reference error in 3.1.0
2021-10-30 01:04:39 +01:00
Dimitrij
4b44be2e54
libs update
2021-10-28 17:57:48 +01:00
Dimitrij
b5f1d63175
Merge pull request #2058 from LightningSt0rm/develop
...
Fix a break in the Windows Clipboard Chain
2021-10-28 17:24:33 +01:00
Adrian
1c5695df7e
Update changelog
2021-10-20 17:52:50 -05:00
Adrian
1808ad9ad7
Correct issues with the Windows Clipboard Chain, where the chain was broken when messages to WM_CHANGECBCHAIN weren't handled appropriately as well unregister self from the clipboard chain when closing.
2021-10-20 17:10:24 -05:00
Dimitrij
8dc5e81374
Update French translation #2045
2021-09-21 22:46:49 +01:00
Dimitrij
b899056a8e
lib update
2021-09-17 23:12:47 +01:00
Dimitrij
f884c47ad8
set Language as resource
2021-09-17 22:58:58 +01:00
Dimitrij
07eae639b6
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-09-14 12:13:58 +01:00
Dimitrij
d2349bd713
merge with new options
2021-09-14 12:03:01 +01:00
Faryan Rezagholi
28ee3c6e8f
merged from develop
2021-08-30 00:36:28 +02:00
Faryan Rezagholi
4430f269f7
Merge pull request #2033 from IDDesigns/id/net5
...
Id/net5
2021-08-29 23:04:55 +02:00
Faryan Rezagholi
a72f7d63f6
Added <LangVersion>preview</LangVersion> to test project
2021-08-29 22:59:38 +02:00
Faryan Rezagholi
859b6f8ac5
set target framework to "net6.0-windows" instead of "net6.0-windows7.0"
2021-08-29 22:55:19 +02:00
Faryan Rezagholi
a7f238aba3
merge from dotnet
2021-08-29 22:51:29 +02:00
Faryan Rezagholi
e0cff27aae
addded <LangVersion>preview</LangVersion> to project file
2021-08-29 18:55:21 +02:00
Faryan Rezagholi
d9c4a6ec76
Merge branch 'dotnet' into dotnet6
2021-08-29 18:45:29 +02:00
Faryan Rezagholi
4d95bc4255
merge from develop
2021-08-29 18:45:02 +02:00
Faryan Rezagholi
fdea0144b0
removed test output from script
2021-08-29 18:44:08 +02:00
Faryan Rezagholi
7398a373c2
Squashed commit of the following:
...
commit 84b28316d01d158891d909e90fe428e48d5566e3
Author: Faryan Rezagholi <faryan.rezagholi@siedle.de >
Date: Sun Aug 29 13:08:31 2021 +0200
r
commit 7375b4a5456a615b36c4fbf0eda7a8d56762de85
Author: Faryan Rezagholi <faryan.rezagholi@siedle.de >
Date: Sun Aug 29 12:54:40 2021 +0200
...
commit 96aa9d809131c8277bd62cb90fdfa4fd07f1940e
Author: Faryan Rezagholi <faryan.rezagholi@siedle.de >
Date: Fri Aug 20 15:12:03 2021 +0200
j
2021-08-29 18:41:50 +02:00
Faryan Rezagholi
c88e45cde8
fixed app.config for dotnet6
2021-08-29 12:47:31 +02:00
Ian Dunkerly
f77848e3d9
Fixing up unit tests
2021-08-27 21:20:50 +01:00
Ian Dunkerly
5ed78cc3b6
Swapped BouncyCastle for Portable.BouncyCastle which support .net standard 2.0
2021-08-22 17:25:55 +01:00
Ian Dunkerly
1b4593bb62
Removed system.web reference - these are not supported in .Net 5
2021-08-22 15:28:47 +01:00
Ian Dunkerly
c620e26644
Import MSTC as ActiveX control removing need for dependency on Windows Simulator
2021-08-22 14:27:58 +01:00
Faryan Rezagholi
74af24c3db
appveyor test
2021-08-20 13:14:16 +02:00
Faryan Rezagholi
ac1f32f773
setting workdir for 7z
2021-08-20 13:03:22 +02:00
Faryan Rezagholi
99c7dbb332
trying -sfp2 option on 7z for appveyor
2021-08-20 12:17:14 +02:00
Faryan Rezagholi
b0632b8910
trying to fix appveyor no 7z-ing portable release
2021-08-20 00:36:09 +02:00
Faryan Rezagholi
d26a9615c0
updated nuget
2021-08-19 23:47:46 +02:00
Faryan Rezagholi
f609d6e0b2
removed cefsharp nuget
2021-08-19 23:47:37 +02:00
Faryan Rezagholi
e5042712b6
nuget update
2021-08-19 23:29:13 +02:00
Faryan Rezagholi
bf93d3af04
fixed ambigous call
2021-08-19 22:36:41 +02:00
Faryan Rezagholi
ea43abe392
updated projects to .net6
2021-08-19 22:36:32 +02:00
Faryan Rezagholi
0e74314ddc
fixed port scan and external tools window not showing
2021-08-15 21:53:10 +02:00
Faryan Rezagholi
54eabd6a74
some property display names were not showing, fixes #1990
2021-08-15 20:53:52 +02:00
Faryan Rezagholi
2f52473566
Allow setting Port when using MSSQL, fixes #1884
2021-08-15 20:13:59 +02:00
Faryan Rezagholi
98e7250b3c
trying to fix 7z creating archives wrong on appveyor
2021-08-15 19:51:25 +02:00
Faryan Rezagholi
882438f5e0
replaced logo in readme
2021-08-15 19:16:17 +02:00
Faryan Rezagholi
bb93dddd39
copy PUTTYNG.exe to output dir
2021-08-15 17:05:13 +02:00
Faryan Rezagholi
59f6a8a933
fixed wix installer
2021-08-15 16:36:55 +02:00
Faryan Rezagholi
8ce83f3cd0
removed orphaned path from project
2021-08-15 16:32:50 +02:00
Faryan Rezagholi
745e402da9
Removed VNC Smart Size feature. This allows the use of VNCSharp via nuget instead of distributing our own version of it)
2021-08-15 16:32:31 +02:00
Faryan Rezagholi
6cbe1c92d5
fix for Proces.Start() on .net5
2021-08-15 16:28:38 +02:00
Faryan Rezagholi
54fc2fb4c6
updated readme
2021-08-15 16:20:23 +02:00
Faryan Rezagholi
adc2815ab5
fixed some failing tests
2021-08-15 16:20:09 +02:00
Faryan Rezagholi
75f9f647ee
migrated projects to .net5
2021-08-15 16:16:30 +02:00
Faryan Rezagholi
f14f7dbb72
removed assembly info classes as they are no longer needed
2021-08-15 16:15:34 +02:00
Faryan Rezagholi
4978618e9a
merged from develp
2021-08-15 14:08:40 +02:00
Faryan Rezagholi
59b9f4f15b
moved resharper logo
2021-08-15 02:17:40 +02:00
Faryan Rezagholi
7ff0ce5369
tring to fix 7z duplicate file error on appveyor builds
2021-08-15 00:41:59 +02:00
Faryan Rezagholi
93bd278819
removed assembly bindings
2021-08-14 18:30:49 +02:00
Faryan Rezagholi
b97b1f3690
added sigcheck back
2021-08-14 18:24:36 +02:00
Faryan Rezagholi
307f374be1
fixed renaming of installer not working
2021-08-14 18:17:17 +02:00
Faryan Rezagholi
17f701824e
encore un test
2021-08-14 17:05:21 +02:00
Faryan Rezagholi
c7b89dcf71
another test
2021-08-14 16:57:42 +02:00
Faryan Rezagholi
fc527a947f
appveyor build script fixes
2021-08-14 16:49:23 +02:00
Faryan Rezagholi
d0520690a2
appveyor build script fixes
2021-08-14 16:45:06 +02:00
Faryan Rezagholi
315d020b6f
appveyor build script fixes
2021-08-14 13:55:42 +02:00
Faryan Rezagholi
8a4bcdef52
appveyor build script fixes
2021-08-14 13:48:38 +02:00
Faryan Rezagholi
727ef34c6d
appveyor build script fixes
2021-08-14 13:46:43 +02:00
Faryan Rezagholi
d8bc06d05d
?
2021-08-14 13:41:09 +02:00
Faryan Rezagholi
def214dde2
maybe this time
2021-08-14 13:39:10 +02:00
Faryan Rezagholi
219f948c4a
again...
2021-08-14 13:35:13 +02:00
Faryan Rezagholi
72193eccf0
appveyor fix
2021-08-14 13:30:54 +02:00
Faryan Rezagholi
7eb85c6a3d
trying to fix appveyor not zipping
2021-08-14 13:26:35 +02:00
Faryan Rezagholi
954c667173
cleanup
2021-08-14 13:16:09 +02:00
Faryan Rezagholi
33c738df5f
unified/simplified/accelerated zip file creation
2021-08-14 13:07:14 +02:00
Faryan Rezagholi
2141fe298f
let appveyor use project scripts
2021-08-14 12:15:13 +02:00
Faryan Rezagholi
8e73f512b4
moved puttyng.exe to project root
2021-08-14 01:55:51 +02:00
Faryan Rezagholi
92dddb8fd8
removed unused scripts
2021-08-13 02:20:34 +02:00
Faryan Rezagholi
e9869f4c88
cleaned up resource structure
2021-08-13 02:06:21 +02:00
Faryan Rezagholi
52597d4dcb
removed 7zip binarys from project
2021-08-13 01:44:26 +02:00
Faryan Rezagholi
dc7ce27b81
fixed designer error
2021-08-13 01:17:27 +02:00
Faryan Rezagholi
4242595a66
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-08-13 01:12:45 +02:00
Faryan Rezagholi
50b9a11503
change searchbar placement default property
2021-08-13 01:12:20 +02:00
Faryan Rezagholi
621a723602
Merge pull request #2022 from mRemoteNG/webview2
...
Replace CefSharp with Webview2
2021-08-12 23:46:04 +02:00
Faryan Rezagholi
6260cc3655
fixed tests
2021-08-12 23:35:19 +02:00
Faryan Rezagholi
300e668327
updated wix file fragments
2021-08-12 23:26:18 +02:00
Faryan Rezagholi
3cf274c37a
updated changelog
2021-08-12 23:11:55 +02:00
Faryan Rezagholi
2ca356ee5c
removed CefSharp from credits
2021-08-12 22:55:40 +02:00
Faryan Rezagholi
ca8751c40c
little code cleanup
2021-08-12 22:54:20 +02:00
Faryan Rezagholi
3c7e97d2d9
replaced CefSharp with WebView2
2021-08-12 22:46:07 +02:00
Faryan Rezagholi
dbe2d690da
removed majority of cefsharp related code
2021-08-12 21:00:26 +02:00
Faryan Rezagholi
949410e2cc
unified release channel names across program
2021-08-11 03:21:16 +02:00
Faryan Rezagholi
100f856b5f
cleaned up view menu and made all properties saveable
2021-08-11 03:08:20 +02:00
Faryan Rezagholi
d7bee01454
removed orphaned templates dir
2021-08-10 01:17:15 +02:00
Faryan Rezagholi
5566081986
update nuget packages
2021-08-10 00:59:27 +02:00
Faryan Rezagholi
29f7dd93f3
optimized form closing event
2021-08-10 00:56:14 +02:00
Faryan Rezagholi
3dd8db5728
updated icons in connection tree
2021-08-08 22:30:55 +02:00
Dimitrij
17e70d11f5
Merge pull request #2016 from xjoker/develop
...
Cannot connect to the database when the password has special characters
2021-08-06 14:59:15 +01:00
wuwenjing
f8afd439b2
When the password contains special characters, it will be unable to connect to the database. Using "SqlConnectionStringBuilder" to construct "ConnectionString" can solve the problem
2021-08-06 16:35:01 +08:00
Faryan Rezagholi
0dc61b1c26
Merge pull request #2014 from mRemoteNG/revised_icons
...
Revised icons
2021-08-04 02:39:03 +02:00
Faryan Rezagholi
de6c4fcb17
updated readme
2021-08-04 02:18:53 +02:00
Faryan Rezagholi
57f5c854ff
moved logo
2021-08-04 02:13:17 +02:00
Faryan Rezagholi
4f4523ab77
removed old form icons
2021-08-04 02:11:29 +02:00
Faryan Rezagholi
e34e632519
removed ICOs from project
2021-08-04 01:49:06 +02:00
Faryan Rezagholi
f810b902a6
added image converter class to get ico from resources (get rid of redundant image resources)
2021-08-04 01:48:08 +02:00
Faryan Rezagholi
fd5bdc1484
replaced remaining icons
2021-08-04 01:11:34 +02:00
Faryan Rezagholi
e3a12ae6c5
you guessed it... ICONS!
2021-08-04 00:51:54 +02:00
Faryan Rezagholi
c9c5664ec6
icons icons icons
2021-08-04 00:39:33 +02:00
Faryan Rezagholi
75cff549ce
more icons changed
2021-08-03 23:53:08 +02:00
Faryan Rezagholi
885cb6915d
Merge branch 'develop' into revised_icons
2021-08-03 23:13:27 +02:00
Faryan Rezagholi
f9396a4ecf
moved photoshop image templates out of project folder
2021-08-03 22:43:57 +02:00
Faryan Rezagholi
f1a03329e5
removed ultravnc icon
2021-08-03 22:38:15 +02:00
Faryan Rezagholi
f65be671a3
moved icons that will stay the same
2021-08-03 22:36:34 +02:00
Faryan Rezagholi
fa9e8f6cba
merged develop
2021-08-03 22:27:51 +02:00
Faryan Rezagholi
67a3e76cfe
removed icons that are obsolete since #2011 and #2013
2021-08-03 22:16:53 +02:00
Faryan Rezagholi
e4569c0bb8
Merge pull request #2013 from mRemoteNG/remove_components_check
...
Remove components check
2021-08-03 22:11:10 +02:00
Faryan Rezagholi
6f1a62e917
Merge branch 'develop' into remove_components_check
2021-08-03 21:57:06 +02:00
Faryan Rezagholi
3f6e21f15a
Merge pull request #2011 from mRemoteNG/remove_screenshot_manager
...
removed screenshot manager
2021-08-03 21:54:52 +02:00
Faryan Rezagholi
46c4287c67
updated changelog
2021-08-03 21:51:09 +02:00
Faryan Rezagholi
1ea1826a27
removed leftovers from components check
2021-08-03 21:46:00 +02:00
Faryan Rezagholi
151457daf0
removed components check options page
2021-08-03 21:39:07 +02:00
Faryan Rezagholi
38cc21fa3a
first wave of icons changed
2021-08-03 21:36:03 +02:00
Faryan Rezagholi
77f759f258
more icons cleaned up
2021-08-03 18:50:47 +02:00
Faryan Rezagholi
07c04061c2
more unused icons removed
2021-08-03 01:30:06 +02:00
Faryan Rezagholi
d4bf6ed0c8
added icons that were no part of the resource file
2021-08-03 01:21:11 +02:00
Faryan Rezagholi
ebd46efe81
Merge branch 'develop' into remove_screenshot_manager
2021-08-03 01:11:28 +02:00
Faryan Rezagholi
24d193efb0
revised host status icons
2021-08-03 00:59:59 +02:00
Faryan Rezagholi
3b2a63178f
removed unused images/duplicate resources
2021-08-03 00:52:28 +02:00
Faryan Rezagholi
78f60afb85
Removed famfamfam folder and obsolete icons from images folder
2021-08-03 00:49:11 +02:00
Faryan Rezagholi
52a7957789
Update README.MD
...
Embedded new logo
2021-08-02 12:56:04 +02:00
Faryan Rezagholi
6870583b1c
new logo
2021-08-02 12:50:00 +02:00
Faryan Rezagholi
9ffe514350
fixed error from previous merge
2021-08-02 00:29:15 +02:00
Faryan Rezagholi
fc6e04497a
updated changelog
2021-08-02 00:16:14 +02:00
Faryan Rezagholi
cfb3f9a3ca
merged from develop
2021-08-02 00:13:33 +02:00
Faryan Rezagholi
d47fac791e
removed unused language strings
2021-08-02 00:05:10 +02:00
Faryan Rezagholi
490b70c2d3
removed cef scheme handler for obsolete in-app documentation
2021-08-02 00:01:48 +02:00
Faryan Rezagholi
3eecdd9ada
Merge pull request #2010 from mRemoteNG/redesign_menus
...
Redesigned Menus
2021-08-01 23:51:22 +02:00
Faryan Rezagholi
7bdbc5417c
update changelog
2021-08-01 23:28:32 +02:00
Faryan Rezagholi
2cd07dcb72
Merge branch 'develop' into redesign_menus
2021-08-01 23:01:53 +02:00
Faryan Rezagholi
adb83ade67
Merge pull request #2005 from mRemoteNG/remove_in_app_documentation
...
Remove in-app documentation
2021-08-01 23:00:21 +02:00
Faryan Rezagholi
a90f5da8b0
updated changelog
2021-08-01 22:45:39 +02:00
Faryan Rezagholi
38937a4f83
more rearrangements
2021-08-01 22:43:59 +02:00
Faryan Rezagholi
31f35a23ee
removed some icons from file menu
2021-08-01 22:39:16 +02:00
Faryan Rezagholi
74de010d3c
cleaned up icons in view menu
2021-08-01 22:32:27 +02:00
Faryan Rezagholi
a9e4c880df
redesigned help menu
2021-08-01 22:29:04 +02:00
Faryan Rezagholi
b7fe265604
rearranged view menu
2021-08-01 21:45:15 +02:00
Faryan Rezagholi
25c4af5a9f
cleaned up file menu
2021-08-01 21:40:14 +02:00
Faryan Rezagholi
b3ecf702e1
removed developer notice
2021-07-28 21:31:59 +02:00
Faryan Rezagholi
c34a3cc7e7
Added back sphinx documentation files
2021-07-26 01:22:31 +02:00
Faryan Rezagholi
158783f2d1
removed screenshot manager
2021-07-26 01:11:01 +02:00
Faryan Rezagholi
624192d301
Added featured project
2021-07-26 00:51:21 +02:00
Faryan Rezagholi
e9be139ed0
removed HelpWindows from code
2021-07-24 19:40:52 +02:00
Faryan Rezagholi
2b9195ed9c
fixed typo
2021-07-24 19:38:09 +02:00
Faryan Rezagholi
dfdfecba57
open help in external browsr instead of in-app
2021-07-24 19:37:38 +02:00
Faryan Rezagholi
2d6fec13fb
added url to documentation
2021-07-24 19:37:22 +02:00
Faryan Rezagholi
216f340468
removed sphinx documentation files
2021-07-24 19:35:00 +02:00
Faryan Rezagholi
a4211a7e55
removed postbuild sphinx script
2021-07-24 19:34:04 +02:00
Faryan Rezagholi
d6a2488fde
removed obsolete citrix reference from minimum requirements section
2021-07-22 22:33:58 +02:00
Faryan Rezagholi
d4d60439b6
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2021-07-22 22:12:02 +02:00
Faryan Rezagholi
75edd0d8ef
round corners on splash screen
2021-07-22 22:11:05 +02:00
Dimitrij
b4e6e21094
Merge pull request #2001 from radiosti/patch-1
...
added optional but helpful winscp arguments
2021-07-20 09:54:42 +01:00
radiosti
8c48bc926e
Update external_tools_cheat_sheet.rst
2021-07-19 20:56:26 +02:00
Dimitrij
031b6fb30d
set AutoGenerateBindingRedirects
2021-07-05 20:17:39 +01:00
Dimitrij
647542e462
update supported os list
2021-07-04 14:51:00 +01:00
Dimitrij
dbf28d83f3
update PuTTY to v.0.75
2021-07-04 14:42:03 +01:00
Dimitrij
142acdd42f
cleanup unused files
2021-06-29 12:18:02 +01:00
Dimitrij
ce103d30d3
update lib
2021-06-29 10:11:16 +01:00
Kvarkas
556d65e8b4
upd README.MD
2021-06-24 23:47:14 +01:00
Kvarkas
e0cf070bd0
fx mistypo
2021-06-24 23:45:52 +01:00
Kvarkas
70c5a336c2
upd
2021-06-24 23:43:52 +01:00
Kvarkas
f82d5fbd2d
nb
2021-06-24 23:26:34 +01:00
Kvarkas
31418ba6f7
added nb
2021-06-24 23:09:08 +01:00
Kvarkas
3c10bb2669
activate Start in full screen mode
2021-06-24 23:03:32 +01:00
Kvarkas
0e009a2762
add option to run in full screen mode
2021-06-24 22:09:50 +01:00
Kvarkas
cfd718872b
version update
2021-06-22 11:11:00 +01:00
Kvarkas
f57b278ef8
lib update
2021-06-22 11:10:10 +01:00
Dimitrij
730833feff
Merge pull request #1958 from dimithras/patch-1
...
Powershell (non ISE) added to common external tools with a handful argument. Several edits.
2021-06-19 10:08:31 +01:00
Dimitrij
4168dda535
Merge pull request #1851 from vardars/feature/minify_xml
...
feature/minify_xml - Minifying xml config file
2021-06-19 10:06:27 +01:00
Dimitrij
639261a5a4
Merge pull request #1899 from ianselmi/develop
...
Enable multi items drag&drop
2021-06-19 09:31:13 +01:00
Dimitrij
c4db6fac13
Merge pull request #1849 from vardars/feature/alternate_shell
...
feature/alternate_shell - alternate shell implemented as Start Program
2021-06-19 09:19:55 +01:00
Dimitrij
264ac7662d
Merge pull request #1898 from jobarner/bug/RDP-local-scale-factor
...
Fix RDP local desktop scale not taking effect on remote
2021-06-17 13:19:43 +01:00
Dimitrij
8237ed1a1d
Merge pull request #1960 from jdmcnair/develop
...
Fix for failed update-info parse crash (issue #1959 )
2021-06-17 13:13:28 +01:00
Dimitrij
f82cb73100
Merge pull request #1878 from GentlemanRabbit/develop
...
Fix Portable version build failed
2021-06-17 13:07:41 +01:00
Dimitrij
15fc27681f
Merge pull request #1872 from Fyers/develop
...
Update German translations
2021-06-17 13:02:19 +01:00
Dimitrij
81beb3285e
Merge pull request #1918 from tony1661/develop
...
Raspberry Pi Icon added
2021-06-17 12:58:46 +01:00
Kvarkas
39ff3798ca
lib update
2021-06-17 11:58:31 +01:00
Kvarkas
8826b0dba0
add missed collection
2021-06-17 10:57:28 +01:00
David Sparer
e56884c1d8
updated readme with notice about project being stalled
2021-06-05 09:24:51 -05:00
Jason McNair
95b81193e7
fix for failed update-info parse crash
2021-05-14 18:32:56 -04:00
Dmitriy Perepelkin
508e93483e
Powershell (non ISE) added. Several edits.
...
Added Powershell example connecting to a remote host using credentials saved in mRemoteNG. Took me several hours to figure out how to do this without a password prompt. Extremely helpful indeed. Also a good showcase on how to use mRemoteNG variables.
Other edits: Powershell (ISE) link was obsolete leading to 404, provided a new one. Added description to IE instead of a dummy.
2021-05-14 15:31:34 +03:00
Antonio Fernandez
c55d9b4042
Raspberry PI Icon added
...
The Raspberry Pi is becoming more and more used and having a dedicated icon would help :)
2021-01-06 10:52:17 -05:00
ianselmi
aef47609a3
enable multi item drag&drop
2020-11-15 17:13:32 +01:00
Jonathan Barner
5bb3c077b0
Update changelog
2020-11-15 11:04:32 +02:00
Jonathan Barner
501304c51f
Fix RDP local desktop scale not taking effect on remote
2020-11-15 10:47:23 +02:00
GentlemanRabbit
d9c1a385e0
Fix Portable version build failed
2020-10-09 22:27:46 +08:00
Fyers
d6c51427a0
german translations
2020-10-05 01:17:40 +02:00
Faryan Rezagholi
2cf5a4317d
fixed syntax style inconsistencies
2020-09-27 15:11:29 +02:00
Faryan Rezagholi
b344e3a749
fixed formatting errors
2020-09-27 15:06:08 +02:00
Faryan Rezagholi
6751ff1af3
removed unused using directives
2020-09-27 15:04:28 +02:00
Faryan Rezagholi
7006796f6b
Specflow: Generating Code Behind Files using MSBuild
2020-09-27 14:53:53 +02:00
Faryan Rezagholi
1d11d4bca8
updated log4net nuget package
2020-09-27 14:46:12 +02:00
Faryan Rezagholi
43af32585a
updated nuget packages
2020-09-16 01:31:23 +02:00
Faryan Rezagholi
7aa5d399e9
updated nuget packages
2020-09-16 01:30:58 +02:00
Faryan Rezagholi
004e161895
Merge pull request #1861 from yurayko/develop
...
Fix incorrect russian translation
2020-09-15 22:15:14 +02:00
yurayko
ba1c6d44c6
Fix incorrect translation
2020-09-14 10:33:00 +03:00
vardars
87a08077ed
feature/minify_xml - Inserted change to "Added" section of changelog
2020-08-30 22:33:14 +03:00
vardars
33b6a4e6cd
feature/minify_xml - Changed inheritance behaviour to not writing to disk if inheritance value is false, changed one test according to null xml attribute
2020-08-30 22:23:26 +03:00
vardars
29b0af1d62
feature/alternate_shell - Fixed serialization tests
2020-08-30 19:49:40 +03:00
vardars
7e3b0f7aed
feature/alternate_shell - StartProgram marked as AttributeUsedInProtocol(ProtocolType.RDP)
2020-08-30 19:30:14 +03:00
vardars
135c5988ba
feature/alternate_shell - alternate shell implemented as Start Program
2020-08-30 19:00:47 +03:00
John Carew
67dfd6b036
Update change log
2020-08-29 17:56:18 -05:00
John Carew
162eb0c958
Add missing db updates for Favorite & ICAEncryptionStrength columns.
...
Misc vs project automated updates.
2020-08-29 17:44:45 -05:00
John Carew
a2dcc42f68
Update to support reading/writing from config
...
Update db version to 2.9
Change version tracking from double to Version, to support revision changes between minor versions in db
2020-08-29 17:43:11 -05:00
John Carew
6b7f6dcb19
Add Remote Desktop Services group
...
Add StartProgram & StartProgramWorkDir properties to Remote Desktop Services group
Corrected Redirect Drives & Smart Cards display names
2020-08-29 17:26:46 -05:00
Faryan Rezagholi
fbcf9ccbd6
Merge pull request #1763 from mRemoteNG/removecitrix
...
Remove ICA (Citrix) support
2020-07-25 19:49:50 +02:00
Faryan Rezagholi
02e4e71b5d
merge develop into removecitrix
2020-07-25 19:25:40 +02:00
Faryan Rezagholi
a71ba82521
Merge pull request #1817 from kevinduongcalabrio/patch-1
...
Update troubleshooting.rst
2020-07-25 19:23:11 +02:00
Faryan Rezagholi
cda0e3cee3
Merge pull request #1821 from bold-gman/patch-1
...
Update README.MD
2020-07-25 19:21:54 +02:00
Faryan Rezagholi
1218638794
Do not try to set column width for tinyint, fixes #1819
2020-07-25 19:05:58 +02:00
R
761694cdcc
Update README.MD
2020-07-22 12:19:19 +02:00
kevinduongcalabrio
bb63e3a1f1
Update troubleshooting.rst
2020-07-15 07:10:49 -05:00
Faryan Rezagholi
a9b1d84b6e
added missing comma in sql script ( #1801 )
2020-06-27 18:52:26 +02:00
Faryan Rezagholi
a465614506
fixed wording in polish translation ( #1803 )
2020-06-27 18:44:48 +02:00
Faryan Rezagholi
3055ef208e
set AutoScale Mode to DPI
2020-06-20 11:31:26 +02:00
Faryan Rezagholi
e6cf9dce1c
return from closed event when form is already disposed. possible fix for #1794
2020-06-19 23:00:02 +02:00
Faryan Rezagholi
9232535763
Update README.MD
2020-06-14 13:15:01 +02:00
Faryan Rezagholi
091c44bb45
Update README.MD
2020-06-14 13:05:48 +02:00
Faryan Rezagholi
f088249260
Update CREDITS.md
2020-06-14 01:48:49 +02:00
Faryan Rezagholi
dc108576e1
Update CREDITS.md
2020-06-14 01:47:12 +02:00
Faryan Rezagholi
5c4da38a52
Update CREDITS.md
2020-06-14 01:25:26 +02:00
Faryan Rezagholi
1e0a19f865
merged from develop
2020-06-13 22:37:17 +02:00
Faryan Rezagholi
390e84a96a
moved images linked in readme file
2020-06-13 22:35:17 +02:00
Faryan Rezagholi
4a91a8e4c3
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2020-06-13 22:28:19 +02:00
Faryan Rezagholi
0b1d6d5e04
removed obsolete github templates
2020-06-13 22:27:44 +02:00
Faryan Rezagholi
a5eed483e5
Update README.MD
2020-06-13 22:04:43 +02:00
Faryan Rezagholi
4e9622fde7
Update README.MD
2020-06-13 21:56:38 +02:00
Faryan Rezagholi
f6447c3343
Update README.MD
2020-06-13 21:51:54 +02:00
Faryan Rezagholi
605d4a89ac
Update README.MD
2020-06-13 21:42:14 +02:00
Faryan Rezagholi
b5d4b8514a
Update README.MD
2020-06-13 21:29:02 +02:00
Faryan Rezagholi
5470a3d808
removed unused appveyor scripts
2020-06-13 19:32:22 +02:00
Faryan Rezagholi
d845e6b520
attempt to fix appveyor build error trying to zip debug symbols
2020-06-13 18:52:38 +02:00
Faryan Rezagholi
ee4d8a1939
removed unresolvable reference
2020-06-13 18:36:01 +02:00
Faryan Rezagholi
acbd233345
removed installation.rst, as 585de5db made it obsolete
2020-06-13 18:35:21 +02:00
Faryan Rezagholi
77d1e51ce4
removed about.rst, as 585de5db made it obsolete
2020-06-13 18:34:04 +02:00
Faryan Rezagholi
af7e75c2df
merged develop into removecitrix
2020-06-13 18:31:12 +02:00
Faryan Rezagholi
9b4519978b
fixed wrong paths in project file after 6bc22fe0
2020-06-13 18:25:49 +02:00
Faryan Rezagholi
8244b3d731
fixed some typos
2020-06-13 18:12:31 +02:00
Faryan Rezagholi
0d721900f9
merged develop into removecitrix
2020-06-13 18:07:35 +02:00
Faryan Rezagholi
585de5dbc6
moved install information from documentation into readme
2020-06-13 18:05:06 +02:00
Faryan Rezagholi
7b85394a8b
added sphinx conf.py to solution
2020-06-13 16:29:28 +02:00
Faryan Rezagholi
3b842798b8
Merge branch 'develop' into removecitrix
2020-06-13 16:20:21 +02:00
Faryan Rezagholi
1aaf3c1cb5
escaped all field names in mssql script
2020-06-13 16:20:00 +02:00
Faryan Rezagholi
84206f701a
merged develop into removecitrix
2020-06-13 16:13:52 +02:00
Faryan Rezagholi
9e62c3df7e
removed ICA cleint from minimum requirements in documentation
2020-06-13 15:03:16 +02:00
Faryan Rezagholi
430a2529db
renamed user controlls to start with capital letter
2020-06-13 14:10:25 +02:00
Faryan Rezagholi
6911a928af
moved FullscreenHandler from UI.Forms to UI namespace
2020-06-13 14:05:56 +02:00
Faryan Rezagholi
cf9b7f1cb5
moved classes that do not represent a user control from UI.Controls namepsace into UI namespace
2020-06-13 14:04:13 +02:00
Faryan Rezagholi
f695bbdc8b
moved all user controls into same namespace
2020-06-13 13:57:17 +02:00
Faryan Rezagholi
40a4291b07
Removed TextBox class and using NGTextBox instead
2020-06-13 13:43:48 +02:00
Faryan Rezagholi
97bd0a11f3
revised FrmUnhandledException
2020-06-13 13:35:59 +02:00
Faryan Rezagholi
9b77d390c0
Renamed UI classes, that did not follow naming scheme
2020-06-13 13:35:19 +02:00
Faryan Rezagholi
c0a6240764
adjusted namespace
2020-06-13 01:06:41 +02:00
Faryan Rezagholi
86e0b058e5
fixed sphinx error
2020-06-13 00:20:23 +02:00
Faryan Rezagholi
c0a107cbfd
merged develop into removecitrix
2020-06-12 23:55:20 +02:00
Faryan Rezagholi
7912623810
fixed about window object bein disposed on second call
2020-06-11 23:54:35 +02:00
Faryan Rezagholi
b72b740d7a
removed double entry from sql scripts
2020-06-11 18:09:15 +02:00
Faryan Rezagholi
395ab7ff9e
removed obsolete and empty help folder from resources
2020-06-11 17:08:23 +02:00
Faryan Rezagholi
bb75b3ea75
merged from develop
2020-06-11 17:06:33 +02:00
Faryan Rezagholi
6bc22fe060
added COPYING.TXT and README.MD to solution
2020-06-11 17:05:39 +02:00
Faryan Rezagholi
7e634e75cd
merged from develop
2020-06-11 17:02:19 +02:00
Faryan Rezagholi
3770bf44ed
Update README.MD
2020-06-11 16:26:41 +02:00
Faryan Rezagholi
30914437b2
Update README.MD
2020-06-11 16:26:02 +02:00
Faryan Rezagholi
892a9b98fa
Update README.MD
2020-06-11 16:18:09 +02:00
Faryan Rezagholi
a791befd49
updated badges
2020-06-11 15:59:13 +02:00
Faryan Rezagholi
76812b3233
Update README.MD
2020-06-11 15:35:02 +02:00
Faryan Rezagholi
3b000189fd
updateed logo
2020-06-11 15:22:55 +02:00
Faryan Rezagholi
b066feeb7e
updated logo
2020-06-11 15:18:22 +02:00
Faryan Rezagholi
f7872d0d84
added logo
2020-06-11 15:03:09 +02:00
Faryan Rezagholi
46e5d8e669
renamed SQL property "DomainName" to "Domain" for consistency reasons
2020-06-09 16:25:15 +02:00
Faryan Rezagholi
57018bfba7
Added missing inheritance properties to SQL scripts, fixes #1783
2020-06-09 16:19:34 +02:00
Faryan Rezagholi
3f7e7c50b3
ordered sql scripts alphabetically
2020-06-09 15:37:28 +02:00
Faryan Rezagholi
90065605a9
added missing properties to sql scripts
2020-06-09 15:23:20 +02:00
Faryan Rezagholi
956128683a
renamed MainFileMenu class to FIleMenu
2020-06-06 23:57:15 +02:00
Faryan Rezagholi
a0dd270578
improved lenovo autoscroll utility check log output
2020-06-06 23:32:12 +02:00
Faryan Rezagholi
d71067d246
improved FIPS policy check log output
2020-06-06 23:26:40 +02:00
Faryan Rezagholi
f8567bca79
removed xming sessions provider, fixes #1514
2020-06-06 23:15:53 +02:00
Faryan Rezagholi
455e417a70
added missing default setting property
2020-06-06 02:20:54 +02:00
Faryan Rezagholi
99b525d42f
check for putty event handler only when trying to send command instead of on any key press, fixes #1756
2020-06-03 22:20:22 +02:00
Faryan Rezagholi
41ccb34bd4
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2020-06-03 01:27:13 +02:00
Faryan Rezagholi
277d6fdd45
generate dummy html help file when python/sphinx is not set up
2020-06-03 01:25:35 +02:00
Faryan Rezagholi
f40b8e9a75
do not use log4net default repository
2020-06-02 22:48:00 +02:00
Faryan Rezagholi
eb580ab82b
avoid using AppDomains as they are unsupported by .net core
2020-06-02 22:40:03 +02:00
Faryan Rezagholi
7eaa7f6f29
merged develop into removecitrix
2020-06-02 13:50:21 +02:00
Faryan Rezagholi
358f92e720
Merge pull request #1777 from mRemoteNG/cleanup_project_structure
...
Cleanup project structure
2020-06-02 13:11:38 +02:00
Faryan Rezagholi
fde3699ebc
fixed path to installer project
2020-06-02 11:56:01 +02:00
Faryan Rezagholi
705525cc1d
fixed paths in installer project
2020-06-02 11:26:57 +02:00
Faryan Rezagholi
38fed7b55e
replaced occurences of mRemoteV! with mRemoteNG in installer project
2020-06-02 11:09:03 +02:00
Faryan Rezagholi
ec494c2e0f
updated changelog
2020-06-02 09:42:01 +02:00
Faryan Rezagholi
fd80dcee61
updated CustomActions installer project to .net 4.7.2
2020-06-02 09:37:50 +02:00
Faryan Rezagholi
366d87e6ec
fixed failing test
2020-06-02 09:18:14 +02:00
Faryan Rezagholi
f7e2685213
removed obsolete files from tools dir
2020-06-02 09:13:59 +02:00
Faryan Rezagholi
c2ef8fc188
fixed powershell scripts
2020-06-02 09:13:22 +02:00
Faryan Rezagholi
8ea8c411d6
renamed/moved project files
2020-06-02 09:11:01 +02:00
Faryan Rezagholi
09f82a6079
updated documentation for #319
2020-06-01 14:10:49 +02:00
Faryan Rezagholi
91106be934
Override quick connect username when using user@domain, fixes #319
2020-06-01 14:06:07 +02:00
Faryan Rezagholi
772a1527f0
replaced system.drawing with system.drawing.common nuget #1705
2020-06-01 00:45:19 +02:00
Faryan Rezagholi
e39db26c13
get rid of system.web and system.web.extensions #1705
2020-06-01 00:38:52 +02:00
Faryan Rezagholi
56bb513bdc
updated copyright string
2020-05-31 23:10:39 +02:00
Faryan Rezagholi
0d511c58ed
fixed merge errors
2020-05-31 19:28:01 +02:00
Faryan Rezagholi
7ddd6fa22a
merged develop into removecitrix
2020-05-31 19:14:14 +02:00
Faryan Rezagholi
256ea606ed
Merge pull request #1332 from wangxuepeng/develop
...
Add show/hide main menu function to connection tree toolbar.
2020-05-31 19:04:17 +02:00
Faryan Rezagholi
e767dcc5cf
fixed null pointer reference due to missing parantheses
2020-05-31 18:51:11 +02:00
Faryan Rezagholi
381850ec4b
updated documentation
2020-05-31 18:43:06 +02:00
Faryan Rezagholi
382af99ade
fixed merge errors
2020-05-31 18:26:36 +02:00
Faryan Rezagholi
d719a0d52a
merged develop into pr/1332
2020-05-31 18:24:49 +02:00
Faryan Rezagholi
68d2bd7ea9
Merge pull request #1776 from mRemoteNG/lang_files_cleanup
...
Language files cleanup
2020-05-31 18:17:32 +02:00
Faryan Rezagholi
d30c10f9dc
merged develop into lang_files_cleanup
2020-05-31 18:00:18 +02:00
Faryan Rezagholi
9da9616cc4
do not automatically check components on entering options page
2020-05-31 16:41:12 +02:00
Faryan Rezagholi
87ca31fc45
fixed some wrong strings used in connection record
2020-05-31 15:59:35 +02:00
Faryan Rezagholi
193cbdb7aa
removed entries that are already alike in the neutral language
2020-05-31 15:44:11 +02:00
Faryan Rezagholi
55e7df18f5
the cleaning never stops
2020-05-31 14:44:56 +02:00
Faryan Rezagholi
f850635260
even more cleanup
2020-05-31 14:22:50 +02:00
Faryan Rezagholi
aecaf3fae9
fixed typo
2020-05-31 02:12:36 +02:00
Faryan Rezagholi
fe4c687bdf
merged develop into pr/1332
2020-05-31 02:06:32 +02:00
Faryan Rezagholi
c5f185462a
do not log to roaming appdata folder on default settings
2020-05-31 01:48:16 +02:00
Faryan Rezagholi
0b80ffa1d0
more cleanup
2020-05-31 01:30:13 +02:00
Faryan Rezagholi
5cafdcd4ee
removed unused strings
2020-05-31 00:47:04 +02:00
Faryan Rezagholi
57d72d2cf6
updated changelog
2020-05-31 00:34:16 +02:00
Faryan Rezagholi
5ccc2b1d2a
fixed calls to language class in code
2020-05-31 00:18:20 +02:00
Faryan Rezagholi
ea654cf9e6
removed duplicate entries from resx files
2020-05-31 00:02:58 +02:00
Faryan Rezagholi
cb926c4178
removed "str" prefix
2020-05-30 23:31:05 +02:00
Faryan Rezagholi
d7b47ab8b1
updated changelog to include #1720
2020-05-30 22:06:49 +02:00
Faryan Rezagholi
5fe0ef3646
pass config file name to password form on startup, fixes #1720
2020-05-30 22:05:31 +02:00
Faryan Rezagholi
1a10acbb90
Merge pull request #1690 from leaskovski/1071_CEFSharp_HTTP_Rendering
...
Replace GeckoFX with CefSharp
2020-05-30 21:48:06 +02:00
Faryan Rezagholi
b565a0375c
added AdHelper back to solution (was lost during merge)
2020-05-30 21:42:05 +02:00
Faryan Rezagholi
87f842203c
fixed merge errors
2020-05-30 19:52:09 +02:00
Faryan Rezagholi
b03b5830b1
merged develop into removecitix
2020-05-30 19:51:50 +02:00
Faryan Rezagholi
9577bb77da
merged develop into pr/1690
2020-05-30 19:06:32 +02:00
Faryan Rezagholi
431172515a
reinstalled nuget packages
2020-05-30 18:50:29 +02:00
Faryan Rezagholi
2c64625eac
changed cef settings cache and cef log file path
2020-05-30 18:39:45 +02:00
Faryan Rezagholi
9687847630
made chromium the default rendering engine
2020-05-30 18:18:38 +02:00
Faryan Rezagholi
c9239e2d87
updated 7zip
2020-05-30 17:58:19 +02:00
Faryan Rezagholi
3931174890
set item check state in view menu after resetting layout
2020-05-30 17:27:11 +02:00
Faryan Rezagholi
a9b062a9d5
merged develop into pr/1690
2020-05-30 16:17:23 +02:00
Faryan Rezagholi
8578df57c6
Update README.MD
2020-05-30 15:43:17 +02:00
Faryan Rezagholi
7b621afa98
relocated user.config output folder to %localappdata%\mRemoteNG\
2020-05-30 15:38:21 +02:00
Faryan Rezagholi
ef83160308
Updated troubleshooting section in documentation on how to find user.config file
2020-05-30 15:35:38 +02:00
Faryan Rezagholi
fad42f373e
Merge pull request #1772 from mRemoteNG/missing_rdp_settings
...
Missing RDP settings
2020-05-28 12:10:44 +02:00
Faryan Rezagholi
d3f66dd7bb
Merge pull request #1773 from SOlangsam/patch-1
...
update mysql_db_setup.sql - add SSH fields
2020-05-28 11:59:56 +02:00
Faryan Rezagholi
85fefdfabd
fixed translation
2020-05-28 11:59:11 +02:00
Faryan Rezagholi
e36fb09ce5
Fixed order in changelog
2020-05-28 11:12:52 +02:00
SOlangsam
bdcb8da2db
Update CHANGELOG.md
2020-05-27 17:20:54 +02:00
SOlangsam
4be7385628
update mysql_db_setup.sql - add SSH fields
...
For using mysql with the new dev version - four fields are missing in table tblCons:
- SSHTunnelConnectionName
- SSHOptions
- InheritSSHTunnelConnectionName
- InheritSSHOptions
Perhaps you can add a new section on your documation site.
2020-05-27 16:50:24 +02:00
Faryan Rezagholi
7ed4bf46d7
fixed failing tests
2020-05-26 22:28:31 +02:00
Faryan Rezagholi
98dd451502
implemented missing RDP settings #1770
2020-05-26 20:48:58 +02:00
Faryan Rezagholi
c5ded4ceac
removed leftover ADTree.dll from project folder
2020-05-26 17:11:54 +02:00
Faryan Rezagholi
8ba2bf39ff
referenced local VncSharp.dll instead of the nuget package, because local is v1.2.1.0 and nuget is v1.0.7
2020-05-26 14:48:40 +02:00
Faryan Rezagholi
0bafacbee3
fixed most of the dependencies not being found by vs
2020-05-26 13:29:46 +02:00
Faryan Rezagholi
ff9292bc42
migrated to PackageReference
2020-05-26 12:22:24 +02:00
Faryan Rezagholi
4df334ae86
updated nugets
2020-05-26 11:37:34 +02:00
Faryan Rezagholi
7e10a613b6
reinstalled nugets and removed gecko leftovers
2020-05-26 11:28:35 +02:00
Faryan Rezagholi
eece2a13c5
updated credits
2020-05-26 11:18:12 +02:00
Faryan Rezagholi
1165e639fd
updated changelog
2020-05-26 11:14:03 +02:00
Faryan Rezagholi
ab9ffb45fd
removed gecko components check
2020-05-26 11:09:53 +02:00
Faryan Rezagholi
e2cf3095e4
removed obsolete language entries
2020-05-26 11:05:29 +02:00
Faryan Rezagholi
0caa0ee004
fixed failing tests
2020-05-26 11:02:40 +02:00
Faryan Rezagholi
464fcc54ce
merged develop into pr/1690
2020-05-26 10:52:52 +02:00
Faryan Rezagholi
049374b8ad
removed gecko
2020-05-26 10:47:50 +02:00
Faryan Rezagholi
6b392f55c6
revised help window to use cefsharp instead of gecko
2020-05-26 10:39:05 +02:00
Faryan Rezagholi
421076062c
added cefsharp scheme to be able to display local html files, e.g. the readthedocs documentation
2020-05-26 10:38:44 +02:00
Faryan Rezagholi
9b86b92a65
added request ahnbdler for cefsharp
2020-05-26 10:37:56 +02:00
Faryan Rezagholi
ec0e733fc6
added download handler for cefsharp
2020-05-26 10:37:42 +02:00
Faryan Rezagholi
a62b8103a0
fixed error on build
2020-05-26 10:28:17 +02:00
Faryan Rezagholi
1eedc99114
Merge pull request #1766 from mRemoteNG/move_component_check
...
Converted components check page into options page
2020-05-26 10:26:21 +02:00
Faryan Rezagholi
c8774abbab
merged develop into move_component_check
2020-05-26 10:03:09 +02:00
Faryan Rezagholi
8d2217aa88
Merge pull request #1767 from mRemoteNG/aboutscreen
...
Revised about screen
2020-05-26 10:01:11 +02:00
Faryan Rezagholi
85d0a88420
Merge branch 'develop' into move_component_check
2020-05-26 09:56:02 +02:00
Faryan Rezagholi
a66b6d7392
Merge pull request #1762 from mRemoteNG/mergeadtree
...
Merge ADTree project classes into mRemoteNG
2020-05-26 09:53:28 +02:00
Faryan Rezagholi
0ebcc3c06d
updated changelog
2020-05-26 09:49:59 +02:00
Faryan Rezagholi
f534883d62
revised about screen
2020-05-26 09:36:12 +02:00
Faryan Rezagholi
4726671035
updated documentation
2020-05-25 20:59:48 +02:00
Faryan Rezagholi
bdd54afc8a
updated changelog
2020-05-25 20:57:38 +02:00
Faryan Rezagholi
d511976ba6
converted components check page into options page
2020-05-25 20:51:57 +02:00
Faryan Rezagholi
f83ed6dfb2
fixed spelling error
2020-05-25 00:22:32 +02:00
Faryan Rezagholi
4137e7f25e
code cleanup
2020-05-24 22:45:15 +02:00
Faryan Rezagholi
aca46b76b1
added back theming
2020-05-24 22:40:05 +02:00
Faryan Rezagholi
4c773738d7
moved ADTree classes into mremoteng project
2020-05-24 22:37:47 +02:00
Faryan Rezagholi
eb8ab94e01
added ADTree project to solution
2020-05-24 21:24:06 +02:00
Faryan Rezagholi
11f5fb4aa2
fixed merging error
2020-05-24 17:59:04 +02:00
Faryan Rezagholi
f025733926
merged from develop
2020-05-24 17:57:53 +02:00
Faryan Rezagholi
9e2b8e2003
moved Settings class to its proper location
2020-05-24 17:35:46 +02:00
Faryan Rezagholi
ef081848b0
removed duplicate Console icon
2020-05-24 17:35:07 +02:00
Faryan Rezagholi
6aa1eea2fd
updated nuget packages
2020-05-24 17:31:36 +02:00
Faryan Rezagholi
ab5aa4d83b
fixed path to visual tiles manifest to be independant from release build
2020-05-24 17:31:25 +02:00
Faryan Rezagholi
a8005293af
tried to remove all occurnces of the ica protocol in the code
2020-05-24 16:02:36 +02:00
Faryan Rezagholi
81891e0976
removed obsolete language entries
2020-05-24 13:39:22 +02:00
Faryan Rezagholi
fcf146fccc
removed citrix dependencies
2020-05-24 13:39:11 +02:00
Faryan Rezagholi
8729e3f040
removed copying.md license file
2020-05-24 12:18:10 +02:00
Faryan Rezagholi
10673362a6
more guids
2020-05-24 11:08:08 +02:00
Faryan Rezagholi
a8a70e43cb
added guids to prevent build error
2020-05-24 02:15:45 +02:00
Faryan Rezagholi
369b3402be
updated link to documentation
2020-05-24 00:57:02 +02:00
Faryan Rezagholi
bc70548627
moved Console.ico into Icons folder
2020-05-21 18:18:27 +02:00
Faryan Rezagholi
39245b93d9
Merge pull request #1568 from fmcontrib/issue_420_proxy_aka_jumphost_support
...
SSH tunneling aka jumphost implemented
2020-05-21 11:16:15 +02:00
Faryan Rezagholi
1f8582b8fa
fixed failing tests
2020-05-21 10:55:12 +02:00
Faryan Rezagholi
acb1bdc8e1
Updated documentation
2020-05-21 10:24:21 +02:00
Faryan Rezagholi
cd7a102dc9
Readded icons with PreserveNewest option
2020-05-21 00:21:54 +02:00
Faryan Rezagholi
58ed22a326
merged develop into pr/1568
2020-05-21 00:18:06 +02:00
Faryan Rezagholi
5771c7f798
Merge pull request #1729 from Hizzi/patch-1
...
Change "Crypter" to "Chiffrer"
2020-05-20 23:20:29 +02:00
Faryan Rezagholi
9598927dec
Merge pull request #1714 from GurliGebis/fix-redirection-issues
...
Corrected how clipboard redirection is done
2020-05-20 23:18:15 +02:00
Hizzi
abffbb8598
Change "Crypter" to "Chiffrer"
...
"Crypter" is'nt french "Chiffrer" is.
2020-04-03 13:59:02 +02:00
Bjarke Istrup Pedersen
36b9d01917
Corrected how clipboard redirection is done
...
Previously DisableRdpdr was used, which broke smartcard and sound redirection.
By changing it to use AdvancedSettings6.RedirectClipboard, it works without breaking other stuff.
2020-03-17 09:56:19 +01:00
David Sparer
417eec1d45
Merge pull request #1689 from nLeonardt95/develop
...
ConnectionFileVersion from 2.7 to 2.8
2020-03-15 11:11:08 -05:00
David Sparer
0eb823ef89
Merge pull request #1687 from IPv777/develop
...
French localization typo fixing
2020-03-15 11:04:30 -05:00
Leaskovski
56c9435512
Fixed the HTTP CEF render engine not being localised properly.
2020-02-11 12:18:41 +00:00
Leaskovski
98bd901545
Updated CEF from 73 to release 79.
2020-02-10 17:16:34 +00:00
Leaskovski
e9607c30fb
Updated CHANGELOG.md to include reference to new feature #1071
2020-02-10 16:43:43 +00:00
Leaskovski
281e3f0c79
Updated CEF Settings to set the logging location to that of the normal logs, and also set its logging level to a matching level as main logs as well. Also updated to now include a cache location so that revisits to previous pages (such as chrome remote desktop) retain logins.
2020-02-10 16:36:09 +00:00
Leaskovski
4f98b59e4f
Removed cefBrowser_InitializedChanged event handling because this actually had no use to the browser loading and being usable. Fixed the issue of the CEF Browser not loading the requested URL on connect. Changed the loading logic of the CEF Browser to wait for cefBrowser_LoadingStateChanged to trigger and to look at if it is still loading before logging that the browser is initialised. Altered cefBrowser_LoadingStateChanged to register itself as an event once the browser is loaded as we don't care for any more events once we know it is safe to issue the Browser.Load() method. Updated Connect to record when it has been requested so that if the browser initialises after this request, it can retrigger the code to load the required URL automatically. Removed the dispose code, though this might need to be reimplemented after testing. Updated App.config and .csproj with settings defined in CEF user documentation. Updated some of the CEF Settings to recommended values.
2020-02-10 16:36:09 +00:00
Leaskovski
1d40791557
Added a new property that defines if the browser object has finished initialising, browserInitialised. Moved the URL construction code out to its own private method. Added in browser initialisation hook for CEF browser. Changed how the browser control is hooked in to its parent control. This fixes the CEF browser from not rendering. Enabled verbose logging for the CEF browser temporarily.
2020-02-10 16:36:08 +00:00
Leaskovski
212cd8378c
Added in CEF Browser Navigation event handler and removed Gecko Title change handler as the generic one was handling it. Added in CEF settings code to main window.
2020-02-10 16:33:58 +00:00
Leaskovski
ae108f1e14
#1071 - Started to add the CEFSharp Browser Engine (Chromium)
2020-02-10 16:26:53 +00:00
leonardt.neugebauer
e7ed902f24
Set ConnectionsFileInfoSql.ConnectionFileVersion from 2.7 to 2.8 after fixes #1669
2020-02-06 17:49:44 +01:00
IPv777
3d93f793d5
typo fixing
2020-02-05 13:47:05 +01:00
Faryan Rezagholi
9257b7ac52
Merge pull request #1669 from Filippo125/sql_update#1589
...
Sql fixes
2020-01-16 16:36:31 +01:00
Faryan Rezagholi
28d131f74d
fixed typo
2020-01-16 16:23:12 +01:00
Faryan Rezagholi
76e1ae3596
updated changelog
2020-01-16 15:16:08 +01:00
Filippo Ferrazini
8357cfc9b5
Add database migration
...
Update changelog and credits
2020-01-09 23:41:18 +01:00
Filippo Ferrazini
1250f389af
Remove unnecessary code
2020-01-05 16:18:50 +01:00
Filippo Ferrazini
d0ae6ee21a
Add check if sql row has to be updated
2020-01-04 14:15:02 +01:00
Filippo Ferrazini
40f5bd9444
Implement crud on mssql
2019-12-29 16:56:34 +01:00
Filippo Ferrazini
c3ea05b862
Fix mssql creation tblCons query
2019-12-29 16:56:15 +01:00
Filippo Ferrazini
488c6f5f64
Change tblCons primary key sql setup
2019-12-28 16:33:23 +01:00
Filippo Ferrazini
a1940e3ab9
Optimize code remove
2019-12-28 16:11:39 +01:00
Filippo Ferrazini
eda873911a
Change behaviour in sql save, don't rewrite all database
2019-12-28 16:03:18 +01:00
Faryan Rezagholi
048f890dcb
Merge pull request #1622 from wwj402/develop
...
update chinese simplified language 2019/10/16
2019-11-10 12:15:57 +01:00
Faryan Rezagholi
28c31fc101
fixed failing test
2019-11-10 12:05:24 +01:00
Faryan Rezagholi
852c6576cf
Merge branch 'develop' into pr/1622
2019-11-09 19:32:50 +01:00
David Sparer
00a5fc0142
created user documentation for default connection properties
2019-10-16 11:46:33 -05:00
wwj402
48cca34055
update chinese simplified language 2019/10/16
2019-10-16 14:59:41 +08:00
Faryan Rezagholi
b2c5298400
removed incomplete variable example table
2019-10-07 22:23:34 +02:00
Faryan Rezagholi
cf5d5e6974
Merge pull request #1567 from mRemoteNG/powershell_remoting
...
Powershell remoting
2019-10-06 11:01:26 +02:00
Faryan Rezagholi
3266485307
Updated translated string, fixes #1611
2019-10-05 01:07:19 +02:00
Faryan Rezagholi
d27ae45512
fixed wrongly negated if statement
2019-10-04 21:48:00 +02:00
Faryan Rezagholi
c9f0ea47b7
merged develop into powershell_remoting
2019-10-04 00:59:24 +02:00
Faryan Rezagholi
d5100660fb
added missing translation
2019-10-03 18:59:03 +02:00
Faryan Rezagholi
5c07327467
initialize settingsLoader earlier in code to prevent ui elements from being created before the language culture is propeperly set, part of #1497
2019-10-03 18:52:48 +02:00
Faryan Rezagholi
1e374d3a25
minimal code refractoring
2019-10-03 18:14:18 +02:00
Faryan Rezagholi
d68c419bab
access language resources with nameof, part 2
2019-10-03 17:06:15 +02:00
Faryan Rezagholi
a9c4d0dee5
simply close options form instead of reverting settings, fixes #1610
2019-10-03 16:56:57 +02:00
Faryan Rezagholi
75a453e598
Merge pull request #1608 from Mant1kor/develop
...
Update Ukrainian translation
2019-10-03 12:13:44 +02:00
Faryan Rezagholi
404f23e7e6
fixed line break in credits
2019-10-03 11:49:30 +02:00
Mantikor
104be16061
Fixes
2019-10-03 10:33:23 +03:00
Mantikor
742301edf8
Update CREDITS.md
2019-10-03 10:31:57 +03:00
Mantikor
c3734f2e09
Add files via upload
2019-10-03 10:31:34 +03:00
Mantikor
e0cd4f2e0a
Add files via upload
2019-10-03 10:30:22 +03:00
Faryan Rezagholi
db6042a30e
updated nuget packages
2019-10-03 00:22:45 +02:00
Faryan Rezagholi
0e233e7027
Updated .NET to 4.7.2
2019-10-03 00:18:27 +02:00
Faryan Rezagholi
8e5d41bfea
removed https in credits
2019-10-02 19:50:08 +02:00
Mantikor
8bb03195b5
Update CREDITS.md
2019-10-02 17:44:43 +03:00
Mantikor
de2bafd5a0
Update translation and fix errors
2019-10-02 17:28:01 +03:00
Faryan Rezagholi
4c08d06e93
fixed error where mrng would never close when set to "minimize to tray on close"
2019-10-01 14:01:10 +02:00
Faryan Rezagholi
ab5b58f3ae
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2019-10-01 09:31:36 +02:00
Faryan Rezagholi
31f637bc51
Added option to minimize to system tray on closing, fixes #545
2019-10-01 09:31:11 +02:00
Faryan Rezagholi
fbcfdb3fea
Merge pull request #1601 from ryno2121/develop
...
Increased VNC test connection timeout from 150ms to 500ms
2019-09-30 14:13:58 +02:00
ryno2121
b1c650bb72
Increased VNC test connection timeout from 150ms to 500ms
...
It has been found at times that when connecting to a VNC host that the connection times-out even though the host is powered on. This happens mostly when you are connected to the network through WiFi. The time out value for the VNC test connection has been increased from 150ms to 500ms.
2019-09-30 06:05:42 +02:00
Faryan Rezagholi
209a3fb381
Merge pull request #1596 from ryno2121/develop
...
Handle VNC timeout
2019-09-27 23:51:37 +02:00
Faryan Rezagholi
772a11cb1d
small code improvements and formatting
2019-09-27 23:29:44 +02:00
Faryan Rezagholi
758f7770a1
updated changelog
2019-09-27 23:02:52 +02:00
ryno2121
b319eb188a
Update CHANGELOG.md
2019-09-27 18:56:37 +02:00
ryno2121
8ad7547640
Added code to report within 150ms a timeout error if no connection can be made on the VNC port for 150ms.
2019-09-27 17:26:45 +02:00
Faryan Rezagholi
8b060745ef
do not try to display multi ssh command from history when there are none, fixes #1595
2019-09-27 09:50:01 +02:00
Faryan Rezagholi
baf2037ca1
Merge pull request #1583 from ng3727/fix_about_window_click
...
Fix about window url click, updated CREDITS.md
2019-09-19 14:38:11 +02:00
Faryan Rezagholi
7bf00e30e6
minor code formatting
2019-09-19 14:12:22 +02:00
ng3727
55c983c565
Update AboutWindow.cs
...
fix if the clicked isn't a link, i.e. empty status bar text caused the process start
to cause an exception
2019-09-17 21:45:48 +01:00
ng3727
6a4cd70811
Update CREDITS.md
...
changed gibhub.com urls to be http:// this allows the urls to be clickable
2019-09-17 21:43:25 +01:00
Fred Fred
851f8dedec
Resolved conflicts with develop branch.
2019-09-14 22:10:26 +04:00
Faryan Rezagholi
652a580ec6
fixed typo
2019-09-14 12:04:12 +02:00
Faryan Rezagholi
0d2a2134b9
Merge branch 'develop' into powershell_remoting
2019-09-14 12:03:12 +02:00
Faryan Rezagholi
a330d3e943
fixed copy-paste error
2019-09-12 13:05:39 +02:00
Faryan Rezagholi
0034f78edc
merged develop into powershell_remoting
2019-09-10 00:13:23 +02:00
Faryan Rezagholi
27e71ebfc7
get protocol type descriptions by nameof instead of accessing them directly
2019-09-09 23:50:36 +02:00
Faryan Rezagholi
f0f3ddef87
Set localized attributes values by nameof instead of accessing them directly
...
Makes tracking of used/unused items and renaming items easier
2019-09-09 23:40:04 +02:00
Faryan Rezagholi
f65478ee36
added missing translations
2019-09-09 23:37:48 +02:00
Faryan Rezagholi
4bd7d63d9c
merged develop into powershell_remoting
2019-09-09 23:04:48 +02:00
Faryan Rezagholi
bf31b23878
more changelog updates
2019-09-09 21:46:57 +02:00
Faryan Rezagholi
c2ba6d87b2
updated changelog
2019-09-09 21:31:36 +02:00
Faryan Rezagholi
978a53852a
some code formatting
2019-09-09 21:24:36 +02:00
Faryan Rezagholi
d20a186e5e
removed duplicate icon
2019-09-09 21:05:59 +02:00
Faryan Rezagholi
c384ec373a
fixed remaining failing tests
2019-09-09 21:05:28 +02:00
Faryan Rezagholi
c5e0a18dfa
fixed some tests
2019-09-09 20:31:56 +02:00
Faryan Rezagholi
4d1ab9ee9f
removed duplicate property after merge
2019-09-09 20:11:50 +02:00
Faryan Rezagholi
02384dc26f
merged develop into pr/1568
2019-09-09 19:59:09 +02:00
Faryan Rezagholi
e46a53f188
removed db version upgrader to 2.8 and reimplemented new properties into 2.7 upgrader
2019-09-09 18:38:54 +02:00
Faryan Rezagholi
0343254cad
Merge pull request #1569 from damianszczepanik/translations-pl
...
Add translations for Polish language
2019-09-09 09:03:36 +02:00
Damian Szczepanik
9aaafa5015
Add translations for Polish language
2019-09-08 23:15:53 +02:00
Faryan Rezagholi
04bd78e91a
Merge pull request #1565 from mRemoteNG/vmid_enhancedmode
...
Added option to set enhanced mode
2019-09-08 15:57:29 +02:00
Faryan Rezagholi
7ce17c7fb3
added powershell connection icon
2019-09-08 15:27:56 +02:00
Faryan Rezagholi
2a796d3bf5
Update PULL_REQUEST_TEMPLATE.md
2019-09-08 14:58:25 +02:00
Faryan Rezagholi
944aa6b13e
Changed background color to native powershell color
2019-09-08 14:56:52 +02:00
Faryan Rezagholi
58add600d6
Update PULL_REQUEST_TEMPLATE.md
2019-09-08 14:30:06 +02:00
Faryan Rezagholi
b1089de1ad
Revert "Set language version to C#7.1"
...
This reverts commit 69c1e2ccc2 .
2019-09-08 14:07:22 +02:00
Faryan Rezagholi
69c1e2ccc2
Set language version to C#7.1
2019-09-08 13:43:13 +02:00
Faryan Rezagholi
6ec23d9d69
removed unnecessary usings
2019-09-08 13:07:14 +02:00
Faryan Rezagholi
de3072c67e
Added ConsoleControl, since it seems that the powershell.exe cannot be integrated
2019-09-08 13:02:58 +02:00
Faryan Rezagholi
35f6d3eb90
updated documentation
2019-09-08 02:30:55 +02:00
Faryan Rezagholi
f0ffcc6944
updated changelog
2019-09-08 02:25:42 +02:00
Faryan Rezagholi
5ab3f71551
removed redundant language resources
2019-09-08 02:23:53 +02:00
Faryan Rezagholi
cef3b9294d
cleanup
2019-09-08 02:22:19 +02:00
Fred Fred
11e3075347
issue #420 sshtunnel aka jumphost implemented
2019-09-07 22:10:03 +04:00
Faryan Rezagholi
0008631771
Added PowerShell Protocol for remote PS-Sessions
2019-09-07 18:16:36 +02:00
Faryan Rezagholi
8e5caaca55
Merge branch 'develop' into vmid_enhancedmode
2019-09-07 16:46:57 +02:00
Faryan Rezagholi
8c962e8b60
Merge pull request #1555 from mRemoteNG/update_geckofx
...
Updated GeckoFX
2019-09-07 16:42:02 +02:00
Faryan Rezagholi
7ebcba3c21
fixed enhancedMode value not being translated
2019-09-07 06:08:24 +02:00
Faryan Rezagholi
7ac45dbd32
fixed failing tests
2019-09-06 21:02:15 +02:00
Faryan Rezagholi
b83488d08a
Added option to det enhanced mode as requested in #1564
2019-09-06 14:59:41 +02:00
Faryan Rezagholi
5528b701fb
fixed installer build error
2019-09-03 16:09:36 +02:00
Faryan Rezagholi
8767d103f0
Updated Changelog
2019-09-02 23:15:05 +02:00
Faryan Rezagholi
ca66656a8e
updated geckofx from 45 to 60
2019-09-02 22:55:09 +02:00
David Sparer
41e299aaaf
dev channel badge updated in readme
2019-09-02 12:33:27 -05:00
Faryan Rezagholi
c3f44ef70a
corrected wrongly negated if-statement, fixes #1337
2019-09-02 19:31:08 +02:00
Faryan Rezagholi
fa44e66bd9
Revert "do not automatically enable inheritance on connections imported from AD, fixes #1518 "
...
This reverts commit c1b6bd4679 .
2019-09-02 19:25:31 +02:00
Faryan Rezagholi
0b944c4222
added lithuanian language dummy file (copy from default one) as a template to be translated #878
2019-09-02 18:33:10 +02:00
David Sparer
11abc789a0
fixed nunit runner path in publish script
2019-09-02 10:20:41 -05:00
David Sparer
15e2cdaad0
release date set in changelog
2019-09-02 10:03:01 -05:00
David Sparer
10b6973f0d
updated changelog and bumped minor version
2019-09-02 09:59:21 -05:00
Faryan Rezagholi
24cd9f257c
Moved port property from 'protocol' to 'connection' section, fixes #718
2019-09-01 18:30:30 +02:00
Faryan Rezagholi
8ecb49709e
Added missing description for password protect field in root node, fixes #617
2019-09-01 18:00:39 +02:00
Faryan Rezagholi
e12d20ab85
Added option to start mRemoteNG minimized, fixes #1385
2019-09-01 15:52:05 +02:00
Faryan Rezagholi
8b7f7b16a8
revised sort button in connection tree to be able to sort in both orders, fixes #1434
2019-09-01 15:04:16 +02:00
Faryan Rezagholi
117e57d7b0
Allow for sorting in port scan results, fixes #841
2019-08-30 21:57:47 +02:00
Faryan Rezagholi
56b3f9355a
Set browser language when using geckofx, fixes #553
2019-08-30 21:41:57 +02:00
Faryan Rezagholi
70af08616f
Changed rendering engine of documentation to gecko. Open external links in os default browser, fixes #1378
2019-08-30 18:01:18 +02:00
Faryan Rezagholi
6066cb708e
set protocol type when importing from ad, possible fix for #759
2019-08-30 16:28:42 +02:00
Faryan Rezagholi
c1b6bd4679
do not automatically enable inheritance on connections imported from AD, fixes #1518
2019-08-30 16:21:13 +02:00
Faryan Rezagholi
88617759f6
Merge pull request #1508 from Airthee/patch-1
...
Delete Readme.txt
2019-08-30 15:46:19 +02:00
Faryan Rezagholi
3df98602ee
Merge pull request #1551 from ng3727/origin/fix_MsSql_RdpVersion_null
...
Update DataTableDeserializer.cs handle null values in column RdpVersion
2019-08-30 15:35:19 +02:00
Faryan Rezagholi
3da989e37f
Merge pull request #1532 from Filippo125/db_structure#1493
...
Fixed DB setup scripts, fixes #1493
2019-08-30 15:33:13 +02:00
Faryan Rezagholi
f735237b3a
removed README.TXT from installer
2019-08-30 15:29:16 +02:00
david-sway
125330b695
Added handling of Gecko.LauncherDialog.Download ( #1548 )
...
* Added handling of Gecko.LauncherDialog.Download
Code lifted from https://stackoverflow.com/questions/27368791/how-to-handle-downloading-in-geckofx-29
This code addition addresses https://github.com/mRemoteNG/mRemoteNG/issues/1400
* updated changelog for #1400
* refractored launcher dialog method
2019-08-30 15:15:45 +02:00
Faryan Rezagholi
11199eabf3
Merge pull request #1544 from damianszczepanik/translate
...
Add translations for Polish language
2019-08-30 14:22:12 +02:00
ng3727
12b4eb64ba
Update DataTableDeserializer.cs
...
Table allows for null values which must be handled so as not to create an error
2019-08-27 15:19:09 +01:00
Damian Szczepanik
d62fd25db5
Add translations for Polish language
2019-08-22 23:47:17 +02:00
Faryan Rezagholi
58851aadb0
fixed another occurence of a spelling mistake like mentioned in #1458
2019-08-22 14:50:04 +02:00
Faryan Rezagholi
322049196c
Merge pull request #1524 from wwj402/develop
...
update chinese simplified language 2019/07/23
2019-08-17 19:09:02 +02:00
David Sparer
ce85801dcf
removed the no-longer used option "automatically get session info" from settings
2019-08-14 08:52:54 -05:00
Filippo Ferrazini
04ad29d7c9
Fix table tblCons structure
2019-08-01 17:42:54 +02:00
Filippo Ferrazini
92f532c694
Fix database issue, column duplicate and absent
2019-08-01 17:26:58 +02:00
wwj402
9188979367
update chinese simplified language 2019/07/23
2019-07-23 10:55:25 +08:00
Faryan Rezagholi
b21379952b
Added option to close panel from right click menu, fixes #1512
2019-07-13 18:31:07 +02:00
Raphaël
900c5c8351
Delete Readme.txt
...
I think this file is no longer maintained and has been replaced by the README.md
2019-07-08 08:41:57 +02:00
Faryan Rezagholi
5cab342c8c
do not try to show an exception windows when main form is already disposed
2019-07-01 22:24:46 +02:00
Faryan Rezagholi
69e4bc2650
set html colors of about screen based on current color theme, fixes #1505
2019-07-01 21:56:39 +02:00
Faryan Rezagholi
cabd712b75
updated sql upgrader class to reflect recent changes, fixes #1501
2019-07-01 00:41:58 +02:00
Faryan Rezagholi
fe4266a41e
updated nuget packages
2019-07-01 00:38:00 +02:00
Faryan Rezagholi
07fa8232e4
Revert "migrate package.config to PackageReference"
...
This reverts commit 17e227236f .
2019-07-01 00:16:32 +02:00
Faryan Rezagholi
d02ec9bec6
Revert "updated nuget packages"
...
This reverts commit 91b1007083 .
2019-07-01 00:16:10 +02:00
Faryan Rezagholi
47a508b9ea
Merge pull request #1498 from mRemoteNG/feature/rdp_version_selection
...
Add option to choose RDP protocol version
2019-06-29 12:20:27 +02:00
Faryan Rezagholi
6c620b09c9
updated german translation
2019-06-27 23:21:36 +02:00
Faryan Rezagholi
cb822c44ce
Merge branch 'develop' into feature/rdp_version_selection
2019-06-27 23:08:38 +02:00
Faryan Rezagholi
aa9d5ce04e
fixed failing tests
2019-06-27 23:08:09 +02:00
Faryan Rezagholi
8876cb91c9
Merge branch 'develop' into feature/rdp_version_selection
2019-06-26 15:03:36 +02:00
Faryan Rezagholi
91b1007083
updated nuget packages
2019-06-26 09:08:24 +02:00
Faryan Rezagholi
17e227236f
migrate package.config to PackageReference
2019-06-26 00:39:08 +02:00
David Sparer
22ba4c86bb
fixed bug with opening ssh connections
...
introduced in 65edebc
2019-06-25 08:01:14 -05:00
David Sparer
017d9c8290
updated db init scripts for RdpVersion property
2019-06-24 09:43:06 -05:00
David Sparer
2f7c930859
removed the option for Rdc10 since it is not available for general use yet
2019-06-24 09:36:42 -05:00
David Sparer
983637973b
fixed failing tests
2019-06-24 09:30:10 -05:00
David Sparer
bb2e0f0b7d
renamed more items to RdpVersion as suggested in code review
2019-06-24 08:31:38 -05:00
David Sparer
0d8a3b84fe
simplified RDP version property name and description
2019-06-23 18:15:44 -05:00
David Sparer
3503652df3
added documentation note to rdp 7 warning about performance flag support
2019-06-23 15:34:27 -05:00
David Sparer
1a82e48b3d
minor cleanup
2019-06-23 15:29:06 -05:00
David Sparer
f5a86814a9
removed rdp KBs from the install requirements
2019-06-23 15:28:50 -05:00
David Sparer
bde3b691ff
updated changelog
2019-06-23 15:15:13 -05:00
David Sparer
ed53db1bdc
added an error message for when the rdp client class doesn't exist
2019-06-23 14:11:54 -05:00
David Sparer
ecbd62676b
Merge branch 'develop' into feature/rdp_version_selection
...
# Conflicts:
# mRemoteV1/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsSerializerMremotengFormat.cs
# mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs
# mRemoteV1/Connection/Protocol/RDP/RdpProtocol6.cs
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/app.config
2019-06-23 13:33:40 -05:00
David Sparer
b343ebec15
minor cleanup
2019-06-23 13:15:15 -05:00
David Sparer
99e1de2503
fixed issue where performance flags were not being honored on newer versions of windows
...
fixes #323
2019-06-23 13:15:08 -05:00
Faryan Rezagholi
94f8c495d2
updated changelog
2019-06-23 17:12:31 +02:00
Faryan Rezagholi
1fc11c65a5
merged develop into pr/1332
2019-06-23 17:05:43 +02:00
Faryan Rezagholi
f7700b9279
Update README.MD
2019-06-21 21:28:49 +02:00
Faryan Rezagholi
4007568d93
Merge pull request #1422 from mRemoteNG/hyperv
...
Support for Hyper-V VMRDP
2019-06-21 14:59:02 +02:00
Faryan Rezagholi
208134e970
merged develop into hyperv
2019-06-21 13:58:51 +02:00
Faryan Rezagholi
bda5d481b2
Enable enhanced mode by default
2019-06-21 13:55:03 +02:00
Faryan Rezagholi
00609f5a5d
removed trailing slash from URLs, fixes #1496
2019-06-20 22:34:27 +02:00
David Sparer
066e783a37
changed the Edit sub-menu to Inheritance in the connection context menu
2019-06-18 09:16:17 -05:00
David Sparer
3e1bf001c7
Merge branch 'develop' into push_settings_recursively
...
# Conflicts:
# mRemoteV1/Resources/Language/Language.Designer.cs
# mRemoteV1/Resources/Language/Language.resx
2019-06-18 09:10:23 -05:00
Faryan Rezagholi
09f52a32a6
Update connections.rst
...
fixed typo
2019-06-18 01:33:46 +02:00
Faryan Rezagholi
73c14a9ad0
updated help to include info about PuTTY menu #1209
2019-06-18 00:28:15 +02:00
Faryan Rezagholi
8cc826a57b
Merge pull request #1491 from cguadall/patch-1
...
Update Language.es.resx
2019-06-17 22:27:50 +02:00
cguadall
02e17f9845
Update Language.es.resx
...
Fix "dle" typo
2019-06-16 09:00:59 +02:00
David Sparer
3e18a25ed3
Merge pull request #1489 from wwj402/develop
...
update chinese simplified language 2019/06/13
2019-06-15 20:05:58 -05:00
David Sparer
4c31106839
modified RTD theme to prevent scroll bars on list-table cells
2019-06-15 17:59:15 -05:00
David Sparer
2b8ff1d090
added a protocols/rdp page to the documentation
2019-06-15 17:57:58 -05:00
David Sparer
9e7690054d
fixed a sphinx warning
2019-06-15 17:56:30 -05:00
David Sparer
2e6fdce592
removed unnecessary files
2019-06-15 17:56:14 -05:00
wwj402
eee40c2130
update chinese simplified language 2019/06/13
2019-06-13 17:08:23 +08:00
David Sparer
818fe3adfc
removed pre-install check for RDP KBs
...
These should no longer be required since we can now dynamically select
which RDP protocol version to use.
2019-06-12 07:59:33 -05:00
David Sparer
f6bfaf415f
finished updating serializers and added a default setting for the rdp protocol version property
2019-06-11 15:47:07 -05:00
David Sparer
35a3190b28
updated the component check window to check all supported RDP versions
2019-06-11 14:13:01 -05:00
David Sparer
65edebca2e
finished splitting up rdp functionality between classes
2019-06-11 10:44:26 -05:00
David Sparer
aef9be8d9b
began re-splitting rdp into different classes by version
2019-06-10 19:34:26 -05:00
Faryan Rezagholi
3acb9f1842
local attribute "favorite not getting serialized", fixes #1470
2019-06-09 23:50:15 +02:00
David Sparer
9f7271178f
Merge pull request #1469 from Glober777/FixGetArchitectureData
...
Improve startup time
2019-06-09 12:45:29 -05:00
Faryan Rezagholi
5038deaf97
updated changelog
2019-06-09 13:23:34 +02:00
Faryan Rezagholi
d6e04156f1
Merge pull request #1473 from suggestable/patch-1
...
corrected spelling mistake
2019-06-04 22:53:45 +02:00
Faryan Rezagholi
07d7f10622
fixed spellling mistake
2019-06-04 21:57:21 +02:00
Sarah Van der Veken
78a1058aa1
Update sql_configuration.rst
...
Correcting English syntax
2019-06-04 11:56:42 +01:00
Ivan Seriavin
f16894869a
Resolves https://github.com/mRemoteNG/mRemoteNG/issues/1468
2019-05-30 14:27:27 +03:00
David Sparer
31240fa50d
moved most RDP enums to their own files
2019-05-27 12:22:26 -05:00
Faryan Rezagholi
0f7c2c83b3
fixed wrong word in russian tranlation #1458
2019-05-25 12:43:10 +02:00
David Sparer
22e43c84fc
fixes #1456
2019-05-24 08:31:15 -05:00
Faryan Rezagholi
f9160677c3
Update README.MD
...
updated stale link, fixes #1457
2019-05-23 21:15:08 +02:00
David Sparer
0b1f04abe3
fixes #1379
2019-05-21 07:51:41 -05:00
David Sparer
c28b4d39ad
moved sql scripts to separate files to ease management
2019-05-20 07:41:36 -05:00
David Sparer
519efe633f
updated changelog
2019-05-18 15:14:40 -05:00
David Sparer
cf680eba4a
fixed issue with collection-changed exception when iterating over items to save
2019-05-18 15:10:51 -05:00
David Sparer
63c78f986d
added button to test encryption settings on the security page
2019-05-18 15:10:08 -05:00
David Sparer
57d8b0c803
default kdf iteration count is now 10000
2019-05-18 15:09:24 -05:00
David Sparer
722e18c07d
updated changelog
2019-05-15 10:41:00 -05:00
David Sparer
a66ec00587
put the ''apply to children" menu options in a sub-menu
2019-05-15 10:09:08 -05:00
David Sparer
2b5100c019
Merge branch 'develop' into push_settings_recursively
2019-05-15 09:29:02 -05:00
David Sparer
cae906d226
simplified connection initiator method overloads
2019-05-13 14:07:10 -05:00
David Sparer
1ebe773b6e
minor cleanup of ng search box
2019-05-13 13:30:13 -05:00
David Sparer
594f005476
fixed a few more cases where default text wouldn't behave correctly
2019-05-13 13:28:25 -05:00
David Sparer
027e37545b
added a "defaulttext" mode to the ng search box
...
This will prevent a bug when users want to perform a real search
using the same term as Language.strSearchPrompt
2019-05-13 12:54:36 -05:00
David Sparer
4fc82ab7c1
fixes #1439
2019-05-13 12:17:50 -05:00
David Sparer
565e163b3e
fixes #1447
2019-05-13 09:31:17 -05:00
Faryan Rezagholi
e6c26dde7b
Merge pull request #1443 from wwj402/develop
...
update chinese simplified language base on commit 9fdcffd
2019-05-12 15:36:57 +02:00
Faryan Rezagholi
6e8acc0f4c
Merge branch 'develop' into develop
2019-05-12 15:00:25 +02:00
Faryan Rezagholi
b7fff50d31
updated changelog
2019-05-12 14:58:33 +02:00
Faryan Rezagholi
a2d240ee4a
Merge pull request #1437 from petterjohanolsen/develop
...
Updated Norwegian translation
2019-05-12 14:55:55 +02:00
Faryan Rezagholi
a69f6925e9
updated changelog file
2019-05-12 14:42:00 +02:00
Faryan Rezagholi
c4544832d2
Update PULL_REQUEST_TEMPLATE.md
2019-05-12 14:24:20 +02:00
David Sparer
74da05e6e8
fixed tests
2019-05-10 15:47:11 -05:00
David Sparer
af24e3b284
the inheritance button will now be shown on items whose parent is the root node
2019-05-10 15:41:43 -05:00
David Sparer
fb68d0bff3
added a button to apply default inheritance to the selected node
2019-05-10 13:57:58 -05:00
David Sparer
d3a2ba26ba
only allow pushing inheritance from containers
2019-05-10 08:10:37 -05:00
David Sparer
2f70ec5cb6
Merge branch 'develop' into push_settings_recursively
2019-05-10 08:04:15 -05:00
wwj402
e9dcb986f9
update chinese simplified language base on commit 9fdcffd
2019-05-08 14:36:02 +08:00
Petter Johan Olsen
93b6fe7aab
Updated Norwegian translation
2019-05-05 20:13:49 +02:00
Faryan Rezagholi
d6aadef2b8
Update CONTRIBUTING.md
...
fixed spelling
2019-05-03 00:01:44 +02:00
Faryan Rezagholi
4e0fb6bf65
updated changelog
2019-05-02 23:54:37 +02:00
Faryan Rezagholi
93c4f99619
Merge branch 'develop' into hyperv
2019-05-02 10:00:31 +02:00
Faryan Rezagholi
7c489cb9aa
fixed error where connecting to vm on localhost
...
fixed error where rdp pre connection blob would not work if mrng is also running on localhost in a console session
2019-05-02 09:57:52 +02:00
Faryan Rezagholi
1d74cc8225
updated collapse/expand icons
2019-05-01 22:40:25 +02:00
Faryan Rezagholi
8021529a41
added back github health files
2019-05-01 22:27:54 +02:00
Faryan Rezagholi
2791f60a58
fixed the rest of the failing tests
2019-05-01 20:43:02 +02:00
Faryan Rezagholi
88e88be756
fixed some failing tests
2019-05-01 16:29:16 +02:00
Faryan Rezagholi
13d42ae288
moved and revised documentation
2019-05-01 01:16:39 +02:00
Faryan Rezagholi
5408cc6015
merged 'develop' into hyperv
2019-05-01 00:23:12 +02:00
Faryan Rezagholi
c97fbba173
Merge pull request #1430 from sli-pro/develop
...
Minor changes to option pages for russian language
2019-05-01 00:12:37 +02:00
Faryan Rezagholi
79d9e806d5
Merge branch 'develop' into develop
2019-04-30 23:59:27 +02:00
Faryan Rezagholi
12589ffbe0
more little improvements
2019-04-30 23:57:18 +02:00
Faryan Rezagholi
f21b62241a
updated changelog
2019-04-30 23:03:48 +02:00
Faryan Rezagholi
b6cd10b51e
removed pr template in favor of community-health repository
2019-04-30 21:52:50 +02:00
Faryan Rezagholi
e7344cdc24
updated changelog
2019-04-30 21:52:08 +02:00
Faryan Rezagholi
4e118493d2
Sphinx docs ( #1384 )
...
* included changes from @nmat from separate repo into mrng
* added sphinx-doc build dir
* fixed error on non-appveyor builds
* removed unneccesary variable
* added post-build script for sphinx documenatation
* retired "move_help_files" post build script
* added sphinx-documentation files to project
* display spinx docs
* changed theme to read the docs
* fixed typo
* restructured sphinx dir
* added documentation forr keyboard shortcuts and command line switches
* more hierarchy fixes
* added known issues
* added images for sphinx docs to project
* added quick connect documentation
* added port scan documentation
* added screenshot manager documentation
* added notifications documentation
* added import/export documentation
* added ssh file transfer documentation
* added connection config documentation
* added options documentation
* added menus documentation
* converted remaining help files and tidied up resources
* fixed formatting error
* modified sphinx script to automatically grab assembly details from assembly file
* modified copyright string for automated sphinx builds
* splitted toctree
* added RTD configuration file
* added RTD badge
* use default values if assembly file cannot be found
* removed colons from headings
* Minor fixes
* Remove source link so its not confusing for users
* Fix minor spelling
* Add editorconfig for rst files
* added external tools cheat sheet
* extended known issues segment
* added contact information
* Fix list item in document:
* Under "Opening and Closing Connections"
* added infor on how to migrate from pre-NG versions
* fixed list not being rendered properly
* removed markup guide from help to move it to the github wiki
* added missing information from github wiki
* removed contributing document from repository itself to move it to the wiki
* fixed formatting error
* Add more information for import/export
* minor wording fixes
* moved troubleshooting and known issues to its own support section
* moved "folders and inheritance" under "application handling"
* Minor formatting fixes
* Formatting fixes
* Updated docs for ssh file transfer:
* Added screenshot
* Updated documentation a little
* added FAQ
* revised external tools
* fixed sphinx build errors
* changed heading format
* do not output images for sphinx docs to build dir
* removed issue/pr templates
* updated appveyer configuration
* added missing variables
* added python to path
* output PATH for debugging
* sphinx build tests
* Minor cleanup
* added sql script changes into sphinx docs
* removed unused appveyor.xml
2019-04-30 21:42:32 +02:00
sli-pro
590b526079
Minor changes and forms of the Russian language
2019-04-30 21:22:48 +03:00
Faryan Rezagholi
b051e8cc46
Update PULL_REQUEST_TEMPLATE.md
...
added changelog to pr template checklist
2019-04-30 19:59:32 +02:00
David Sparer
952c2e570e
updated changelog
2019-04-30 12:48:53 -05:00
David Sparer
d9834eae6d
safer cast in the fips checker
...
fixes #1428
2019-04-30 12:46:47 -05:00
David Sparer
1901686a2a
updated changelog
2019-04-30 10:33:31 -05:00
David Sparer
9efe4f41bf
refactored to removed some casts
2019-04-30 10:28:58 -05:00
David Sparer
3fad296e3f
use panel setting from connection info unless empty or overriden
...
fixes #1425
2019-04-30 10:28:03 -05:00
David Sparer
100b101e60
fixed update check file script to point to changelog.md
2019-04-30 08:03:19 -05:00
David Sparer
b66022fb64
fixed #1426
2019-04-30 07:10:06 -05:00
David Sparer
3e354868ea
also fix installer project cert password reference
2019-04-29 17:54:11 -05:00
David Sparer
a6fda6c76a
get cert password from build args rather than environment
...
change this back once appveyor is working
2019-04-29 17:37:08 -05:00
David Sparer
7ea08a0f6b
fixed changelog and credits links in the csproj
2019-04-29 17:00:36 -05:00
David Sparer
dda6726a43
removed the unreleased section of the changelog for release
2019-04-29 15:03:16 -05:00
Faryan Rezagholi
70deb278e5
removed stale code and small code refractoring
2019-04-29 21:53:58 +02:00
Faryan Rezagholi
017934ab8e
open links in about form with system default browser
2019-04-29 21:46:47 +02:00
Faryan Rezagholi
c8c98ebc02
updated changelog
2019-04-29 19:50:38 +02:00
David Sparer
939d49db57
Merge pull request #1419 from mRemoteNG/markdown
...
Move CHANGELOG.TXT to CHANGELOG.md
2019-04-29 12:21:07 -05:00
Faryan Rezagholi
9994a214b5
Jump between octet fields with tab, fixes #1423
2019-04-29 19:03:53 +02:00
Faryan Rezagholi
5d44ff8ca5
updated vmrdp documentation
2019-04-29 18:46:54 +02:00
David Sparer
60cef9fa49
fixed installer for markdown files
2019-04-29 11:16:35 -05:00
David Sparer
dda98b2902
Merge branch 'develop' into markdown
2019-04-29 08:53:04 -05:00
David Sparer
19ddc9de97
set the release date for 1.77.0
2019-04-29 08:42:41 -05:00
David Sparer
7985344042
updated changelog for #1389
2019-04-29 08:41:20 -05:00
David Sparer
9173e9e56a
added a context menu item to push inheritance to child nodes
2019-04-29 08:39:06 -05:00
Faryan Rezagholi
259768f92f
updated (de)serializers
2019-04-28 22:30:13 +02:00
Faryan Rezagholi
e61716e25c
added german translation for ne connection properties
2019-04-28 16:36:40 +02:00
Faryan Rezagholi
99d747aabe
make it possible to connect to vm via id
2019-04-28 15:57:36 +02:00
Faryan Rezagholi
d789e0d5a4
do not hide user/pass/domain when connecting via vm id
2019-04-28 15:04:19 +02:00
Faryan Rezagholi
6524bbed43
added necessary properties to connect to hyper-v virtual machine via VM ID
2019-04-27 19:21:14 +02:00
David Sparer
11ad8a8398
simplified how inheritance is globally disabled/enabled
2019-04-25 10:21:09 -05:00
Faryan Rezagholi
9b9dfbe46a
fix display of copyright sign
2019-04-25 11:52:42 +02:00
Faryan Rezagholi
12c67f4244
added link to full changelog
2019-04-25 11:31:17 +02:00
Faryan Rezagholi
cd66d335e8
code-cleanup
2019-04-25 11:07:35 +02:00
Faryan Rezagholi
20a33eb69f
removed implementation instructions, fixes #1153
2019-04-25 03:58:26 +02:00
Faryan Rezagholi
ee0fabca8e
revised about window to show markdown file as html in gecko web browser
2019-04-25 03:38:41 +02:00
Faryan Rezagholi
527d0b85ad
Added Markdig markdown parser
2019-04-25 03:37:10 +02:00
Faryan Rezagholi
4a72a0535b
beautified file
2019-04-25 03:36:41 +02:00
Faryan Rezagholi
361d2246ed
merged develop into markdown
2019-04-24 23:15:19 +02:00
Faryan Rezagholi
ffd8a9e87b
Added new markdown files to project
2019-04-24 23:10:37 +02:00
David Sparer
0d518e44c7
Merge branch 'develop' into push_settings_recursively
2019-04-24 12:26:21 -05:00
David Sparer
be347da9f2
Merge pull request #1389 from mRemoteNG/refactor_config_window
...
Refactored config window to make property management easier
2019-04-24 12:08:12 -05:00
David Sparer
c01b2ca4be
Merge branch 'develop' into refactor_config_window
...
# Conflicts:
# mRemoteV1/UI/Window/ConfigWindow.cs
2019-04-24 10:27:27 -05:00
David Sparer
12ad4d2a22
improved the description of the remote audio capture property
2019-04-24 10:18:54 -05:00
David Sparer
18d992b96d
updated changelog for #1414
2019-04-24 10:15:51 -05:00
David Sparer
59c74c6101
Merge pull request #1414 from bllkrkmz/develop
...
Add "Remote Audio Capture" option #383
2019-04-24 10:13:40 -05:00
David Sparer
cf4f552595
moved some theming code from the connection tree window to the connection tree itself
2019-04-23 15:11:50 -05:00
David Sparer
c6a16823b0
fixed ugly unthemed border around connection search box
2019-04-23 14:46:09 -05:00
David Sparer
0eb6185b6c
made the connection tree theming code slightly more readable
2019-04-23 14:45:45 -05:00
David Sparer
d11e99b918
removed dead code
2019-04-23 14:30:57 -05:00
David Sparer
ff721ae820
properly theme the password dialog
2019-04-23 14:28:00 -05:00
Bennett Blodinger
dab605f50d
Update CHANGELOG.md
2019-04-19 19:16:13 -05:00
David Sparer
cd40f04443
close the splash screen if it exists when an unhandled exception occurs
2019-04-19 10:33:41 -05:00
David Sparer
160e5696fe
updated app manifest so we can correctly retrieve win10 version numbers
2019-04-19 10:33:17 -05:00
David Sparer
e98cd4ef55
our unhandled exception window now displays relevant environment info
2019-04-19 10:32:49 -05:00
David Sparer
79fddf1395
updated changelog with some missing items for v1.77
2019-04-18 15:48:00 -05:00
David Sparer
753e8bc049
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs
# mRemoteV1/Properties/AssemblyInfo.cs
2019-04-18 08:34:59 -05:00
bllkrkmz
2ae59b049c
solved some problem according to test case
2019-04-18 09:00:07 +03:00
bllkrkmz
140429c931
Merge branch 'develop' of https://github.com/bllkrkmz/mRemoteNG into develop
2019-04-17 14:33:05 +03:00
bllkrkmz
ad756617dd
Add "Remote Audio Capture" option #383
2019-04-17 14:32:37 +03:00
bllkrkmz
8812cd18ad
Added "Remote Audio Capture" option
2019-04-17 14:27:46 +03:00
Faryan Rezagholi
ce71fe2b06
Merge pull request #1342 from mRemoteNG/disable_trimming
...
Added option to disable username trimming
2019-04-16 20:08:42 +02:00
Faryan Rezagholi
360366b9f5
merged from develop
2019-04-16 18:47:39 +02:00
Faryan Rezagholi
29f4123ab8
Merge pull request #1353 from wwj402/develop
...
update chinese simplified language 2019/03/15
2019-04-16 18:00:15 +02:00
Faryan Rezagholi
9fdcffda2f
Merge branch 'develop' into develop
2019-04-16 17:39:20 +02:00
David Sparer
52d1b9a270
Merge branch 'release/v1.76'
2019-04-12 09:14:26 -05:00
David Sparer
068f5942e7
updated changelog and bumped version to 1.76.20
2019-04-12 08:38:06 -05:00
David Sparer
703cefaf19
ensure rdcman import never sets properties to null. fixes #1401
2019-04-12 08:24:05 -05:00
David Sparer
b9d326e9de
Merge pull request #1404 from carrtohu/develop
...
Correct the Chinese translation in https://github.com/mRemoteNG/mRemoteNG/issues/1403
2019-04-12 07:15:30 -05:00
carrothu
06917327d8
Update Language.zh-CN.resx
2019-04-12 13:03:02 +08:00
carrothu
df92aaae56
Update Language.zh-CN.resx
2019-04-12 13:01:42 +08:00
carrothu
cafb03393c
Update Language.zh-CN.resx
2019-04-12 12:58:54 +08:00
Sean Kaim
3d32557177
Merge pull request #1390 from mRemoteNG/release/v1.76
...
Release/v1.76
2019-04-04 15:51:02 -04:00
Sean Kaim
ea1f72b8b7
bump version and changelog update
2019-04-04 15:44:34 -04:00
Sean Kaim
993b6759cc
Update PuTTYNG.exe
...
Reference #1374
2019-04-04 15:41:55 -04:00
Sean Kaim
b89ff616f0
Update ADTree.dll
...
Fixes #1383
@farosch had some refactoring done in the dll which required some minor updates in the calling code as well...
2019-04-04 15:40:34 -04:00
Sean Kaim
9e37959a50
Update PuTTYNG
...
Reference #1374
2019-04-04 15:39:25 -04:00
Sean Kaim
40f740de59
fixed typo and unmatched tag
2019-04-03 16:47:38 -04:00
David Sparer
500608b383
fixed a few more bugs in the config window
2019-04-02 15:21:45 -05:00
David Sparer
02c05a6c63
added more config window tests and fixed a bug
2019-04-02 14:39:21 -05:00
David Sparer
4b4444e8d7
added some more tests for the config window
2019-04-02 09:39:57 -05:00
David Sparer
bbeaf76a68
fixed some tests
2019-04-02 07:48:17 -05:00
David Sparer
82c289b2f5
fixed inheritance property display issue
2019-04-01 15:18:58 -05:00
David Sparer
fd461b8e9e
mode now correctly switches to connection properties when inheritance isnt a valid selection
2019-04-01 15:02:40 -05:00
David Sparer
7d8a5a2bdf
added methods on the container info to push settings to children recursively
2019-04-01 13:26:25 -05:00
David Sparer
edda670b4f
refactored the config window property grid logic
...
Extracted the mapping of properties to the protocols that use them. We can now
declare the mapping directly within the AbstractConnectionInfo class. Created
a new class to handle the specific way we are using the FilteredPropertyGrid
to show connection info / inheritance data.
2019-04-01 13:24:05 -05:00
David Sparer
ccfac74cc3
fixed minor bug in the test value ranomizer
2019-04-01 13:18:38 -05:00
David Sparer
0359e75de7
added tests of the filtered property grid
2019-04-01 13:15:20 -05:00
David Sparer
f709ea2a95
refactored test helper to reduce code duplication
2019-04-01 11:56:09 -05:00
David Sparer
1cd7e27911
changed some asset files from copyalways to presevenewest
...
this should help alleviate build time issues
2019-04-01 11:55:00 -05:00
David Sparer
e17d0e990d
strongly typed the clone method for inheritance info objects
2019-04-01 11:54:03 -05:00
David Sparer
43169bc512
Merge pull request #1339 from mRemoteNG/clear_searchbox
...
Add button to clear searchbox
2019-03-21 13:42:13 -05:00
David Sparer
0015300b19
Merge branch 'develop' into clear_searchbox
2019-03-21 12:04:49 -05:00
David Sparer
a52c59a36b
Merge pull request #1361 from mRemoteNG/feature/896_rdp_view_only
...
Implemented a view only mode for RDP
2019-03-21 10:58:28 -05:00
David Sparer
6ce89a9f57
Merge pull request #1340 from mRemoteNG/rdp_import
...
added missing properties when deserializing .rdp file
2019-03-21 10:54:32 -05:00
David Sparer
78d2c42bdd
updated credits and changelog
2019-03-21 08:16:47 -05:00
David Sparer
fce7fdbee5
Merge branch 'mjbnz-mysql' into develop
2019-03-21 07:45:36 -05:00
Faryan Rezagholi
a717ec0ae7
added functionality to window menu items
2019-03-20 21:20:34 +01:00
David Sparer
0ce8eafe6c
Merge branch 'develop' into mjbnz-mysql
2019-03-20 10:45:43 -05:00
David Sparer
c0b07307f5
Merge branch 'release/v1.76'
2019-03-20 10:38:31 -05:00
David Sparer
8751bd75da
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Connection/Protocol/PuttyBase.cs
# mRemoteV1/Properties/AssemblyInfo.cs
2019-03-20 10:35:38 -05:00
David Sparer
15f23769d6
bumped version to v1.76.18 and updated changelog
2019-03-20 09:33:21 -05:00
Sean Kaim
2d175fd575
border fix for puttyng 0.70.0.1+ -- backported from develop
2019-03-20 10:21:56 -04:00
David Sparer
01bfdf52ff
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/PuTTYNG.exe
2019-03-20 07:50:38 -05:00
David Sparer
bdeb4b4dcc
bumped version to v1.76.17 and updated changelog
2019-03-20 07:32:27 -05:00
David Sparer
bdfbb57504
updated puttyng to 0.71
...
fixes #1362
2019-03-20 07:29:13 -05:00
David Sparer
c0eebdf74b
Merge branch 'mysql' of https://github.com/mjbnz/mRemoteNG into mjbnz-mysql
...
# Conflicts:
# mRemoteV1/Config/Connections/SqlConnectionsSaver.cs
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/Resources/Help/ui_sql_configuration.htm
# mRemoteV1/app.config
2019-03-20 07:22:56 -05:00
Faryan Rezagholi
851b460a32
renamed class
2019-03-20 00:40:27 +01:00
Faryan Rezagholi
aca775a96e
Added entry to window menu to hide/show toolstrips
2019-03-20 00:34:11 +01:00
Faryan Rezagholi
41750808f0
Merge branch 'develop' into pr/1332
2019-03-19 23:25:42 +01:00
Faryan Rezagholi
b0458ddda5
Revert "Add show/hide main menu function to connection tree toolbar."
...
This reverts commit 95f60c78b3 .
2019-03-19 23:25:21 +01:00
Faryan Rezagholi
5a317c5d3e
Added/unified german language resources
2019-03-19 21:12:09 +01:00
David Sparer
af7c14b2f2
implemented a view only mode for RDP
2019-03-19 14:24:11 -05:00
David Sparer
d151524ed9
updated vncsharp dll
2019-03-19 12:42:20 -05:00
David Sparer
175acc86e2
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs
# mRemoteV1/Properties/AssemblyInfo.cs
2019-03-16 11:53:00 -05:00
wwj402
bb07acf45e
update chinese simplified language 2019/03/15
2019-03-15 18:53:34 +08:00
David Sparer
38d1c756f3
Merge branch 'release/v1.76'
2019-03-14 18:01:20 -05:00
David Sparer
6c89913bc6
updated changelog
2019-03-14 17:58:53 -05:00
David Sparer
efa72cb697
bumped version to 1.76.16
2019-03-14 17:58:43 -05:00
David Sparer
a31fec5fb9
encrypt correct db field
...
fixes #1347
2019-03-14 17:35:28 -05:00
David Sparer
2349d2320f
use nameof to ensure refactoring is safe
2019-03-13 08:05:55 -05:00
David Sparer
166e5b73fa
Merge pull request #1344 from mRemoteNG/help_file_cleanup
...
Help file cleanup
2019-03-12 07:54:44 -05:00
Faryan Rezagholi
a39b87f9fd
reviewed documentation and fixed some layout/grammar mistakes
2019-03-12 10:03:57 +01:00
Faryan Rezagholi
162f945a9e
unified design of help pages
2019-03-12 00:07:59 +01:00
Faryan Rezagholi
5be5f54351
improved line-spacing on headings for better readability
2019-03-11 23:09:27 +01:00
Faryan Rezagholi
dfe9f5b05c
removed intruduction.htm and included information in index.html
2019-03-11 23:00:19 +01:00
Faryan Rezagholi
4c1e28fe39
added class to indent text parts
2019-03-11 22:44:05 +01:00
Faryan Rezagholi
bf67168c7a
updated document title to show breadcrumbs
2019-03-11 21:28:37 +01:00
Faryan Rezagholi
b30ed702d3
underline hyperlinks
2019-03-11 20:27:16 +01:00
Faryan Rezagholi
9c33caf74e
beautified html code and made it xhtml conform
2019-03-11 20:19:03 +01:00
Faryan Rezagholi
65e1ab616b
removed unused, old screenshots
2019-03-11 20:18:26 +01:00
Faryan Rezagholi
13c5dd7b72
removed tags from initial author
2019-03-11 19:26:06 +01:00
Sean Kaim
abeb546116
Add total downloads badge
2019-03-10 21:59:17 -04:00
Faryan Rezagholi
b37dc9900c
Added option to disable username trimming #907
2019-03-11 00:40:00 +01:00
Faryan Rezagholi
b27cd0c914
added missing properties when deserializing .rdp file
2019-03-10 21:13:18 +01:00
Faryan Rezagholi
446b40d8a6
some design improvements
2019-03-10 20:16:02 +01:00
Faryan Rezagholi
6ba1d28f13
added logic for clear button
2019-03-10 18:20:15 +01:00
David Sparer
5a226ff95a
replaced the Rename icon
...
This version is easier to see in dark themes
2019-03-10 11:57:01 -05:00
Faryan Rezagholi
01f4af6876
fixed background color of picturebox
2019-03-10 16:51:46 +01:00
Faryan Rezagholi
0ee173475e
introduced new user control
2019-03-10 16:31:55 +01:00
David Sparer
1e36112c06
fixed bug with starting ext tool on folder when nothing selected
2019-03-09 15:43:43 -06:00
David Sparer
c149701f3f
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/App/CompatibilityChecker.cs
# mRemoteV1/App/Import.cs
# mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/app.config
# mRemoteV1/mRemoteV1.csproj
2019-03-09 12:10:10 -06:00
David Sparer
752a36d88a
Update README.MD
2019-03-09 11:38:17 -06:00
David Sparer
ed81030976
bumped v1.76.15 release date
2019-03-09 11:21:21 -06:00
David Sparer
54322ca949
updated changelog
2019-03-08 10:41:57 -06:00
David Sparer
738b159e95
handle sql first-run case
...
fixes #1303
2019-03-08 10:31:39 -06:00
David Sparer
e43302b821
Merge pull request #1336 from konpl/develop
...
Added ability to run External tools on folders
2019-03-08 07:43:01 -06:00
konpl
4f5b9233f4
Merge branch 'develop' into develop
2019-03-08 14:51:52 +03:00
Kirill Trifonov
149778000a
Fix bug when run ExternalApp with multifolder structure
2019-03-08 14:49:22 +03:00
David Sparer
3641da1faa
abtracted clipboard usage and added tests
...
fixes #1335
2019-03-07 11:25:23 -06:00
Kirill Trifonov
7c4df9b1c4
Copy Hostname fix #1335
2019-03-06 20:50:13 +03:00
Kirill Trifonov
7260678620
Ability to run External tools on folders, close #375
2019-03-06 17:25:44 +03:00
Sean Kaim
292c20d317
remove unneeded file
2019-03-05 14:19:04 -05:00
Sean Kaim
8fe8739897
use the correct script
2019-03-04 17:37:13 -05:00
Sean Kaim
75bd285f5c
remove cert password reference from manual builds
2019-03-04 17:22:31 -05:00
Sean Kaim
822766c831
minimize commands during post-build step
2019-03-04 16:55:06 -05:00
Sean Kaim
8440bde9d7
hide some build output and more consistent cert checks in post build
2019-03-04 16:25:22 -05:00
Sean Kaim
6c792b208c
typo and actually use solution dir...
2019-03-04 15:45:48 -05:00
Sean Kaim
a4b869a381
SolutionDir, not TargetDir... 😕
2019-03-04 14:30:34 -05:00
Sean Kaim
db0b48f1ad
fulll cert path on AV builds
2019-03-04 13:44:18 -05:00
David Sparer
e8f2e4f50c
bumped patch version
2019-03-04 11:45:07 -06:00
David Sparer
5cd201440e
added tests for the disposable action class
2019-03-04 11:44:30 -06:00
David Sparer
5c6c76b898
one more parse bug fix
2019-03-04 11:30:34 -06:00
Sean Kaim
5b1486cb6f
Update AV publish build
2019-03-04 12:23:28 -05:00
David Sparer
4847ce054b
resolved several parsing bugs in the rdcman deserializer
2019-03-04 11:17:45 -06:00
David Sparer
ec42fe7d7d
improved testability of the import class
2019-03-04 11:17:19 -06:00
Sean Kaim
116e405ae3
I has teh dumb...
2019-03-04 11:49:55 -05:00
Sean Kaim
202a92998a
testing
2019-03-04 11:42:01 -05:00
Sean Kaim
f06618fdaf
fix minor syntax
2019-03-04 11:36:54 -05:00
Sean Kaim
a8bd031935
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
2019-03-04 11:23:57 -05:00
Sean Kaim
d0dd92578b
Updated deployment AV scripts
2019-03-04 11:23:21 -05:00
David Sparer
07a20ed5ad
batch saves when importing connection files
...
This reduces saves/backup overwrites when importing multiple files
2019-03-04 08:41:27 -06:00
mkw-ssd
95f60c78b3
Add show/hide main menu function to connection tree toolbar.
2019-03-01 16:22:12 +08:00
David Sparer
b5228e547c
Merge pull request #1320 from mRemoteNG/favorites2
...
Add connection tree favorites
2019-02-28 08:55:46 -06:00
Faryan Rezagholi
29be020e32
added missing tooltips
2019-02-28 10:04:49 +01:00
Faryan Rezagholi
8b443ed10b
added favorites to the quick connect drop down
2019-02-28 10:01:35 +01:00
mjbnz
ae5abbd039
Merge branch 'develop' into mysql
2019-02-28 09:12:32 +13:00
Faryan Rezagholi
9d24c6091b
fixed remaining failing test
2019-02-27 20:53:39 +01:00
Faryan Rezagholi
6d2b6259a9
merge from develop
2019-02-27 20:28:41 +01:00
Faryan Rezagholi
2c7425bc51
corrected order of connection info favorite property
2019-02-27 19:54:25 +01:00
David Sparer
6c75fc3506
fixed several tests that assume english localization
2019-02-27 12:17:44 -06:00
Faryan Rezagholi
46ab5829b7
fixed some failing tests
2019-02-26 12:53:05 +01:00
David Sparer
5c5daf053b
fixes #1329
2019-02-25 13:59:52 -06:00
Sean Kaim
3cb9bf984b
fix the deployment name
2019-02-24 22:18:52 -05:00
Sean Kaim
4b59d79977
appveyor publish changes
2019-02-24 21:23:09 -05:00
Sean Kaim
7fc987f1a2
update appveyor build options
2019-02-24 21:07:10 -05:00
Sean Kaim
f14fd6bf5a
Fixes #1314 - hide elements until they are needed
...
Fixes #1314
2019-02-24 19:26:50 -05:00
Sean Kaim
d3f3a14b1f
update appveyor config to exclude portable pdbs
2019-02-24 18:59:59 -05:00
Sean Kaim
b812a1b06f
update appveyor config to exclude pdbs
2019-02-24 18:35:59 -05:00
mjbnz
4f95722915
Merge branch 'develop' into mysql
2019-02-22 19:04:38 +13:00
Sean Kaim
2282c19f46
Add 2 strings to resouce file
2019-02-20 23:32:53 -05:00
Sean Kaim
ccc28ba54c
Fix CS0649
2019-02-20 23:17:56 -05:00
Sean Kaim
a512465d07
fix CA2213 warnings
2019-02-20 23:15:26 -05:00
Sean Kaim
1bb18abf5a
Update tab text for HTTP(S) connections
2019-02-20 23:03:31 -05:00
Sean Kaim
1fec4b33b2
update other nuget packages
2019-02-20 22:53:21 -05:00
Sean Kaim
6266aab466
update gecko nuget
2019-02-20 22:32:48 -05:00
Sean Kaim
31bff169a2
update bouncycastle nuget
2019-02-20 22:30:33 -05:00
Sean Kaim
2f956ed400
update NUnit NuGet packages
2019-02-20 22:25:09 -05:00
Sean Kaim
b16831fc86
implement IDisposable / fix CA1001 warnings
2019-02-20 22:08:03 -05:00
Sean Kaim
ee74a25eae
Translation updates
...
* All files updated via Zeta Editor
* Removed some incorrectly added objects (typos)
* Updated Russian translation (mostly via Google Translate but with some native speaker validation)
2019-02-20 21:32:22 -05:00
Sean Kaim
80eb314d03
fix a typo
2019-02-18 19:15:50 -05:00
Sean Kaim
fd6478c7f5
remove waffle.io
2019-02-18 19:13:59 -05:00
Faryan Rezagholi
56ba332dc5
fixed copy&paste error
2019-02-18 19:14:12 +01:00
Faryan Rezagholi
14deac00f6
updated comment
2019-02-18 19:13:27 +01:00
Faryan Rezagholi
481ca5194a
reapplied changes from old PR
2019-02-18 12:57:34 +01:00
David Sparer
0cb4a2cfcc
Merge pull request #1309 from mRemoteNG/lang_fix
...
German language fixes
2019-02-17 14:15:13 -06:00
Faryan Rezagholi
c6d6c2323c
fixed genus of Logfile
2019-02-17 19:38:34 +01:00
Faryan Rezagholi
d65c52f6ea
merge develop into lang_fix
2019-02-17 19:36:38 +01:00
Mike Beattie
fb7095f2d3
Update SqlUpgrade tests for new Connector class name.
2019-02-17 18:27:00 +13:00
Mike Beattie
c16689d936
Updated Help for SQL Databases.
...
* Included SQL for creating MySQL tables.
Signed-off-by: Mike Beattie <mike@ethernal.org >
2019-02-17 18:27:00 +13:00
Mike Beattie
9f3bf545bf
Implement MySQL support
...
* Uses MySQL Connector/NET from nuget
* Adds SQL Server type to configuration.
* Hostname for MySQL connections can include port
- Format: <hostname>[:<port>]
* Abstracted a bundle of stuff to be generic for both
MSSQL and MySQL, including a number of variable and method names.
(Mostly went from "sql..." -> "db..."
* Changed MiscTools.DBDate() string building for MSSQL,
uses DateTime.ToString() with a format which seemed simpler.
* Unsure about which lines in .csproj are actually required,
and which are auto-munged by Visual Studio.
* ... This is my first C# (and VS!) work, be gentle!
Signed-off-by: Mike Beattie <mike@ethernal.org >
2019-02-17 18:27:00 +13:00
Mike Beattie
09c8c97b4e
Update ConnectionFileVersion to match SQL version
...
Also add missing columns to SQL script in Help for 2.7
Signed-off-by: Mike Beattie <mike@ethernal.org >
2019-02-17 14:23:32 +13:00
Bennett Blodinger
4cb6c9e2e8
Plaintext to Markdown
...
Moves CHANGELOG.TXT and CREDITS.TXT to Markdown
2019-02-16 08:54:46 -06:00
Faryan Rezagholi
aef9f98095
some more tweaks
2019-02-15 23:14:50 +01:00
Sean Kaim
e143c6b5b4
resharper code reformat (to allow standard code style going forward)
2019-02-15 16:47:56 -05:00
Faryan Rezagholi
c570c1c0eb
replaced "Protokolldatei" with "Logfile"
2019-02-15 22:02:58 +01:00
Sean Kaim
4bc3fe0c1b
Use .editorconfig to code style/formatting
2019-02-15 15:59:09 -05:00
Faryan Rezagholi
1f46339900
removed newline
2019-02-15 21:57:09 +01:00
Faryan Rezagholi
a4f354161d
removed "..."
2019-02-15 21:55:17 +01:00
Faryan Rezagholi
8a7bc4583b
fixed typo in language resource string
2019-02-14 19:08:02 +01:00
Faryan Rezagholi
8468a3de7c
fixed unnatural wording
2019-02-14 18:53:07 +01:00
Faryan Rezagholi
e4ff7b43f2
fixed capitalization on one word; translated overlooked word
2019-02-13 23:14:38 +01:00
Faryan Rezagholi
220396d016
renamed proxy settings category from miscellaneous to proxy as there was already a categroy named miscellaneous
2019-02-13 21:24:53 +01:00
Faryan Rezagholi
91f01abbae
fixed some more inconsistencies/missing strings in german translation
2019-02-13 09:57:28 +01:00
Faryan Rezagholi
7eda617af9
added/fixed german translation
2019-02-12 22:53:24 +01:00
Faryan Rezagholi
595a22efc3
made hardcoded text on buttons translatable
2019-02-12 22:53:10 +01:00
Faryan Rezagholi
d2578e5be5
made hardcoded strings on updates options page translatable, fixes #785
2019-02-12 22:18:51 +01:00
Sean Kaim
0cd1485f85
Merge pull request #1243 from farosch/rearrange_menu_items
...
rearranged items and added/replaced icons
2019-02-11 17:26:29 -05:00
Sean Kaim
ab1dcd0e45
Merge branch 'develop' into pr/1243
2019-02-11 17:23:10 -05:00
Sean Kaim
8281f488f3
Merge pull request #1258 from mRemoteNG/RemoveMagicLib
...
Remove magic lib
2019-02-09 19:24:03 -05:00
Camilo Alvarez
c4a1879ae9
Remove IsSimpleDropSink restores item sorting for #1266
...
#1266 was generated by OLV ignoring some sink cusotmizations by using the IsSimpleDropSink flag
2019-02-08 23:55:04 -05:00
Sean Kaim
fcc51b591e
Merge branch 'develop' into RemoveMagicLib
2019-02-08 17:22:15 -05:00
Sean Kaim
1b44334361
Merge pull request #1276 from farosch/quick_connect
...
Set focus to textbox instead of connecting,
2019-02-08 17:21:04 -05:00
Sean Kaim
7ec677f021
conditinally focus
2019-02-08 17:20:30 -05:00
Sean Kaim
08201b0f00
Port FIPS override back to 1.76
...
Fixes #222
2019-02-08 16:51:58 -05:00
Sean Kaim
89055d2ae9
Remove outdated/incorrect translations for strErrorFipsPolicyIncompatible
...
These will need to be re-translated.
2019-02-08 16:43:43 -05:00
Sean Kaim
7393159f26
Missed the settings file from previous commit
2019-02-08 16:42:50 -05:00
Sean Kaim
dda2b4af11
Allow FIPS check to be overridden.
...
Fixes #222
2019-02-08 16:42:21 -05:00
Sean Kaim
7e1bc19a13
cleanup white space
2019-02-08 16:02:11 -05:00
Sean Kaim
650f1df0ee
break out expand/collapse on connection tree
...
Fixes #1273
2019-02-08 15:59:52 -05:00
Sean Kaim
f7bfa82517
Dispose calls Close & Whitespace cleanup
2019-02-08 12:09:31 -05:00
Camilo Alvarez
b0bf31b29c
Remove deadlock in #1247
...
#1247 was caused by a loop of the putty control calling the tab dispose and back again. Created a flag to indicate the ConnectionTab that the closing process was called by the protocol and not the user.
2019-02-07 17:39:40 -05:00
Sean Kaim
54bb9a8f5a
minor code cleanup
2019-02-07 15:58:01 -05:00
Sean Kaim
7a38c1055a
typo and link fix
2019-02-07 14:38:14 -05:00
Camilo Alvarez
cda557b6fb
Avoid null pointers when race conditions or faults are present in protocol closing
...
Avoid some of the detected faults
2019-02-06 17:53:05 -05:00
Camilo Alvarez
e1fc272e1c
new tabs are created in current panel
...
Added current panel to TabHelper, new tabs are created in the current panel
2019-02-06 11:58:24 -05:00
Camilo Alvarez
aa9b32a383
Changed refocusing method for rdp tabs
...
Solve bug reported by Joe Cefoli on gitter
2019-02-06 11:27:40 -05:00
Camilo Alvarez
c836e29d2f
Screenshots correctly taken from windowed tab
...
Screenshots can be taken from undock tabs, created helper tab singleton class to make it easy to determine the current tab in the DPS - mremote model
2019-02-05 20:50:13 -05:00
Camilo Alvarez
39b919c38a
Improves RDP tab focus
...
Improves rdp tab focus by passing active to focus event between rdp client and DPS tab
2019-02-05 20:24:39 -05:00
Camilo Alvarez
4b8d06dfe8
Improvement in protocol to tab focus
...
Tabs are focused now when mouse is clicked inside of the connetiontab, before clicking inside ssh window, for example, will not highlight the tab.
2019-01-29 23:30:40 -05:00
Camilo Alvarez
b3cfcc1a5e
Screenshot only taken from ConnectionTab area
...
Screenshots contained dockstrip area (the tab name with the x icon), now they are only limited to the ConnectionTab area
2019-01-29 23:19:33 -05:00
Faryan Rezagholi
41f1a65ce6
fixed position of ok button (was 1px off)
2019-01-28 20:16:39 +01:00
Sean Kaim
f8800384e0
Merge branch 'develop' into RemoveMagicLib
2019-01-25 17:15:57 -05:00
Sean Kaim
765bb3886d
full path to cert
2019-01-25 16:53:17 -05:00
Sean Kaim
1768104d47
add rlease config and decrypt cert later
2019-01-25 16:46:17 -05:00
Sean Kaim
ab2f4b339a
faster build targets?
2019-01-25 16:26:52 -05:00
Sean Kaim
531b1dfa33
build script for signing
2019-01-25 15:50:49 -05:00
Sean Kaim
935719fd43
Merge branch 'develop' into RemoveMagicLib
2019-01-25 15:29:08 -05:00
Sean Kaim
120d928402
use relative path
2019-01-25 15:28:54 -05:00
Sean Kaim
6ad29aaf3c
Merge branch 'develop' into RemoveMagicLib
2019-01-25 14:55:14 -05:00
Sean Kaim
ea48c6d68c
appveyor publish
2019-01-25 14:54:52 -05:00
Sean Kaim
34c8f21cc6
update with appveor publish build
2019-01-25 13:43:14 -05:00
Sean Kaim
18913eedae
Merge branch 'develop' into RemoveMagicLib
2019-01-24 17:04:40 -05:00
Sean Kaim
9b159268bd
whitespace clean up
2019-01-24 17:04:11 -05:00
Sean Kaim
a6cd5656f8
no borders for puttyng integrated processes
...
fixes #1265
2019-01-23 21:05:15 -05:00
Camilo Alvarez
c93deb7696
Screenshot method change
...
Some screenshots were blank because DrawToBitmap uses the tab drawing graphics, New method uses screen buffer that brings the pixels from the final screen render.
2019-01-22 15:44:10 -05:00
Camilo Alvarez
0699e895fd
Fix for #1249 screenshot X
...
Corrected casting for disposing the form
2019-01-21 23:49:35 -05:00
Camilo Alvarez
1f700f7842
Fix for #1257
...
CreateGraphics was the function being disposed in the using, the form handle was still floating around. Suggestion to optimize the dpi function
2019-01-21 23:29:26 -05:00
David Sparer
3db50096c5
Merge pull request #1281 from V0174/patch-1
...
Typo correction in czech translation
2019-01-17 07:32:31 -06:00
V0174
36bb614a27
Typo correction
...
Heso -> Heslo.
2019-01-17 08:31:58 +01:00
Sean Kaim
968471ec4a
white space clean up
2019-01-16 22:38:31 -05:00
Sean Kaim
401a518f0f
Theme page label text update
...
All theme changes require a restart.
2019-01-16 22:35:08 -05:00
Sean Kaim
96af6b252a
themeing fix & update comments
2019-01-16 11:18:34 -05:00
Sean Kaim
6bac9c2432
Disable AlwaysShowConnectionTabs functinoality
...
This will not work with DPS currently. Reference https://github.com/dockpanelsuite/dockpanelsuite/issues/559
2019-01-15 17:16:18 -05:00
Sean Kaim
ad44a6ccee
Merge branch 'develop' into RemoveMagicLib
2019-01-15 17:04:04 -05:00
David Sparer
d7f6f28413
Merge pull request #1204 from leaskovski/develop
...
Added a new option to toggle Connection Tabs
2019-01-15 14:23:43 -06:00
Leaskovski
6161307cbb
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
...
# Conflicts:
# mRemoteV1/Properties/Settings.Designer.cs
# mRemoteV1/Properties/Settings.settings
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs
# mRemoteV1/app.config
2019-01-15 17:22:43 +00:00
Faryan Rezagholi
96952817c1
Merge branch 'develop' into rearrange_menu_items
2019-01-13 01:42:33 +01:00
Faryan Rezagholi
c8d4a9a671
Set focus to textbox instead of connecting, fixes #1271
2019-01-13 01:30:23 +01:00
Sean Kaim
f059a7732f
Fix some theming issues. New IsExtended propery
...
Done with theme stuff... Or at least I want to be...
2019-01-11 13:30:39 -05:00
Sean Kaim
adefd95fb6
undo a line that was added for testing... Sorry.
2019-01-11 11:29:41 -05:00
Sean Kaim
a0935e8613
missed 2 files in last commit
2019-01-11 11:29:15 -05:00
Sean Kaim
bebc9c9dd4
check themeing active AND/OR IsExtendable
...
Lots of small changes as a result of this
other minor clean up
Tests should pass now.
And if \Themes\vs2015light.vstheme can't ben loaded, we should be OK now...
2019-01-11 11:28:57 -05:00
Sean Kaim
82507aabcb
additional saftey checks and no extended palette for "raw" default theme
2019-01-11 10:48:03 -05:00
Sean Kaim
4e8d336527
remove enable themes and default accordingly
...
additional error handling attempts for theme loading.
Though, if we can't load \Themes\vs2015light.vstheme we're going to have a bad time...
2019-01-11 10:07:09 -05:00
Sean Kaim
9977f33461
whitespace
2019-01-11 09:25:58 -05:00
Sean Kaim
4e11baa579
designer generated change
2019-01-11 09:03:57 -05:00
Sean Kaim
ef82df5e72
minor cleanup/refactoring
2019-01-10 17:19:02 -05:00
Sean Kaim
506ae1cbc6
Merge branch 'develop' into RemoveMagicLib
2019-01-10 16:10:25 -05:00
Sean Kaim
6156ce48ac
rename ONLY the 4 vsthemes
...
DPS themes are back to their default names.
The *.vsthemes provided on the file system get named in memory to *NG
If we don't find the the theme name pulled from settings, blank it out. This should ONLY happen after upgrading from previous releases for users of the 4 *.vsthemes providedon the file system: "darcula", "vs2015blue", "vs2015dark" , "vs2015light"
The 3 vs2015* ones are NOT to be confsed with the DPS provided versions of the almost identical name.
Jumping through hoops rather than renaming files/theme names to avoid unexpected theme changes for as many users as possible.
2019-01-10 16:08:56 -05:00
David Sparer
cd32b69d86
Merge pull request #1267 from farosch/overlay_icon_fix
...
Fixed connection icon overlay sizing
2019-01-10 14:27:55 -06:00
Faryan Rezagholi
1ca38386b7
always resize connection icon to 16x16 before adding overlay icon, fixes #1264
2019-01-10 20:48:26 +01:00
Sean Kaim
ef48f51834
move base.SaveSettings to top like other pages
2019-01-10 14:44:27 -05:00
Sean Kaim
8bcd6b9e53
save settings should only be called on OK/Apply
2019-01-10 14:43:46 -05:00
Sean Kaim
7c22ea6b01
Add apply button
2019-01-10 14:41:25 -05:00
Sean Kaim
b5034fd925
whitespace cleanup
2019-01-10 14:39:27 -05:00
Sean Kaim
a765a71474
minor cleanup
2019-01-10 14:22:58 -05:00
Sean Kaim
f3ad6e66e8
whitepsace clean up
2019-01-10 14:17:06 -05:00
Sean Kaim
3713f98f7b
whitespace
2019-01-10 14:00:26 -05:00
Sean Kaim
0c6778b5a3
minor clean up
2019-01-10 13:57:51 -05:00
David Sparer
f56f1160ba
safer cast and value access when creating float window
2019-01-10 10:22:00 -06:00
Camilo Alvarez
cc184b7c58
Float window customization for size
...
It will undock to the original size when it was docked
2019-01-10 10:14:31 -05:00
Sean Kaim
53fdf2bbbf
minor clean up
2019-01-10 09:24:42 -05:00
Sean Kaim
033635fb43
copyright 2019
...
reference #1261
2019-01-09 22:49:20 -05:00
Sean Kaim
40682bc842
create empty panel on startup not working
...
Reference #1261
2019-01-09 22:46:59 -05:00
Sean Kaim
9da26358ba
copy hostname on folder causes exception
...
Reference #1261
2019-01-09 22:27:14 -05:00
Sean Kaim
2f0550de8e
doubleclick on running connection in tree should bring tab to focus
...
Reference #1261
2019-01-09 22:21:12 -05:00
Sean Kaim
f6a1d603a9
avoid duplicate close() on reconnect
2019-01-09 21:30:03 -05:00
David Sparer
764521414f
double include switch-to handler for doubleclick yet
2019-01-09 19:08:17 -06:00
David Sparer
ffe44706c2
fixed issue with connection handlers not updating when settings change
2019-01-09 19:02:17 -06:00
David Sparer
41cab2f652
resolved exception when closing a connection group (top-level dps tab)
2019-01-09 18:03:24 -06:00
David Sparer
35fada7fcd
prevent exception when removing connection from list
2019-01-09 16:46:21 -06:00
David Sparer
5b8fb68f65
Merge branch 'develop' into RemoveMagicLib
...
# Conflicts:
# mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs
2019-01-09 15:50:53 -06:00
David Sparer
f5e668b716
added user setting for TrackActiveConnectionInConnectionTree
2019-01-09 15:48:11 -06:00
David Sparer
acbc03dc82
Merge pull request #1231 from SeanTMill/feature/trackintree
...
Tracks the active tab in the treeview
2019-01-09 15:22:35 -06:00
David Sparer
294281e0ac
fixed page font
2019-01-09 15:19:44 -06:00
David Sparer
2d450d4dbd
Merge branch 'help-updates' of https://github.com/nmat/mRemoteNG into develop
...
# Conflicts:
# mRemoteV1/UI/Window/HelpWindow.cs
2019-01-09 15:19:24 -06:00
Sean Kaim
e2865fafde
update changelog
2019-01-09 13:57:33 -05:00
Sean Kaim
aa546d87ff
safety checks
2019-01-09 10:35:28 -05:00
Sean Kaim
72e637d389
Merge branch 'develop' into RemoveMagicLib
2019-01-09 10:17:38 -05:00
Sean Kaim
842f7045f8
update ADTree.dll
...
DPI scaling and other minor fixes
2019-01-09 10:17:26 -05:00
Sean Kaim
4f4f3a0370
Merge branch 'develop' into RemoveMagicLib
2019-01-09 09:46:28 -05:00
Sean Kaim
6a354f8757
don't default to a dummy domain
...
This causes the control to timeout and takes nearly 30 seconds to load
2019-01-09 09:46:14 -05:00
David Sparer
abd9aaa567
close splashscreen when error occurs while loading connections
2019-01-09 07:29:59 -06:00
Sean Kaim
32c4f984e9
theming updates and minor UI changes
2019-01-08 17:10:36 -05:00
Sean Kaim
86e806d021
code cleanup
2019-01-08 13:17:30 -05:00
Sean Kaim
32cff8af6d
remove old code
2019-01-08 13:10:20 -05:00
Sean Kaim
40ac2124d8
whitespace clean up
2019-01-08 13:09:41 -05:00
Sean Kaim
a107d0586f
close the protocol properly, just not the DockContent...
2019-01-08 12:16:50 -05:00
Sean Kaim
8a94000d98
clean up / refactoring
2019-01-08 12:02:43 -05:00
Sean Kaim
bb90261521
designer generated update
2019-01-08 11:57:45 -05:00
Sean Kaim
fd246bc83b
Update title bar on connection change
2019-01-08 11:52:38 -05:00
Sean Kaim
018a97fb8e
whitespace cleanup
2019-01-08 11:46:22 -05:00
Sean Kaim
9d10ee2da5
saftey checks
2019-01-08 11:45:41 -05:00
Sean Kaim
8a62942894
whitespace cleanup
2019-01-08 11:16:27 -05:00
Sean Kaim
71cabea03e
minor cleanup
2019-01-08 11:15:25 -05:00
Sean Kaim
a37cd62d7e
more updates to change themes on restart only
2019-01-08 10:49:32 -05:00
Sean Kaim
f180a5cd70
do nothing if double click on close is not set
2019-01-08 10:14:57 -05:00
Sean Kaim
4405a1fbf7
clean up / resharper fixes
2019-01-08 10:10:07 -05:00
Camilo Alvarez
7603587ce3
Reubicated the custom dock strip initialization
...
Now it work with all the themes and no theme enabled
2019-01-07 21:31:16 -05:00
Camilo Alvarez
27a06f6cfa
Partial fix of double clic
...
Missing behavior on no theme scenario. Themes including default tested.
2019-01-07 21:03:08 -05:00
Camilo Alvarez
190204a47f
Reverted the double click
...
Reverted the double click as it brokes the tab looks with themes
2019-01-07 20:01:21 -05:00
Camilo Alvarez
7e4003968d
Fix broken test
...
Try #1 -.-
2019-01-07 19:28:03 -05:00
Camilo Alvarez
174dfbe95e
Double click to close tab initial implementation
...
With the setting DoubleClickOnTabClosesIt it will close the tab, otherwise it will undock it. Missing do nothing implementation
2019-01-07 19:07:53 -05:00
Sean Kaim
9fef6dd2d3
minor clean up
2019-01-07 17:34:44 -05:00
Sean Kaim
4ac51a7e58
Tab ICONS!!!!
2019-01-07 17:01:41 -05:00
Sean Kaim
8487dde026
move connectiontab.designer to proper location in project
...
also make sure it has proper DPI settings
2019-01-07 16:35:02 -05:00
Sean Kaim
52bdf64cdb
removed unused variable
2019-01-07 16:24:16 -05:00
Sean Kaim
e254d6978e
ActiveTheme is only saved in setting and applied on restart
2019-01-07 15:33:14 -05:00
Sean Kaim
9eb15a25a5
designer generated change
2019-01-07 15:29:19 -05:00
Sean Kaim
8a63200ab9
handle events only when theming is active
2019-01-07 15:28:20 -05:00
Sean Kaim
b18ffc350f
clean up
2019-01-07 14:53:24 -05:00
Sean Kaim
1340bc9902
apply themes after restart
2019-01-07 14:50:06 -05:00
Sean Kaim
df36523d6c
minor cleanup
2019-01-07 14:27:24 -05:00
Sean Kaim
e626b65f5d
speed up Options Page load
2019-01-07 14:03:38 -05:00
Sean Kaim
3ea8a75b3f
minor fixes/cleanup
2019-01-07 11:46:14 -05:00
Sean Kaim
6fed9375d3
minor theming fix
2019-01-07 10:52:00 -05:00
Sean Kaim
7764c60797
Merge branch 'develop' into RemoveMagicLib
2019-01-07 10:37:53 -05:00
Sean Kaim
141567f303
Merge pull request #1253 from mRemoteNG/hidpi_fixes
...
Hidpi fixes
2019-01-07 10:37:35 -05:00
Sean Kaim
ecb2b05c5a
connection panel rename not working
...
other misc fixes/cleanup
2019-01-07 10:17:52 -05:00
Sean Kaim
eda60a7142
resharper fixes & exception logging
2019-01-07 09:27:19 -05:00
nmat
e5fc8bfb2c
Merge remote-tracking branch 'upstream/develop' into help-updates
2019-01-07 11:07:41 +01:00
Camilo Alvarez
d8cdba262b
Remove tabcontroller references
...
Remove commented tab controller references
2019-01-06 22:43:57 -05:00
Camilo Alvarez
20f3b19f29
Restored reconnect all, correct tab collection now used instaed of custom one
...
Reconnect all from main file menu restored, tabsReferences in ConnectionWindow deleted in favor of connDock.DocumentsToArray()
2019-01-06 22:32:16 -05:00
Camilo Alvarez
52ef0c8bcb
Fix darcula theme tab colors
...
Fix color to match theme
2019-01-06 21:17:12 -05:00
Sean Kaim
85aeb059fc
find the correct InterfaceControl on conn change
2019-01-05 20:47:33 -05:00
Sean Kaim
edfbad2432
Implement screen shot functionality.
2019-01-05 19:58:56 -05:00
Sean Kaim
ea5b0362df
more DPI scaling fixes + frmChoosePnl fixes
...
frmChoosePanel button layout was off a bit.
Exception when clicking "new" when no panels exist.
2019-01-05 14:34:02 -05:00
David Sparer
1c7d5a5803
fix scaling mode on options pages
2019-01-05 08:20:50 -06:00
Sean Kaim
adb7035f3e
Merge branch 'develop' into RemoveMagicLib
2019-01-04 20:33:54 -05:00
Sean Kaim
31f9611478
update external references
...
ADTree from mRemoteNG/ADTree
VncSharp from mRemoteNG/VncSharp with upstream changes included
2019-01-04 17:19:39 -05:00
Sean Kaim
543da46457
Merge branch 'develop' into RemoveMagicLib
2019-01-04 14:06:19 -05:00
Sean Kaim
6409cb276f
minor theme related fixes
2019-01-04 13:58:17 -05:00
Sean Kaim
c07e2e48d0
RDP resize (fit and smartsize) are working now
2019-01-03 22:07:28 -05:00
Sean Kaim
df8613f6be
minor refactoring
2019-01-03 21:46:33 -05:00
Sean Kaim
3b35e5a44d
minor clean up and default to modern theme
2019-01-03 17:06:44 -05:00
Sean Kaim
69216c8902
minor cleanup
2019-01-03 16:23:31 -05:00
Sean Kaim
3fcafbd76b
code clean up
2019-01-03 16:06:59 -05:00
Sean Kaim
a45772bceb
remove the magiclib dll...
2019-01-03 15:41:03 -05:00
Sean Kaim
aa0be76c6b
remove old MagicLib related code
2019-01-03 15:36:31 -05:00
Sean Kaim
3581f2c818
code cleanup
2019-01-03 14:58:57 -05:00
Sean Kaim
469e6b301c
code clean up
2019-01-03 13:13:56 -05:00
Sean Kaim
854af92f3d
Merge branch 'develop' into RemoveMagicLib
2019-01-03 12:12:39 -05:00
Sean Kaim
bacf832158
More Segoe UI
2019-01-03 12:08:33 -05:00
Sean Kaim
31744be691
Window -> Segoe UI
...
and cleanup
2019-01-03 12:04:49 -05:00
Sean Kaim
59155b9f6c
TaskDailog -> Segoe UI
...
and minor cleanup
2019-01-03 11:46:14 -05:00
Sean Kaim
9692e67aab
minor cleanup
2019-01-03 11:42:35 -05:00
Sean Kaim
3ab3b79bc7
minor cleanup
2019-01-03 11:41:30 -05:00
Sean Kaim
132713f274
more Forms -> Segoe UI
2019-01-03 11:38:09 -05:00
Sean Kaim
62f7347178
Forms -> Segoe UI
2019-01-03 11:24:04 -05:00
Sean Kaim
3dcb0b2c69
PageSequence -> Segoe UI
...
and some cleanup
2019-01-03 11:20:10 -05:00
Sean Kaim
9e962b468e
FilteredPropertyGrid -> Segoe UI
2019-01-03 11:11:08 -05:00
Sean Kaim
d87283b7d7
UI.ConnTree -> Segoe UI
2019-01-03 11:09:17 -05:00
Sean Kaim
e442cacf5f
Controls.Base -> Segoe UI
2019-01-03 09:28:48 -05:00
Sean Kaim
f8ed5b37ac
controls -> Segoe UI
2019-01-03 09:24:50 -05:00
Sean Kaim
c36d873636
clean up
2019-01-03 09:21:58 -05:00
nmat
ca2f45fc41
Merge remote-tracking branch 'upstream/develop' into help-updates
2019-01-03 12:21:37 +01:00
nmat
3a3f8546d1
Cleanup and finalize some updates
...
Added and removed some help. Nothing big but trying to finalize some parts of help.
2019-01-03 12:21:17 +01:00
Sean Kaim
42befd9ce7
count open documents on main form close
2019-01-02 17:40:31 -05:00
Sean Kaim
0f315f414d
typo
2019-01-02 17:11:23 -05:00
Sean Kaim
44c35c7fb3
changelog update
2019-01-02 16:06:28 -05:00
Sean Kaim
b1a4d839ac
Merge branch 'develop' into RemoveMagicLib
2019-01-02 15:57:01 -05:00
Sean Kaim
1ad46b484f
NGNumericUpDown Theming fix
...
Fixes #1240
2019-01-02 15:40:46 -05:00
Sean Kaim
67420e5416
Segoe UI font on Connections Option page
2019-01-02 15:39:53 -05:00
Sean Kaim
166cec0483
minor clean up
2019-01-02 12:48:47 -05:00
Camilo Alvarez
2c3aace7a9
Tool forms restricted from entering document area
...
Avoid mixing tool and connection forms in the document area, as they behave and look different.
2019-01-02 12:40:55 -05:00
Sean Kaim
d3e40d7c3d
Speed up Theme Option Page load
...
Fixes #1245
The CheckChanged event was causing load settings to be called more than once on form load.
2019-01-02 10:43:33 -05:00
Sean Kaim
efad824fe3
Speed up Theme Option Page load
...
Fixes #1245
The CheckChanged event was causing load settings to be called more than once on form load.
2019-01-02 10:42:01 -05:00
Sean Kaim
3bb6962ccc
minor cleanup
2019-01-02 10:40:32 -05:00
Sean Kaim
6edb94758e
minor cleanup
2019-01-02 08:57:59 -05:00
Camilo Alvarez
e8e70bc81b
Resolved broken build, references to drag events
...
Removed event handlers caused broken build.
2019-01-01 20:38:49 -05:00
Camilo Alvarez
269bbb71f3
Removed drag events
...
Drag events are already implemented in the MDI mode of DockPanelSuite.
2019-01-01 19:37:40 -05:00
Camilo Alvarez
5cfee0974e
Cleanup unused code in CloseOtherTabsToTheRight
...
Cleanup unused code in CloseOtherTabsToTheRight
2019-01-01 19:30:20 -05:00
Camilo Alvarez
a08454a09a
Tab close , other and right restored
...
Reorganized the close event to the connectionTab class, restore the close from the tab X icon functionality , close all other and close left
2019-01-01 19:26:52 -05:00
David Sparer
ce371e45ae
xml deserialization can now tolerate missing attributes
2019-01-01 13:50:00 -06:00
David Sparer
82808be0c7
deleted confcons 2.8 schema since this version doesnt exist
2019-01-01 13:43:03 -06:00
David Sparer
f124ec7131
fixed failing test of the PreviousSessionOpener and readded necessary interface property
2019-01-01 11:55:14 -06:00
Sean Kaim
3ea94fc5e0
fixed failing tests
2018-12-31 14:53:22 -05:00
Sean Kaim
afac6a9a89
Merge branch 'RemoveMagicLib' of https://github.com/mRemoteNG/mRemoteNG into RemoveMagicLib
2018-12-31 12:39:23 -05:00
Sean Kaim
80864c7ca4
code clean up / fix invalid cast
...
exception would be thrown when attempting to start an external app as a connection.
2018-12-31 12:39:05 -05:00
Camilo Alvarez
19765848d5
Update ConnectionWindow.cs
...
Restored rename tab functionality
2018-12-31 12:31:50 -05:00
Sean Kaim
21b3ca0b2f
cleanup
2018-12-31 12:01:02 -05:00
Sean Kaim
710fdef0fb
avoid exception
...
When clicking on a cell after switching from an extensable theme to a non-extensable one.
2018-12-31 11:38:56 -05:00
Sean Kaim
4f0237209a
Enable DPS 2015 Themes
...
Rename themes to show that they are the DPS out of the box themes.
2018-12-31 11:37:57 -05:00
Sean Kaim
8f5c40487c
minor fixes/cleanup
2018-12-31 11:05:53 -05:00
Sean Kaim
5cecd2be81
enable more right click methods
2018-12-31 10:47:33 -05:00
Sean Kaim
c24b79cb9d
FindInterfaceControl(DockPanel DockPnl)
2018-12-31 10:34:44 -05:00
David Sparer
0e804d0bba
ngradiobutton now scales correctly for hidpi
2018-12-31 09:23:26 -06:00
Sean Kaim
c749f9ead4
Merge branch 'RemoveMagicLib' of https://github.com/mRemoteNG/mRemoteNG into RemoveMagicLib
2018-12-31 10:19:18 -05:00
Camilo Alvarez
87f8317b97
Update ConnectionWindow.cs
...
Resolved tabs getting into dock panel positions . Tabs are now restricted to DockAreas.Document | DockAreas.Float. Menu hook no on opening event insteaed of mouse events .
2018-12-31 10:12:32 -05:00
David Sparer
e6e4ecacaf
improved display of ngcheckbox on hidpi devices
2018-12-31 08:48:44 -06:00
Sean Kaim
d458bb9a45
minor cleanup
2018-12-31 09:39:07 -05:00
Sean Kaim
362bf7b141
Close is successful - so at least we can reelase some resources for now...
...
Added a log message also...
2018-12-31 09:16:01 -05:00
Sean Kaim
9c81766b78
Find the correct connection and switch to it
...
If a connection is open, double clicking on it in the connection tree should switch to that connection...
2018-12-30 22:27:42 -05:00
Sean Kaim
28580103f3
Initial tab close implemtnation
...
PuttyProcess.Dispose() seems to hang in my initial testing, so it's been disabled for now...
2018-12-30 21:50:23 -05:00
Sean Kaim
1f93ca1cf8
white space and log message
2018-12-30 21:47:06 -05:00
Sean Kaim
2778175752
minor cleanup
2018-12-30 20:21:48 -05:00
Sean Kaim
3e0ed5b0af
minor clean up
2018-12-30 20:18:38 -05:00
Sean Kaim
325bd510ff
minor clean up
2018-12-30 20:14:55 -05:00
Sean Kaim
2b5a327e53
auto properties
2018-12-30 20:10:41 -05:00
Sean Kaim
c322946c32
minor cleanup
2018-12-30 20:06:42 -05:00
Sean Kaim
aefee9c92b
code cleanup
2018-12-30 20:04:57 -05:00
Sean Kaim
172f7f7085
minor code cleanup
2018-12-30 20:01:43 -05:00
Sean Kaim
bb9d2a0a69
move to correct namespace
2018-12-30 19:58:58 -05:00
Sean Kaim
2d9cc286f0
syntax clean up and null checks
...
mostly from ReSharper
2018-12-30 19:53:05 -05:00
David Sparer
6629faa4d5
ngcheckbox now scales correctly with dpi
2018-12-30 15:32:32 -06:00
nmat
d3d397cf70
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-29 19:37:17 +01:00
Camilo Alvarez
8c91b37dc8
First removal
...
Magic library is removed, basic tabbing functions are on, but all other functions are commented.
Some code is lifted from DockPanelSuite in MremoteNGAutoHideStrip to change the behavior and looks for Mremote .
2018-12-29 01:40:18 -05:00
Sean Kaim
fc4b33f7f0
changelog update
2018-12-28 17:08:25 -05:00
Sean Kaim
918da6e0ee
minor code clean up
2018-12-28 16:51:36 -05:00
Sean Kaim
963f487648
update to latest dockpanelsuite
...
Fixes #269
2018-12-28 13:48:45 -05:00
Faryan Rezagholi
ba1c49e23a
rearranged items and added/replaced icons
2018-12-28 18:11:26 +01:00
Sean Kaim
95a27fe2c9
Fix CA1063
2018-12-28 12:05:47 -05:00
Sean Kaim
2951f96daf
Fix CA1063
2018-12-28 11:58:44 -05:00
Sean Kaim
9bf2e07006
Fix CA1063
2018-12-28 11:37:34 -05:00
Sean Kaim
332274f2a8
forgot the IDisposable
2018-12-28 11:33:28 -05:00
Sean Kaim
35c052e605
fix CA1001 and code cleanup
2018-12-28 11:20:03 -05:00
Sean Kaim
91de1dbd27
fix CA2229 build warning
2018-12-28 11:09:14 -05:00
Sean Kaim
3bc392fdc4
minor code cleanup
2018-12-28 11:02:54 -05:00
Sean Kaim
79c14ad801
Update changelog
2018-12-28 10:46:57 -05:00
Sean Kaim
0f7503875c
Merge pull request #1241 from farosch/issue_fixes
...
Two issues fixed
2018-12-28 10:41:03 -05:00
Sean Kaim
75e1eac785
Minor code clean up. Ensure a single port scan when selecting first port only.
2018-12-28 10:15:55 -05:00
Sean Kaim
f77b0a51f4
best attempt to cancel pings/scan
...
And some minor code clean up...
2018-12-28 09:45:03 -05:00
Sean Kaim
8cef1dd51a
move localization to ctor and fix minor themeing issue
2018-12-27 17:20:34 -05:00
Faryan Rezagholi
8bdc1590dd
Only Scan default ports, when no specific ports are given. Fixes #765
2018-12-27 23:06:41 +01:00
nmat
ea0cf96a4a
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-27 22:25:25 +01:00
nmat
1bd96f6a88
not sure if this fixes it
...
test
2018-12-27 22:25:10 +01:00
Faryan Rezagholi
5f4bd19dcc
Merge branch 'develop' into issue_fixes
2018-12-27 21:21:16 +01:00
Faryan Rezagholi
843f59b492
Give Focus to FrmMain when clicking on it, fixes #1044
2018-12-27 21:13:44 +01:00
Sean Kaim
f9ccf9e6aa
fix monor themeing issue and remove unused component
2018-12-27 15:05:20 -05:00
Sean Kaim
3275c03a21
Merge pull request #1232 from farosch/redesign
...
App redesign proposal
2018-12-27 14:37:53 -05:00
Sean Kaim
a1a9229852
Credits text not filling form height
2018-12-27 14:34:25 -05:00
Sean Kaim
fc09245cdb
Merge branch 'develop' into pr/1232
2018-12-27 14:28:18 -05:00
Sean Kaim
6ac6646ac2
fix line terminators for credits/changelog on about window
2018-12-27 11:39:35 -05:00
Faryan Rezagholi
db8ebcc3d5
removed redundand methods to return page icon in all option pages
2018-12-27 17:11:46 +01:00
Faryan Rezagholi
e0aa053e95
moved mRemoteNG png into subfolder images
2018-12-27 17:11:17 +01:00
Faryan Rezagholi
c8a24374fb
merged develop into redisign
2018-12-27 17:10:44 +01:00
Sean Kaim
cde9ac63aa
move localization into the ctor
2018-12-27 10:11:11 -05:00
nmat
b2d3aa8c11
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-27 15:07:37 +01:00
David Sparer
ed786dfb11
Merge pull request #1200 from sk82jack/develop
...
Fix and refactor CreateBulkConnections_ConfCons2_6.ps1
2018-12-27 07:35:07 -06:00
nmat
cc93f008a4
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-26 23:16:34 +01:00
David Sparer
2284432057
Merge pull request #1222 from farosch/gui_fixes
...
gui fixes
2018-12-26 16:00:21 -06:00
David Sparer
c623748d27
moved Config window localization into the ctor
2018-12-26 15:54:54 -06:00
Faryan Rezagholi
954f905c8c
Merge branch 'redesign' of https://github.com/farosch/mRemoteNG into redesign
2018-12-26 22:54:14 +01:00
Faryan Rezagholi
f23d1faa33
removed pixelated version of app icon
2018-12-26 22:53:53 +01:00
Faryan Rezagholi
1f8bfdac5f
make all option pages load their icon in their public constructor
2018-12-26 22:34:27 +01:00
Sean Kaim
b580da9e9f
update appveyor config
2018-12-26 16:25:54 -05:00
David Sparer
46a188093a
fixed #1238
2018-12-26 13:19:03 -06:00
Faryan Rezagholi
1c7f6438ff
Windows Form Designer regenerated code after merge
2018-12-26 19:34:09 +01:00
Faryan Rezagholi
f9da7afd75
merged rebase of upstream/develop onto gui_fixes
2018-12-26 19:31:13 +01:00
Faryan Rezagholi
9d49dd2f40
fixed column being set to an absolute value
2018-12-26 19:25:43 +01:00
Faryan Rezagholi
fb8e19285b
redesign of the port scan form, addresses #990
2018-12-26 19:25:43 +01:00
Faryan Rezagholi
505abb3029
fixed gap between elements on the credential settings page and the page border to be consisten with other pages
2018-12-26 19:25:43 +01:00
Faryan Rezagholi
2014598eaf
Fixed padding and margin for menustrips
2018-12-26 19:25:42 +01:00
Faryan Rezagholi
1b39c345af
Merge remote-tracking branch 'upstream/develop' into develop
...
mering upstream into develop
2018-12-26 19:21:16 +01:00
David Sparer
bdb1812705
return a default options page icon if no icon exists for page
2018-12-26 10:33:49 -06:00
David Sparer
0b8bcafb72
added unit tests for the DisplayProperties utility class. made class more testable
2018-12-26 10:31:02 -06:00
Sean Kaim
c0c699eab6
remove installer from being built in debug config
...
intorduced in c7d42305a3
2018-12-26 10:55:33 -05:00
Faryan Rezagholi
5a99c2dcef
moved screenshots to extras menu #1234
2018-12-25 20:05:39 +01:00
Faryan Rezagholi
cbce5729fd
fixed input box form never returning dialog result "ok".panels/tabs could not be renamed and new themes could not be created
2018-12-25 19:31:28 +01:00
Faryan Rezagholi
7290245729
removed mRemoteNG theme, was accidentely commited
2018-12-25 17:56:11 +01:00
Faryan Rezagholi
5c1bb564f2
Group boxes in notification settings form were default winforms instead of NGGroupBoxes (themes didn't apply)
2018-12-25 17:49:54 +01:00
Faryan Rezagholi
94ee854196
renamed classes under UI\Forms to begin with a capital letter
2018-12-25 16:22:56 +01:00
Faryan Rezagholi
91602c0be5
dispaly wait cursor when options are loading
2018-12-25 16:04:34 +01:00
Faryan Rezagholi
a31f287b2b
renamed AppIcon to mRemoteNG_Icon for consistency
2018-12-25 15:57:25 +01:00
Faryan Rezagholi
f3a0d82304
updated classes to properly return their page icon
2018-12-25 15:53:22 +01:00
Faryan Rezagholi
f2669bb875
altered theme page layout, so the scrollbar doesn't get cut off when page is loaded into options window
2018-12-25 15:52:43 +01:00
Faryan Rezagholi
4801559edc
cleaned up loactions of all used icons to be under \resources\icons with consitens naming (_Icons) at the end
2018-12-25 15:51:29 +01:00
nmat
9496b71bb7
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-25 10:27:35 +01:00
Sean Kaim
ba1e8cc448
update changelog
2018-12-24 15:08:33 -05:00
Sean Kaim
d307adbbef
Merge pull request #1228 from farosch/external_links
...
External links
2018-12-24 15:02:14 -05:00
Faryan Rezagholi
933bc0a9e3
Added ico version of pixelated icon for main form, help button and notify icon
2018-12-24 01:17:59 +01:00
Faryan Rezagholi
ee7319c702
introduced pixelated version of logo to be easier readable in 16x16
2018-12-24 01:07:01 +01:00
Faryan Rezagholi
aa63d11816
added "text file fragment" block to wix configuration so that the tile manifest gets included in the installer
2018-12-24 01:06:35 +01:00
Faryan Rezagholi
b1b402b011
added needed minimum arguments for tile manifest to work
2018-12-24 01:05:04 +01:00
Faryan Rezagholi
5931e8f813
replaced icon for connection tree
2018-12-24 01:04:27 +01:00
Faryan Rezagholi
52a5a54bb3
corrected positioning of letters in icon
2018-12-24 01:03:42 +01:00
Faryan Rezagholi
7ca987fb1c
corrected positioning of letters in icon
2018-12-24 01:03:21 +01:00
Faryan Rezagholi
66dbf21df0
fixed missing icon in windows control panel
2018-12-23 23:35:21 +01:00
Faryan Rezagholi
cc0d42f34f
fixed "Launch mRemoteNG now" string, was falsely change in an earlier commit
2018-12-23 23:23:16 +01:00
Faryan Rezagholi
38a79d8d3e
excluded tile manifest from postbuild "tidy"-script
2018-12-23 23:17:29 +01:00
Faryan Rezagholi
9420420622
added post-build script to copy tiles and manifest
2018-12-23 23:17:02 +01:00
Faryan Rezagholi
ce1139f114
added tiles and tile manifest to resources
2018-12-23 23:16:32 +01:00
Faryan Rezagholi
d8ce0416fa
added images and manifest for windows tiles
2018-12-23 23:15:23 +01:00
Faryan Rezagholi
a0e696eca4
updated splash screen
2018-12-23 22:00:25 +01:00
Faryan Rezagholi
6b20ffeeba
Merge branch 'develop' into redesign
2018-12-23 21:39:32 +01:00
Faryan Rezagholi
ac1c0c90e7
Merge remote-tracking branch 'upstream/develop' into develop
...
update fork from original repository
2018-12-23 21:35:58 +01:00
Faryan Rezagholi
3663384ccf
removed default colors from the manager class (was added in a commit earlier)
2018-12-23 21:29:52 +01:00
Faryan Rezagholi
ecf8d437c7
removed edition label in favor of adding the edition string to the title label
2018-12-23 21:22:31 +01:00
Faryan Rezagholi
3c07fc0387
removed illegal cast
2018-12-23 21:19:10 +01:00
Faryan Rezagholi
8bd2b9d7a7
replaced logo in about screen
2018-12-23 21:17:22 +01:00
Faryan Rezagholi
b2b78c67f4
new app icon as png for help menu
2018-12-23 21:17:08 +01:00
Faryan Rezagholi
94147c23b1
Replaced old mRemoteNG icon with new one
2018-12-23 20:40:04 +01:00
Faryan Rezagholi
ba588c9edf
Removed unnecessary translation files for installer
2018-12-23 20:39:41 +01:00
Faryan Rezagholi
8810f453df
Removed unnecessary party from licence file, see #1153
2018-12-23 19:42:40 +01:00
Faryan Rezagholi
c7d42305a3
Tidied up Resources folder, added new Photoshop templates for images and replaced installer images
2018-12-23 19:38:11 +01:00
Sean Milligan
40025db415
Tracks the active tab in the treeview
2018-12-23 09:19:05 -08:00
Faryan Rezagholi
c0b8a8b8eb
redesign of the port scan form, addresses #990
2018-12-23 15:58:48 +01:00
Sean Kaim
92416b4661
test build for running with FIPS enabled
...
Reference #222
2018-12-22 19:19:11 -05:00
Faryan Rezagholi
aaa93b1bcc
external links to open in browser instead of mremote itself
2018-12-23 00:56:09 +01:00
sk82jack
b328331d7c
Add prompt for decryption password only if necessary
2018-12-22 22:24:39 +00:00
sk82jack
f51079e065
Add credential parameters
2018-12-22 22:24:39 +00:00
sk82jack
534c622980
Add folder selection for portable installation
2018-12-22 22:24:39 +00:00
sk82jack
6cc1cb5afa
Fix registry key locations
2018-12-22 22:24:39 +00:00
sk82jack
2372d5ca92
Fix and refactor code
2018-12-22 22:24:39 +00:00
David Sparer
331af8cd24
Merge pull request #1218 from farosch/splashscreen
...
Splashscreen
2018-12-22 16:16:39 -06:00
Faryan Rezagholi
d58b8fffdc
Merge pull request #2 from mRemoteNG/develop
...
update
2018-12-22 23:10:45 +01:00
David Sparer
e5d05b88bc
Merge pull request #1227 from farosch/searchbar2top
...
Position of search bar configurable via settings
2018-12-22 16:07:47 -06:00
Faryan Rezagholi
61f823b6be
Made position of the search bar configurable vias settings
2018-12-22 17:20:32 +01:00
David Sparer
06f23d5754
Merge pull request #1220 from farosch/appleicon
...
Added Apple Icon
2018-12-22 09:29:09 -06:00
Faryan Rezagholi
e567f1386a
Merge pull request #1 from mRemoteNG/develop
...
update
2018-12-22 15:38:21 +01:00
nmat
15a734ace6
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-22 10:45:48 +01:00
nmat
6f0309b6a7
Some fixes after comment from dev
2018-12-22 10:00:13 +01:00
Faryan Rezagholi
08191278d7
Chnaged splash screen form to display correctly on a high DPI device
2018-12-21 18:19:13 +01:00
Faryan Rezagholi
6a4b31ffe6
fixed gap between elements on the credential settings page and the page border to be consisten with other pages
2018-12-21 16:21:25 +01:00
Faryan Rezagholi
a150757a97
fixed checkbox in connection settings being 1px off
2018-12-21 16:09:48 +01:00
Faryan Rezagholi
8eded14f85
Fixed padding and margin for menustrips
2018-12-21 16:08:09 +01:00
David Sparer
b311f85ca0
Merge pull request #1217 from farosch/searchbar2top
...
Moved searchbar in connection tree to top
2018-12-21 07:37:10 -06:00
Faryan Rezagholi
9423c8135f
Added Apple Icon
2018-12-21 14:21:40 +01:00
Faryan Rezagholi
5221907ef8
added my name to my github link :P
2018-12-21 00:43:32 +01:00
Faryan Rezagholi
4cc1847ea6
added mRemoteNG Logo to splash screen
2018-12-21 00:41:02 +01:00
Faryan Rezagholi
2a0032a199
Splash screen shown on startup and hiding after completion of the load method of the main form
2018-12-21 00:10:59 +01:00
Faryan Rezagholi
9b722eacdb
Added form for spash screen
2018-12-20 23:42:11 +01:00
Faryan Rezagholi
c6f15411e3
Moved searchbar in connection tree to top
2018-12-20 15:48:22 +01:00
nmat
90a16b7149
Add more options and some cleaning
2018-12-18 22:23:29 +01:00
David Sparer
2df9741cd6
loadbalanceinfo property now imported from rdp files
...
fixes #1132
2018-12-17 11:47:15 -06:00
David Sparer
497b8bfce5
updated readme badges
2018-12-17 09:38:10 -06:00
nmat
0fdbb8d8a1
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-15 18:28:24 +01:00
David Sparer
7a8a2fbf77
Merge pull request #1191 from mRemoteNG/929_server_name_in_notification
...
Host names are now displayed in some notifications
2018-12-15 10:12:33 -06:00
nmat
1e48cb831a
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-15 02:22:12 +01:00
Sean Kaim
9e96732b73
Update SSH.NET package
...
* Code clean up
* Notify users of exceptions/failed uploads
2018-12-14 17:09:30 -05:00
David Sparer
e863906eaa
added test validating that an empty password cannot be passed to an encryptor
2018-12-14 07:31:50 -06:00
nmat
13ec6e2dca
More cleanup and add tabs and panels
2018-12-09 19:51:57 +01:00
nmat
968e7222fd
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-12-05 23:34:23 +01:00
David Sparer
a84159ee70
Merge pull request #1159 from mRemoteNG/1123_handle_unhandled_exceptions
...
Added unhandled exception window
2018-12-05 16:31:36 -06:00
David Sparer
703f9deb9a
added a version property to the ISerializer interface. switch to using confcons v2.7 serializer in production and tests. this resolved an issue with serializing the RedirectClipboard property
2018-12-05 16:07:59 -06:00
nmat
07147f13a8
Added keyboardshortcuts and removed configuration file.
2018-12-04 23:52:47 +01:00
nmat
a57d9d41c3
Help updates
...
Some help updates
2018-12-04 21:39:57 +01:00
Leaskovski
a40f66fc94
Added a new option to the Appearance and Tabs configuration page to allow the user to toggle if connection windows display tabs or not as per #1171 .
2018-12-03 15:46:14 +00:00
nmat
097c97ca32
Merge remote-tracking branch 'upstream/develop' into help-updates
2018-11-16 00:35:57 +01:00
David Sparer
3e1d418269
Merge branch 'develop' into 929_server_name_in_notification
2018-11-15 15:44:24 -06:00
David Sparer
5ee7b3fcbf
fixed failing test
2018-11-15 15:44:04 -06:00
David Sparer
15adf97174
refactored some protocol base events to standardize how disconnect/error events are raised
2018-11-15 15:31:38 -06:00
David Sparer
4bd5befaaa
refactored force flag checks to be simpler to read
2018-11-15 14:18:45 -06:00
nmat
5fe6272915
Replaced mRemote with mRemoteNG in help
2018-11-15 00:46:30 +01:00
nmat
7a01a1f33f
Add updated screenshot
2018-11-15 00:32:40 +01:00
David Sparer
92759aa9dc
refactored connection initiator a bit to reduce unnecessary code
...
the conForm arg was always null, we didnt need it
2018-11-14 07:06:25 -06:00
David Sparer
65e21190b9
extracted rdp error codes to new class
2018-11-12 18:54:54 -06:00
David Sparer
f6877631d9
updated changelog
2018-11-12 17:23:58 -06:00
David Sparer
1e4fa8432b
task dialog now properly localizes its buttons
2018-11-12 17:11:25 -06:00
David Sparer
ed5423368e
use the task dialog for confirming node deletions, Esc key now closes dialog
...
related to #1064
2018-11-12 17:07:07 -06:00
David Sparer
673acad72c
NBLabel now respects the TextAlignment property when in theming mode
2018-11-12 17:05:10 -06:00
David Sparer
efc04cc82d
refactored task dialog to use am NGLabel instead of custom string drawing for the main instruction
2018-11-12 16:56:49 -06:00
David Sparer
b880f7c946
NGLabel now attempts to wrap text like default labels when theme mode is active
2018-11-12 16:51:45 -06:00
David Sparer
7304de0102
Esc key now cancels options window changes
...
related to #1064
2018-11-11 18:18:46 -06:00
David Sparer
a64601afcc
fixed some visual issues with the notificaiton panel date label
2018-11-11 11:22:06 -06:00
David Sparer
79ce3c0d74
fixed issue with notification panel internal layout
2018-11-11 10:27:59 -06:00
David Sparer
83c31ad2b4
created sql version upgrader for confcons v2.7
2018-11-08 17:16:33 -06:00
David Sparer
3bcb769965
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/mRemoteV1.csproj
2018-11-08 16:38:51 -06:00
David Sparer
75e0b8f4c2
set release date in changelog
2018-11-08 15:09:08 -06:00
David Sparer
78ef0fdaf4
Merge pull request #1107 from mRemoteNG/321_hidpi
...
Implement HiDPI support
2018-11-08 07:36:44 -06:00
David Sparer
8d29ff2d61
fixes #1168
2018-11-04 19:13:10 -06:00
David Sparer
eea79da1ae
updated changelog
2018-11-04 18:06:14 -06:00
David Sparer
cb5447f86e
fixes #1181
2018-11-04 18:03:39 -06:00
David Sparer
8cb31ad524
slight cleanup of Runtime class
2018-11-04 18:03:29 -06:00
David Sparer
6ca52a0db1
updated changelog
2018-11-04 16:39:25 -06:00
David Sparer
25e30672c8
bumped version to v1.76.12
2018-11-04 16:38:14 -06:00
David Sparer
abcab2aadf
sql now encrypts and decrypts passwords
2018-11-03 18:28:53 -05:00
David Sparer
19bb8f7595
refactored db classes to expose tblRoot data
2018-11-03 11:02:26 -05:00
David Sparer
0427956e8b
we can now prevent saving to the database when a save was triggered for a local-only property change
...
this will prevent unnecessary db saves
2018-11-03 10:34:30 -05:00
David Sparer
78bf40282a
the IsExapnded property is no longer saved to the DB
2018-11-02 11:30:39 -05:00
David Sparer
6c6a82f8e6
minor cleanup
2018-11-02 11:03:25 -05:00
David Sparer
4b9cc7be08
Merge branch 'release/v1.76' into 1134_dont_save_connection_status_to_db
...
# Conflicts:
# mRemoteV1/Connection/ConnectionsService.cs
2018-11-02 10:56:49 -05:00
David Sparer
dc2d6b8160
added a few debug messages to track db connection loading events
2018-11-02 10:45:18 -05:00
David Sparer
083456e33a
fixed several event handle leaks #1173
2018-11-02 10:29:09 -05:00
David Sparer
80e43e8634
added a safety check to the previous session opener to only open sessions that aren't already open
2018-11-02 09:30:18 -05:00
David Sparer
e99b8ed453
hooked up the local settings serializer
2018-11-01 19:14:25 -05:00
David Sparer
4aba36b756
added classes to handle local connection properties when dealing with the DB
2018-11-01 16:37:30 -05:00
David Sparer
2ebf654973
added a ForEach extension for enumerables
2018-11-01 16:36:56 -05:00
David Sparer
f560fb86d8
moved database serializers to more logical place
2018-11-01 15:00:51 -05:00
David Sparer
981689aa26
resolved #1170
2018-11-01 08:50:27 -05:00
David Sparer
b3fd266c31
Merge branch 'develop' into 1123_handle_unhandled_exceptions
...
# Conflicts:
# mRemoteV1/Resources/Language/Language.resx
2018-10-31 09:10:14 -05:00
David Sparer
062b7a5986
removed test exception
2018-10-30 08:32:52 -05:00
David Sparer
088b1ee1c2
updated changelog and credits for v1.77
2018-10-29 17:12:25 -05:00
David Sparer
1d572bb4b6
Merge pull request #1160 from MitchellBot/develop
...
Feature Request: Right click option to copy hostname #1141
2018-10-29 17:01:11 -05:00
MitchellBot
cf8e033831
QuickConnect uses exact case of input
...
https://github.com/mRemoteNG/mRemoteNG/issues/1121
2018-10-28 20:59:40 -07:00
MitchellBot
43977a74cc
Feature Request: Right click option to copy hostname #1141
...
Feature Request: Right click option to copy hostname #1141
2018-10-28 20:06:03 -07:00
David Sparer
d67e96539b
added an unhandled exception window that will be displayed when unhandeled exceptions occur
2018-10-28 14:46:30 -05:00
David Sparer
09d1aff6a8
rdp connections now properly scale for hidpi
2018-10-27 16:09:12 -05:00
David Sparer
41c5a49abc
began investigating how to set rdp desktop scaling for hidpi
2018-10-20 18:29:34 -05:00
David Sparer
eacff9025e
Merge branch 'develop' into 321_hidpi
...
# Conflicts:
# mRemoteV1/Connection/Protocol/PuttyBase.cs
2018-10-20 09:56:26 -05:00
David Sparer
f56b8f8e42
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# CREDITS.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
2018-10-20 09:48:50 -05:00
David Sparer
8ab221e5a8
Merge branch 'release/v1.76'
2018-10-18 17:29:11 -05:00
David Sparer
21e51c8455
updated changelog and credits
2018-10-18 17:08:30 -05:00
David Sparer
3234896caf
bumped version
2018-10-18 17:08:22 -05:00
David Sparer
b00dd1c5f5
fixes #1136
2018-10-17 17:48:16 -05:00
David Sparer
992a3f9d1c
cherrypicked pr #1145
...
Fixing "Reconnect to previously opened sessions on startup"
2018-10-17 16:52:22 -05:00
David Sparer
6b280b5aa4
Merge pull request #1145 from st-schuler/reconnect-patch
...
Fixing "Reconnect to previously opened sessions on startup"
2018-10-17 16:46:39 -05:00
st-schuler
e6713520c7
Fixing "Reconnect to previously opened sessions on startup"
2018-10-17 20:01:51 +02:00
David Sparer
4f75b0343e
Merge pull request #1120 from Fyers/develop
...
Improved German translations
2018-10-10 08:22:34 -05:00
David Sparer
097ebccdcd
Merge pull request #1129 from pablomh/patch-1
...
Update Language.es.resx
2018-10-10 06:48:49 -05:00
pablomh
954e1de4da
Update Language.es.resx
...
Misc fixes.
2018-10-10 09:22:31 +02:00
Fyers
63dc79699d
Merge pull request #2 from Fyers/merge
...
Merge
2018-10-08 23:31:54 +02:00
Fyers
63f342bbdb
resolved conflicts
2018-10-08 23:31:01 +02:00
Fyers
7c9b90ed7d
Merge remote-tracking branch 'upstream/develop' into merge
2018-10-08 23:21:31 +02:00
David Sparer
00e45b60ad
Merge branch 'master' into develop
...
# Conflicts:
# CHANGELOG.TXT
# mRemoteV1/Properties/AssemblyInfo.cs
# mRemoteV1/Resources/Language/Language.resx
2018-10-08 15:23:25 -05:00
David Sparer
d1a7a37909
Merge branch 'release/v1.76'
2018-10-07 18:42:03 -05:00
David Sparer
1c12b52ada
extension to the fix for #1124
2018-10-07 18:32:17 -05:00
David Sparer
722fe40899
updated changelog and bumped version
2018-10-07 16:33:29 -05:00
David Sparer
b2e7ebf43d
fixed #1124
2018-10-07 16:28:09 -05:00
David Sparer
3ed8e768aa
bumped patch version
2018-10-07 09:04:48 -05:00
David Sparer
d362691389
updated build scripts to include debug symbols and normalized github
...
asset names
cherrypicked from the develop branch
2018-10-07 07:53:31 -05:00
David Sparer
4b7c54d5b5
updated changelog
2018-10-07 07:28:57 -05:00
David Sparer
fbd0407863
added redirect clipboard to xml schema for v2.7 confcons
2018-10-03 21:05:12 -05:00
David Sparer
7bab1b4297
created a confcons v2.7 serializer
2018-10-03 21:00:23 -05:00
David Sparer
cfce9e9887
Merge pull request #951 from CrAbelleira/develop
...
Clipboard sharing setting implementation for RDP protocol
2018-10-03 20:51:19 -05:00
Fyers
9df2a96027
improved german translations
2018-10-01 19:26:26 +02:00
Cristian Abelleira Olañeta
d967c719f5
Added "RedirectClipboard" to ConnectionSerializers/Xml and MiscSerializers
2018-10-01 00:52:31 +02:00
David Sparer
ec80a5aa70
fixed #1117
2018-09-30 13:19:35 -05:00
David Sparer
0c95f178ca
updated changelog
2018-09-30 11:04:03 -05:00
David Sparer
e0405b15df
fixes #1110
2018-09-30 11:02:01 -05:00
David Sparer
e029f30acf
added a few try/catch blocks around some rdp code. related to #853
2018-09-30 10:44:22 -05:00
David Sparer
44ed836b7c
fixed #1115
2018-09-29 12:14:44 -05:00
David Sparer
00401201d1
fixed Spanish translation issue. fixes #1112
2018-09-27 08:23:17 -05:00
Cristian Abelleira Olañeta
726491feee
Completed BuildExpectedConnectionInfoPropertyList
2018-09-24 18:19:33 +02:00
Cristian Abelleira
36a94e1399
Merge branch 'develop' into develop
2018-09-24 11:39:32 +02:00
David Sparer
855c83a325
Merge branch 'develop' into 321_hidpi
...
# Conflicts:
# mRemoteV1/UI/Controls/MultiSshToolStrip.cs
# mRemoteV1/UI/Window/AboutWindow.cs
# mRemoteV1/UI/Window/ComponentsCheckWindow.cs
2018-09-22 17:51:00 -05:00
David Sparer
d9e65719d3
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# CHANGELOG.TXT
2018-09-22 17:40:42 -05:00
David Sparer
c774070feb
fixed putty placement within connection window
2018-09-22 17:22:01 -05:00
David Sparer
5aeff8c9c0
fixed some more ctaskdialog scaling issues
2018-09-22 16:37:02 -05:00
David Sparer
4d5f5cf04b
fixed textbox width scaling of quick connect and multissh toolbar controls
2018-09-22 16:01:53 -05:00
David Sparer
1d6b87ffa7
fixed about window scaling
2018-09-22 15:36:22 -05:00
David Sparer
3b82435740
fixed ad import window scaling
2018-09-22 15:35:19 -05:00
David Sparer
17499abfd0
fixed uvnc window scaling
2018-09-22 15:35:03 -05:00
David Sparer
9a57deb9ab
fixed scaling of export form
2018-09-22 15:31:09 -05:00
David Sparer
089c58310c
fixed scaling of screenshot window
2018-09-22 15:30:59 -05:00
David Sparer
647de5d473
fixed scaling of message window
2018-09-22 15:26:01 -05:00
David Sparer
b223b121d1
minor visual fix
2018-09-22 14:38:22 -05:00
David Sparer
49fbb37542
fixed scaling of the external tools window
2018-09-22 14:36:01 -05:00
David Sparer
1496192756
fixed port scan window scaling
2018-09-22 13:22:31 -05:00
David Sparer
f34cd50b9c
fixed ssh transfer window scaling
2018-09-22 13:22:20 -05:00
David Sparer
20f46bea61
fixes #1106
2018-09-20 15:10:43 -05:00
David Sparer
f4ff8d37d5
component check window layout fixed for hidpi
2018-09-15 15:30:41 -05:00
David Sparer
15108645d4
updated the update screen to layout correctly on higher dpi screens
2018-09-15 15:23:51 -05:00
David Sparer
b5e8f32f1f
removed dead code
2018-09-15 13:29:02 -05:00
David Sparer
4027c41c73
made password form respect dpi scaling
2018-09-15 13:20:33 -05:00
David Sparer
7037139ab3
removed the now-unused input class
2018-09-08 14:27:58 -05:00
David Sparer
b976fe4bad
rewrote the input box class to be more display-responsive
2018-09-08 14:26:03 -05:00
David Sparer
d674a201ee
options page icons now scale correctly
2018-09-08 10:48:45 -05:00
David Sparer
d4a3e292ed
correct the appearance page icon
2018-09-08 09:24:06 -05:00
David Sparer
50084e47f7
themes page now displays correctly on hidpi
2018-09-08 09:21:40 -05:00
David Sparer
6e0a16a4d1
task dialog now works in scaled displays
2018-09-07 18:16:44 -05:00
David Sparer
5e87d8de18
scale the putty image on the advanced page
2018-09-03 10:02:57 -05:00
David Sparer
9a6c2fa7c8
added a bitmap scaling function
2018-09-03 10:01:06 -05:00
David Sparer
f440f91233
made appearance options page scale correctly
2018-09-03 09:10:34 -05:00
David Sparer
ccf364f2dd
added func for calculating scaled width
2018-09-03 09:06:27 -05:00
David Sparer
3c5baae568
added class to calculate desktop scaling factor. connection tree icons are now scaled appropriately
2018-09-03 07:51:40 -05:00
David Sparer
7710ff32a6
scale search image size
2018-09-02 18:09:26 -05:00
David Sparer
e081d2b73a
set window scaling to DPI
2018-09-02 18:07:14 -05:00
David Sparer
0c77fa43ff
initial redesign of connection tree window using table layout panel
2018-09-02 17:56:10 -05:00
David Sparer
6ee4353bbd
better to just remove the max size setting on the custom controls than override it in frmmain
2018-09-02 17:29:34 -05:00
David Sparer
bddab24d48
explicitly set the max size of toolbar items to infinite
...
i guess the default max size is height:25. When we don't explicitly set this to 0 it doesn't scale correctly
2018-09-02 17:15:16 -05:00
David Sparer
45f9a32e59
remove max size constraint from quick connect and ext tools toolbars
2018-09-02 17:10:40 -05:00
David Sparer
39b297fd00
set EnableWindowsFormsHighDpiAutoResizing config
2018-08-31 18:54:36 -05:00
David Sparer
fd2167d679
set dpi scale on frmmain
2018-08-31 18:37:21 -05:00
David Sparer
d07249e1b2
custom scaling of quick connect toolbar
2018-08-31 17:45:08 -05:00
David Sparer
31dc59c9d5
suspend layout of all menu controls when creating form
2018-08-31 17:28:37 -05:00
David Sparer
f3e82dac19
dont set max size on tool strip menu controls
2018-08-31 17:21:51 -05:00
David Sparer
41db80dba8
try different renderer
2018-08-31 17:13:44 -05:00
David Sparer
8efe922b50
set manifest entry to enable dpi scaling
2018-08-31 16:26:41 -05:00
Sean Kaim
a5d22d287c
Fixed #1091
2018-08-28 14:59:07 -04:00
Sean Kaim
793095900b
fix #1092
...
parse enums properly
2018-08-28 09:35:08 -04:00
David Sparer
ee63292e55
Merge branch 'update-asset-labels' into develop
2018-08-26 12:49:18 -05:00
David Sparer
9fbcde3ca0
simplify labels
2018-08-26 12:46:17 -05:00
David Sparer
9e48c8e359
changed labels to be more enduser appropriate
2018-08-26 12:21:59 -05:00
David Sparer
da07f50e49
Merge branch 'label-github-assets' into develop
2018-08-25 18:27:39 -05:00
David Sparer
cc872cd2b4
fixed powershell script
2018-08-25 17:03:28 -05:00
David Sparer
a3fa1e541c
modified build to label assets
2018-08-25 17:02:54 -05:00
David Sparer
b579e823bd
updated credits
2018-08-25 11:42:11 -05:00
David Sparer
fc5b1ec85e
adjusted a few english strings that were added in #928
2018-08-25 11:39:25 -05:00
David Sparer
e0c2037831
set assembly version to 1.77.0
2018-08-25 11:38:40 -05:00
David Sparer
9f44d6b75b
added changelog items for v1.77 updates
2018-08-25 10:56:30 -05:00
David Sparer
b6f2fff42b
Merge branch 'release/v1.76' into develop
2018-08-25 10:46:10 -05:00
David Sparer
f10e54e47b
bumped assembly version to 1.76.8
2018-08-25 10:31:35 -05:00
David Sparer
704e0c1dc1
updated changelog
2018-08-25 10:29:43 -05:00
David Sparer
067ac8fb56
Merge branch 'areytsman-Advanced_closing_tabs' into develop
2018-08-25 09:51:09 -05:00
David Sparer
4428089146
Merge branch 'Advanced_closing_tabs' of https://github.com/areytsman/mRemoteNG into areytsman-Advanced_closing_tabs
...
# Conflicts:
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/Resources/Language/Language.ru.resx
2018-08-25 09:24:58 -05:00
David Sparer
44ce674166
Merge branch 'release/v1.76' into develop
2018-08-24 17:20:56 -05:00
David Sparer
0c79a9acde
fixes #1088
2018-08-24 14:43:08 -05:00
David Sparer
ebfc2715e7
updated changelog
2018-08-24 13:24:23 -05:00
David Sparer
b0dbc9dc18
only delete reg key value if the value exists
2018-08-24 13:23:52 -05:00
David Sparer
507cdf75a5
fixes #1087
2018-08-24 13:23:02 -05:00
David Sparer
8f8492b0be
xml deserializer now gives connections an ID if the ID string in xml is empty
...
fixes #1082
2018-08-24 10:37:54 -05:00
David Sparer
457e715188
set assembly version to 1.76.7 and set release date in changelog
2018-08-22 10:59:45 -05:00
David Sparer
3fad827b9f
Merge branch 'release/v1.76' into develop
...
# Conflicts:
# Tools/zip_portable_files.ps1
# mRemoteV1/Config/Putty/PuttySessionsRegistryProvider.cs
2018-08-22 10:39:09 -05:00
David Sparer
8bd571c78d
added a wrapper around the windows registry api so we can better unit test classes that use the registry
2018-08-22 09:41:32 -05:00
David Sparer
1724521ebf
added some null guards to methods
2018-08-22 07:06:44 -05:00
David Sparer
b0fb3596aa
added some safety checks around accessing putty registry settings
2018-08-22 07:06:16 -05:00
David Sparer
38ff8340e4
Merge pull request #1016 from wwj402/develop
...
Chinese simplified language update for latest commit 05c96da
2018-08-19 12:01:31 -05:00
David Sparer
f759ea4bc2
Merge pull request #1072 from sli-pro/develop
...
Update the Russian language
2018-08-19 11:54:19 -05:00
David Sparer
fb228d72b1
resolved bug #1076
2018-08-19 11:44:43 -05:00
David Sparer
916361a3be
update changelog
2018-08-11 20:03:27 -05:00
sli-pro
011d0cad8c
Update the Russian language
...
- Update the Russian language (Language.ru.resx)
- Update Language.resx
2018-08-11 18:34:11 +03:00
David Sparer
408c40f699
fixed a few toolbar location loading edge cases
...
related to #1068
2018-08-11 10:02:07 -05:00
David Sparer
4173f6d775
swapped direct calls to Monitor with a lock statement and added a few method comments
2018-08-11 06:47:31 -05:00
Sean Kaim
e6f3c22064
code clean up / add'l checks
...
related to #1061
2018-08-03 10:13:31 -04:00
David Sparer
a013518eac
bump assembly version
2018-08-03 08:51:44 -05:00
David Sparer
9c88cacb3d
hopefully a fix for #1061
2018-08-03 08:33:51 -05:00
David Sparer
d49bf04b15
fixes #1062
2018-08-03 08:13:39 -05:00
David Sparer
1dbd5dc5bc
set 1.76.5 release date in changelog
2018-08-02 18:15:33 -05:00
David Sparer
c103706a54
added test to verify #1057
2018-08-02 17:55:36 -05:00
David Sparer
b0a027df52
updated changelog
2018-08-02 17:49:50 -05:00
David Sparer
868641378a
Merge pull request #1055 from mRemoteNG/647_save_symbols
...
647 save symbols
2018-08-02 16:34:04 -05:00
David Sparer
11baae3107
applying patch provided by Toomix in #1057 and merged in 7dbef77
2018-08-01 07:01:45 -05:00
David Sparer
7526bb430f
Merge pull request #1057 from Toomix/patch-1
...
Fixing NullReferenceException when renaming node
2018-08-01 06:45:42 -05:00
Toomix
7dbef77687
Fixing NullReferenceExcepction in renaming Node
...
When I have no selected node and I press F2 key, NullReferenceException appears in method RenameSelectedNode(). I added not null condition, it is working now. Debugged in VS2017.
2018-08-01 08:50:55 +02:00
David Sparer
ed8125042e
make portable symbols zip file name easier to distinguish from regular symbols
2018-07-30 17:02:08 -05:00
David Sparer
25b2655d0f
log which files are uploaded to github release
2018-07-30 16:55:09 -05:00
David Sparer
145a264154
handle wildcard in github asset upload file path
2018-07-30 16:45:55 -05:00
David Sparer
3e33170ae0
handle non-auto hidden notification panel focusing too
2018-07-30 15:23:59 -05:00
David Sparer
d18bf68f0e
fix release tests
2018-07-30 14:12:17 -05:00
David Sparer
368917e108
accidentally left off the variable identifier for msbuild
2018-07-30 11:16:04 -05:00
David Sparer
cdea4c3911
missed a groovy var
2018-07-30 11:02:05 -05:00
David Sparer
b4b9b55bbf
updated jenkins publish script to target msbuild15
2018-07-30 10:59:21 -05:00
David Sparer
6092c63df4
fix zipping symbols
2018-07-30 08:03:40 -05:00
David Sparer
fda5132184
zip symbols
2018-07-29 22:22:13 -05:00
Sean Kaim
6a9fb25a18
fixes #868
...
DialogResult is not currently checked, so it's a minimal/non-impact bug currently. But it's fixed now in case it's used in the future...
2018-07-29 21:30:11 -04:00
Sean Kaim
18d7344690
fixes #762
...
Increased button size by about 150%
2018-07-29 21:16:19 -04:00
Sean Kaim
ba50cf20a0
update changelog
2018-07-29 21:03:54 -04:00
Sean Kaim
7bd6e126e2
Fix #893
...
Disabled ClickOnce/Publish wihtin the project options.
2018-07-29 21:02:33 -04:00
Sean Kaim
f7521c81d5
Fixes #1052
...
and some code clean up
2018-07-29 19:03:21 -04:00
David Sparer
f483a2dc2f
replaced Timer implementation with Task async call
...
fixes #1052
2018-07-29 12:02:41 -05:00
Sean Kaim
9769d5af06
changelog update
2018-07-28 22:31:26 -04:00
Sean Kaim
0a2dc3563e
fixes #1040
...
clicking close would have the same effect. Check return code and don't open the connection unless user input has been provided.
2018-07-28 22:30:06 -04:00
Sean Kaim
e9f0157b2b
code clean up
2018-07-28 22:15:11 -04:00
Sean Kaim
e8e566fcdd
localization fixes
2018-07-28 22:10:17 -04:00
Sean Kaim
72b7d22cef
localization fixes
2018-07-28 22:09:27 -04:00
Sean Kaim
f79da476fd
options pages code clean up
2018-07-28 21:59:24 -04:00
Sean Kaim
ef31b7844c
Merge pull request #1053 from mRemoteNG/cherry
...
Cherry picked commits for 1.76
2018-07-28 13:54:34 -04:00
Sean Kaim
f1ed1bf115
appveyor post build tests
2018-07-28 13:11:56 -04:00
Sean Kaim
23ea028965
don't run post build zip in appveyor
2018-07-28 13:11:10 -04:00
Sean Kaim
42046a614f
Solution config was building wrong projects
2018-07-28 13:05:37 -04:00
Sean Kaim
36055f56e6
the post publish job in the appveyor.yaml in ps1 form
2018-07-28 13:05:28 -04:00
Sean Kaim
b693cb30fc
Trim ConfigurationName
2018-07-28 13:03:27 -04:00
Sean Kaim
20377d4ff5
zip portable directly via powershell
...
Trying to fix appveyor artifact build
2018-07-28 13:03:16 -04:00
Sean Kaim
570d732b0e
latest 7-zip
2018-07-28 13:03:00 -04:00
Sean Kaim
d9d2b1de70
code clean up (convert to expression body)
2018-07-28 13:02:36 -04:00
Sean Kaim
0a7eaaf36f
minor code clean up
2018-07-28 13:02:25 -04:00
Sean Kaim
36dd3e496d
minor code clean up
2018-07-28 13:02:14 -04:00
Sean Kaim
83fd914d7b
code clean up
2018-07-28 13:01:41 -04:00
Sean Kaim
281c6b13fa
minor code clean up
...
* No need to kick off the registry provider here (it's done already in PuttySessionsManager#StartWatcher())
* if (Directory.Exists(sessionsFolderPath)) thows an exception even though it should have just fallen through... but if (!Directory.Exists(sessionsFolderPath)) doesn't throw and logs a message with a graceful return????
IDK... I had a Uri.IsWellFormedUriString test in there to avoid the exception, but it seems unnecessary...
2018-07-28 13:01:06 -04:00
David Sparer
00b7b1221c
fixes #1051
2018-07-28 09:03:57 -05:00
David Sparer
56cbf0ff3f
fixes #1050
2018-07-28 07:52:57 -05:00
Sean Kaim
f852a4d341
minor code clean up
2018-07-27 17:02:51 -04:00
Sean Kaim
7c8c7d482a
frmChoosePanel was not properly themed
2018-07-27 16:58:25 -04:00
Sean Kaim
9e95ae2cb0
code clean up
2018-07-27 16:45:38 -04:00
Sean Kaim
0d2d935f17
set default theme when themes disabled
...
Fixes #1039
Also some code clean up
2018-07-27 16:04:42 -04:00
Sean Kaim
eeb320a825
more clean up (use .ToString)
2018-07-27 14:50:44 -04:00
Sean Kaim
9452d4dbe3
Theme code clean up
2018-07-27 14:45:07 -04:00
Sean Kaim
03d2387cdd
appveyor build for 1.76 branch
2018-07-27 14:44:35 -04:00
Sean Kaim
61b325ccb9
code clean up
2018-07-27 14:26:01 -04:00
Sean Kaim
e57de9a4de
localized strings
2018-07-27 14:24:42 -04:00
Sean Kaim
a259ab9541
fix typo
2018-07-27 14:16:14 -04:00
Sean Kaim
96946f3a1e
porting fix for #971 to 1.76 branch
2018-07-27 14:15:23 -04:00
Sean Kaim
08569276eb
Revert "fixing changelog item"
...
This reverts commit edc4be2d44 .
2018-07-27 14:11:43 -04:00
David Sparer
edc4be2d44
fixing changelog item
2018-07-27 07:49:00 -05:00
David Sparer
8cd6fb7ae2
updated changelog
2018-07-26 13:40:53 -05:00
David Sparer
a5afa90790
fixes #1045
2018-07-26 13:39:12 -05:00
David Sparer
f634eb8d37
created tests for the config window to ensure property grid items correctly display for certain object types
2018-07-26 13:38:53 -05:00
David Sparer
694b61a67b
added a property to expose the list of object properties being shown by the property grid
...
this will help a lot with testing the property grid/config window
2018-07-26 09:12:47 -05:00
David Sparer
88f0d00a15
minor style cleanup
2018-07-26 08:55:55 -05:00
David Sparer
e31088fd2e
ensure that quick connect items always have a panel set, even if the con default Panel setting is empty
...
related to #802
2018-07-25 14:39:23 -05:00
David Sparer
1d7bb63710
ensure ConDefaultPanel has a default value
...
related to #802
2018-07-25 14:21:44 -05:00
Sean Kaim
64422c60bb
update changelog
2018-07-25 14:08:05 -04:00
Sean Kaim
a8b082ed4b
fix test failures
2018-07-25 13:46:54 -04:00
Sean Kaim
5a5ade0d60
fix build failure
2018-07-25 13:10:39 -04:00
Sean Kaim
7e24e2dcfb
fixes #971
...
Remove the "machineNode" XML node so that settings are portable to all systems
2018-07-25 13:02:30 -04:00
Sean Kaim
930579d983
PortableSettingsProvider code clean up
2018-07-25 12:35:53 -04:00
David Sparer
af1ed5349f
updated changelog
2018-07-25 08:08:35 -05:00
David Sparer
9dcf71dc31
new connection tree nodes will survive filtering until they exit edit mode
...
resolves #1038
2018-07-25 08:05:48 -05:00
David Sparer
8bf9af0ed8
updated changelog
2018-07-24 14:49:33 -05:00
David Sparer
aecfad5871
only access first array item if array has any items
...
resolves #1036
2018-07-24 14:49:01 -05:00
David Sparer
3edd155898
updated changelog
2018-07-24 12:55:27 -05:00
David Sparer
2c419c0b2e
minor cleanup
2018-07-24 12:54:34 -05:00
David Sparer
2fb67e7042
fixed issue where the connection context menu wasn't using translated strings
...
The ctor for the context menu was being called before we loaded the desired culture, leading to the use of the English default strings. Resolves #1034
2018-07-24 12:54:20 -05:00
David Sparer
82847f07b2
Merge branch 'release/v1.76' into develop
2018-07-23 13:22:39 -05:00
David Sparer
29483b2625
attached the file backup pruner to listen to connection file save events
...
resolves #1020
2018-07-23 12:53:03 -05:00
David Sparer
7fc59e79f3
bumped assembly version in preparation for next alpha release
2018-07-23 12:03:53 -05:00
David Sparer
79b3e21148
updated changelog
2018-07-23 12:02:09 -05:00
David Sparer
ee91117010
renamed function to be a bit more accurate
2018-07-23 11:54:49 -05:00
David Sparer
0548037ff3
added a few method summaries
2018-07-23 11:53:50 -05:00
David Sparer
46002632bb
removed duplicate code
2018-07-23 11:52:38 -05:00
David Sparer
9659ac1611
added a dialog to prompt for action when decrypting a connection file fails
2018-07-23 11:51:58 -05:00
David Sparer
bbc497e68d
added some quality of life methods to Optional
2018-07-23 08:03:03 -05:00
David Sparer
d7ec7574ad
updated changelog
2018-07-20 14:54:42 -05:00
David Sparer
2f476d9e61
fix a null ref exception when importing from port scan without selecting a tree node. resolves #1030
2018-07-20 14:52:12 -05:00
David Sparer
c74f37f0de
confirmer should return false if deletion target is null. found during regression testing
2018-07-20 12:31:59 -05:00
David Sparer
d27a62cbfc
added some extra null checks in the rdcman importer
2018-07-20 07:26:38 -05:00
David Sparer
8029e491a3
Merge branch 'auto_save_during_sort' into release/v1.76
2018-07-18 14:53:26 -05:00
David Sparer
fe56268421
added a simple system to batch saves in the connection service
2018-07-18 14:53:02 -05:00
David Sparer
2db6fabbe9
reverted 3bdcf65
2018-07-18 14:52:12 -05:00
David Sparer
035e89801a
reduce FrmMain minimum size to prevent issues with other system features. resolves #1024
2018-07-17 08:07:10 -05:00
Sean Kaim
a7280da30c
Solution config was building wrong projects
2018-07-07 14:10:18 -04:00
Sean Kaim
ac2920820d
the post publish job in the appveyor.yaml in ps1 form
2018-07-03 17:04:11 -04:00
Sean Kaim
fcecc4b31e
post build zip artifact test
2018-07-03 14:24:12 -04:00
Sean Kaim
4abef50ca0
appveyor post build tests
2018-07-03 13:38:22 -04:00
Sean Kaim
5e16445b08
testing post build appveyor script
2018-07-03 13:11:10 -04:00
Sean Kaim
be593b8185
don't run post build zip in appveyor
2018-07-03 13:10:52 -04:00
Sean Kaim
ca27cb9981
Trim ConfigurationName
2018-07-03 12:34:20 -04:00
Sean Kaim
5b64e629c9
zip portable directly via powershell
...
Trying to fix appveyor artifact build
2018-07-03 11:59:02 -04:00
Sean Kaim
18640826b6
latest 7-zip
2018-07-03 11:48:26 -04:00
Sean Kaim
e4d3239831
appveyor build installer
2018-07-02 17:34:08 -04:00
Sean Kaim
e834eadbe1
appveyor artifacts test
2018-07-02 17:03:23 -04:00
Sean Kaim
0ec8f66972
Revert "test appveyor artifacts"
...
This reverts commit 458c462f49 .
2018-07-02 15:31:17 -04:00
Sean Kaim
28b49aab70
fix quotes
2018-07-02 15:29:27 -04:00
Sean Kaim
458c462f49
test appveyor artifacts
2018-07-02 15:29:05 -04:00
Sean Kaim
6f6e2a1254
code clean up (convert to expression body)
2018-07-02 15:12:01 -04:00
Sean Kaim
f46a3d69e1
minor code clean up
2018-07-02 14:57:10 -04:00
Sean Kaim
fa787ed082
minor code clean up
2018-07-02 14:34:22 -04:00
wwj402
b5b748f993
Chinese simplified language update for latest commit 05c96da
2018-07-02 11:02:48 +08:00
David Sparer
3bdcf655fd
suspend tree model events during sort, since this can produce a lot of changes
2018-06-25 15:15:46 -05:00
David Sparer
284755f298
fix tab ordering on port scan page
2018-06-23 09:03:25 -05:00
David Sparer
ad5eed96e7
fixed visual bug when filtering connection tree. resolves #993
2018-06-22 15:09:53 -05:00
David Sparer
431c830ea0
resize connection tree column width when calling expand all. related to #993
2018-06-22 13:56:22 -05:00
David Sparer
da047427a5
fix test
2018-06-21 20:33:32 -05:00
David Sparer
69da1dca5f
added some tests of the connection tree duplicate function. related to #1004
2018-06-21 18:04:29 -05:00
David Sparer
cc61501f63
dont attempt to delete selected node if it is not a valid deletion target. resolves #1004
2018-06-21 17:35:42 -05:00
David Sparer
4ced2d3392
accidentally put a few changelog items under the wrong version
2018-06-21 16:51:41 -05:00
David Sparer
7c72bfdf6b
connection tree now removes filtering when 'use filtering' option turned off. resolves #1002
2018-06-21 15:33:43 -05:00
David Sparer
b8878e1458
updated changelog
2018-06-21 08:35:29 -05:00
David Sparer
abd40cec1b
removed duplicate disable/enable shortcut calls that was causing an issue. resolves #1001
2018-06-21 08:34:26 -05:00
David Sparer
cc18da4f28
updated changelog
2018-06-20 16:43:24 -05:00
David Sparer
1a39039162
reenable all hotkeys once file menu closes. Resolves #999
2018-06-20 16:42:58 -05:00
David Sparer
cf9dd72ea5
dont allow folder/connections to be added to the putty root node in connection tree. Resolves #998
2018-06-20 16:25:08 -05:00
David Sparer
b7cdf81665
ensure putty root node returns correct tree node type. Related to #998
2018-06-20 16:20:51 -05:00
David Sparer
8497a05fd1
resolves #991
...
fixed bug when deleting connection tree node when in filtered view
2018-06-13 14:34:05 -05:00
David Sparer
7db4eec45c
fixed bug where the export screen was using new credential manager code that shouldn't be active yet
2018-06-03 10:45:29 -05:00
David Sparer
cd822b545a
random stuff the ui designer regenerated
2018-06-03 10:45:06 -05:00
David Sparer
e872581d3c
updated changelog
2018-06-03 09:50:42 -05:00
David Sparer
defe9e094c
made opening an empty panel on startup configurable in options
2018-05-31 06:26:43 -05:00
David Sparer
5662735cb8
bumped assembly version for next pre-release
2018-05-25 18:01:32 -05:00
David Sparer
05c96da98f
Merge branch 'release/v1.76' into develop
2018-05-20 11:08:14 -05:00
David Sparer
8646dce21b
update jenkins build to use newest msbuild (enables c# 7 lang features)
2018-05-20 11:07:43 -05:00
David Sparer
ea53fc190b
Merge branch 'release/v1.76' into develop
2018-05-20 09:08:41 -05:00
David Sparer
99a3eabbaf
updated changelog
2018-05-19 17:00:57 -05:00
David Sparer
c57bd386f2
dont try to connect to folders in quick connect menu. resolves #924
2018-05-19 16:57:34 -05:00
David Sparer
f2a52b03df
menu bar can be moved when "lock toolbar position" is turned off. closes #902
2018-05-19 12:57:29 -05:00
David Sparer
860e1ccfaa
fix a mismerged language item
2018-05-18 21:33:16 -05:00
David Sparer
49967b38d4
update changelog
2018-05-18 21:32:51 -05:00
David Sparer
36038fff6d
fix minor code typo
2018-05-18 20:52:17 -05:00
David Sparer
c5958954b0
apply language later in app startup
2018-05-18 20:45:27 -05:00
David Sparer
d0d63016ca
Merge branch 'pr_948_target' into release/v1.76
...
# Conflicts:
# mRemoteV1/Resources/Language/Language.resx
# mRemoteV1/UI/Forms/frmMain.Designer.cs
# mRemoteV1/UI/Menu/ViewMenu.cs
2018-05-18 20:04:23 -05:00
David Sparer
35f2484adf
Merge pull request #948 from farosch/translation
...
some changes regarding tranlsation
2018-05-18 18:41:06 -05:00
Sean Kaim
662b5bde31
code clean up
2018-05-16 22:58:12 -04:00
Sean Kaim
388a4ed75b
minor code clean up
...
* No need to kick off the registry provider here (it's done already in PuttySessionsManager#StartWatcher())
* if (Directory.Exists(sessionsFolderPath)) thows an exception even though it should have just fallen through... but if (!Directory.Exists(sessionsFolderPath)) doesn't throw and logs a message with a graceful return????
IDK... I had a Uri.IsWellFormedUriString test in there to avoid the exception, but it seems unnecessary...
2018-05-16 21:55:24 -04:00
David Sparer
c2cf496ded
updated changelog and credits
2018-04-29 12:00:08 -05:00
David Sparer
8a172f02a9
updated changelog and credits for #942
2018-04-19 08:08:44 -05:00
David Sparer
f27935ea61
Merge pull request #942 from sli-pro/develop
...
Made several strings translatable and added Russian translations
2018-04-19 07:58:16 -05:00
Cristian Abelleira Olañeta
5311b522b7
Added InheritRedirectClipboard to CsvSerializer
2018-04-18 18:07:52 +02:00
Cristian Abelleira Olañeta
ea682e218d
Fixed multiple errors in implementation
2018-04-15 20:13:28 +02:00
Cristian Abelleira Olañeta
aa5f7ef2a8
Implemented clipboard sharing setting for RDP protocol
2018-04-15 10:41:39 +02:00
Faryan Rezagholi
043df0aec3
fixed wording
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
63a2e18760
added missing items
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
c3ced7ed03
fix: translations of main file menu items were not loaded
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
f597e14b3d
fix group box was not translatable
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
aff4ba9115
fix: set labels dock mode to fill (wasnt displaying longer translated texts)
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
554e0805e3
fix: title of options page was not translatable
2018-04-14 11:56:01 +02:00
Faryan Rezagholi
f4efa74a23
Added missing translation options in viewMenu.cs
2018-04-14 11:56:01 +02:00
Vladimir Semenov
ddc19587fa
Edited and added a translation of the Russian language in the forms
...
- File/import
- File/Import from AD
- File/Export to File
- View/Lock Toolbar position
- View/Mylti SSH toolbar
- Tools/Options/Additionally
Related to question #940 .
2018-04-10 13:41:34 +03:00
Vladimir Semenov
5f1232727e
Edit and add a translation on the external tools form.
...
Added and corrected Russian and English translations in the external tools tab.
Adjusted the placement of components on the external tools form so that the text does not overlap during translation.
Related to question #940 .
2018-04-10 09:58:59 +03:00
David Sparer
9c373e8f0a
Merge pull request #938 from sli-pro/develop
...
Small visual correction of the forms
2018-04-07 11:25:55 -05:00
David Sparer
83942d788f
Merge branch '916_default_properties_not_saving' into develop
2018-04-06 15:05:35 -05:00
David Sparer
73d6fec6f3
updated changelog
2018-04-06 15:05:00 -05:00
David Sparer
a37b5deaa1
finished updating some tests for default inheritance
2018-04-06 15:02:14 -05:00
Vladimir Semenov
3b9de847e7
Small visual correction of the forms
...
- for the main form set the minimum resolution 1140; 603.
- for the form of port scans, done visual editing of components.
2018-04-06 20:59:15 +03:00
David Sparer
924f1f1e48
improved tests for default connection info
2018-04-05 16:37:22 -05:00
David Sparer
7bdebbe25b
Merge pull request #936 from sli-pro/develop
...
Update Language ru
2018-04-05 15:16:31 -05:00
David Sparer
8f46c25dc9
Merge pull request #935 from marcomsousa/develop
...
Update Language es
2018-04-05 15:15:04 -05:00
Vladimir Semenov
8bb4a03639
Update Language ru
...
Fix typos in Russian language
2018-04-05 18:51:47 +03:00
Marco Sousa
7b5bc5e057
Update Language es
2018-04-05 12:39:02 +02:00
Aleksei Reytsman
2c62218fd6
Add context menu items to close other and other to the right tabs
2018-03-28 18:21:47 +03:00
David Sparer
35582a5e6a
fixed bug with saving and loading default connection info data
...
updated tests to better cover this feature. related to #916
2018-03-22 16:54:50 -05:00
David Sparer
20340fd31f
Merge pull request #913 from mRemoteNG/github-templates
...
Update .github templates
2018-03-22 07:44:10 -05:00
David Sparer
d6d7664b48
update readme shield
2018-03-14 19:30:25 -05:00
David Sparer
ce97e63876
bump version
2018-03-14 19:17:29 -05:00
David Sparer
378b98ff89
set release date
2018-03-14 19:09:02 -05:00
David Sparer
ce31199e57
updated changelog
2018-03-10 17:55:15 -06:00
David Sparer
227f3b2924
fix csv serialization bug where some empty fields would not be included
...
related to #911
2018-03-10 17:47:33 -06:00
David Sparer
5076f1354c
fix bug where inheritance is incorrectly allowed on nodes under the root node after deserializing
2018-03-10 16:37:54 -06:00
Bennett Blodinger
e5a34388ae
Update .github templates
...
Bumping up the quality of the templates with help from https://www.talater.com/open-source-templates
2018-03-09 09:46:03 -05:00
David Sparer
6a5f65c018
add a bit more documentation to the ps script that creates bulk connections
2018-03-09 08:08:29 -06:00
David Sparer
6d5f41b3d8
forgot to bump the stable branch when 1.75.7012 was released
2018-03-03 09:39:37 -06:00
David Sparer
64f10ead63
bump development channel download shield
2018-03-03 09:31:27 -06:00
David Sparer
575dae446f
bump version and update changelog
2018-03-03 09:16:55 -06:00
David Sparer
9b438576f2
deserializing enums now ignores case. resolves #899
2018-02-27 09:48:09 -06:00
David Sparer
cbd32f1a07
added powershell script for creating bulk connections
2018-02-27 08:37:25 -06:00
David Sparer
516182ec40
the xml v2.6 schema must have the export field event if we dont use it. need to bump to v2.7 to get rid of it
2018-02-26 08:11:59 -06:00
David Sparer
4ad3a68d80
readded Export field to xml schema
2018-02-26 07:13:36 -06:00
David Sparer
2f9ba32c07
bump readme for development channel badge
2018-02-25 13:41:32 -06:00
David Sparer
dfc45a2904
update changelog
2018-02-25 12:59:58 -06:00
David Sparer
563fdffb67
fixed build scripts that publish to github
...
github no longer accepts tls1.0 connections, use tls1.2
2018-02-25 12:58:12 -06:00
David Sparer
f2e9c5e2c0
fixed issue with expanded property not being deserialized
2018-02-25 12:57:40 -06:00
David Sparer
86a591364c
modified the xml serializer slightly to make it conform to the XSD file
...
This required all bools to be serialized to lower case which broke a few assumptions we made in the deserializer
2018-02-25 11:26:29 -06:00
David Sparer
2a82485f81
fixed build issue where installer wasnt being renamed with version number
2018-02-25 09:04:59 -06:00
David Sparer
e13549d361
fixed build issue where binary signatures were not being validated during release builds
2018-02-25 09:00:51 -06:00
David Sparer
a85c1bd7d3
bumped assembly and set release date
2018-02-24 15:19:09 -06:00
David Sparer
946679f490
dont attempt to close a tab if it is disposed
2018-02-24 15:09:09 -06:00
David Sparer
b6f27eac18
added another test and did some cleanup
2018-02-24 14:34:13 -06:00
David Sparer
2cc82145a3
csv serialization now fully preserves tree structure
2018-02-24 12:58:16 -06:00
David Sparer
2dae0f2d8e
fix bug where sometimes containers would have their container flag turned off
2018-02-24 12:57:38 -06:00
David Sparer
412f6edc36
change guard checks to use extension method
2018-02-16 20:17:31 -06:00
David Sparer
764791b8e5
changed the Maybe type name to Optional, which is slightly more common
2018-02-16 20:17:30 -06:00
David Sparer
bd20d6ae7d
moved classes to new namespace
2018-02-16 20:17:30 -06:00
David Sparer
8db0bf7bea
make constant id readonly
2018-02-13 16:15:49 -06:00
David Sparer
cff6aa72fc
update changelog
2018-02-13 14:38:58 -06:00
David Sparer
63ddf06057
Made port scan timeout configurable
...
resolves #648
2018-02-13 14:29:26 -06:00